- Notifications
You must be signed in to change notification settings - Fork126
Added a workflow to parallelise the E2E tests#697
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
+145 −62
Merged
Changes fromall commits
Commits
Show all changes
24 commits Select commitHold shift + click to select a range
61af772 Added a workflow to parallelise the E2E tests. Updated E2E tests to c…
msrathore-db1417f6b Modified parallel code coverage workflow to fail when e2e tests fail
msrathore-dbbf24771 Fixed parallel coverage check pytest command
msrathore-db4bbc653 Modified e2e tests to support parallel execution
msrathore-db7ef1033 Added fallbacks for exit code 5 where we find no test for SEA
msrathore-dbd21f214 Fixed coverage artifact for parallel test workflow
msrathore-db9cb8999 Debugging coverage check merge
msrathore-db59e83ab Improved coverage report merge and removed the test_driver test for f…
msrathore-db271ecac Debug commit for coverage merge
msrathore-dbb6ac8cb Debugging coverage merge 2
msrathore-db1c2f238 Debugging coverage merge 3
msrathore-db3657fbd Removed unnecessary debug statements from the parallel code coverage …
msrathore-db2b4e257 Added unit test and common e2e tests
msrathore-db19407ab Added null checks for coverage workflow
msrathore-db6df96be Improved the null check for test list
msrathore-db602809b Improved the visibility for test list
msrathore-dbb25ed87 Added check for exit code 5
msrathore-dbb5b6cfb main changes
msrathore-db45ef85a Updated the workflowfor coverage check to use pytst -xdist to run the…
msrathore-db0e1033a Enforced the e2e tests should pass
msrathore-dbdac7c55 Changed name for workflow job
msrathore-dbbf0a245 Updated poetry
msrathore-db39316f8 Removed integration and previous code coverage workflow
msrathore-db3ac2445 Added the integration workflow again
msrathore-dbFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
25 changes: 15 additions & 10 deletions.github/workflows/coverage-check.yml → .github/workflows/code-coverage.yml
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
2 changes: 1 addition & 1 deletion.github/workflows/integration.yml
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
82 changes: 69 additions & 13 deletionspoetry.lock
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
1 change: 1 addition & 0 deletionspyproject.toml
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
20 changes: 12 additions & 8 deletionstests/e2e/test_complex_types.py
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.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.