-
-
Notifications
You must be signed in to change notification settings - Fork 379
GSK-2902 GSK-2418 Add a method to execute test suite and upload result to Hub programmatically + result cleanup #1818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
28f0e7e
GSK-2418 Add a method to execute test suite and upload result to Hub …
kevinmessiaen f491472
GSK-2418 Date format identical to Hub one
kevinmessiaen b44b64b
GSK-2418 Updated DTO
kevinmessiaen d25c792
GSK-2418 Handle debugging
kevinmessiaen 6cd6701
GSK-2418 Handle debugging
kevinmessiaen c664ad5
GSK-2418 Handle exception in test suite execution
kevinmessiaen f7fc6b6
GSK-2418 Made metric optional and added test for download and upload
kevinmessiaen 5e9b3f7
GSK-2418 Updated test
kevinmessiaen 551d273
GSK-2418 Added link to the ref doc
kevinmessiaen 0d41cc1
GSK-2418 Added todo
kevinmessiaen 12ec09e
GSK-2902 Cleanup TestResult information that are sent to the Hub
kevinmessiaen adc908a
Merge branch 'main' into GSK-2418
kevinmessiaen d0a1037
GSK-2902 Updated communication tests
kevinmessiaen bc11706
Merge branch 'main' into GSK-2418
Hartorn 76802f8
Fix suite_id in _test_result_to_dto
Hartorn 9a8eb2a
GSK-2418 Fixed uuid serialization
kevinmessiaen cad40be
GSK-2418 Added test
kevinmessiaen 993c3a4
Merge branch 'main' into GSK-2418
kevinmessiaen 4bc0ae7
Merge branch 'main' into GSK-2418
kevinmessiaen b75df1f
GSK-2418 Fixed issue when sending wrong id
kevinmessiaen b8170f2
GSK-2418 Fixed issue when sending wrong id
kevinmessiaen 58a89d1
GSK-2418 Updated save suite execution method to send configuration
kevinmessiaen 9eae182
GSK-2418 Fixed issue when test has error
kevinmessiaen 74f82ab
GSK-2418 Fixed tests
kevinmessiaen 020714d
Fix dto format
Hartorn c6e1511
Merge branch 'main' into GSK-2418
Hartorn c7eabb1
Merge branch 'main' into GSK-2418
Hartorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a lot of data. Everything is needed ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything is saved into the Hub.
I agree that we don't use nor need all those information into the Hub. We might probably want to cleanup everything. (Both from Hub and programatic execution)