-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: allow e2e suites to run separately (#179)
Signed-off-by: Sam Berning <[email protected]> Issue #, if available: *Description of changes:* Had a discussion with @davidhsingyuchen about how to run tests in only one of the e2e test suites, and this is the approach we landed on. - This will allow users to more easily test only the e2e test scenarios they are working on - We can potentially run the two suites in parallel in CI on different runners One drawback of this approach is that each run of the full e2e tests will take 3-5 minutes longer, due to running the `SynchronizedBeforeSuite` an additional time. *Testing done:* ``` make test-e2e make test-e2e-container make test-e2e-vm ``` - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Sam Berning <[email protected]>
- Loading branch information
1 parent
d4a0566
commit a34c5c7
Showing
4 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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 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 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 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