-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified e2e regression tests to reproduce only one bug (#275)
* set 'fork' as the default process start method Signed-off-by: Mark Zhang <bf-109g2@hotmail.com> * Modified e2e regression tests to reproduce only one bug * Fixed test name * Modified e2e regression tests to reproduce only one bug * Fixed test name * Modified unittest to not run the e2e tests --------- Signed-off-by: Mark Zhang <bf-109g2@hotmail.com> Co-authored-by: Mark Zhang <bf-109g2@hotmail.com>
- Loading branch information
1 parent
b9bc68e
commit 1780f5c
Showing
5 changed files
with
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[pytest] | ||
markers = | ||
local: mark a test to run on a local machine | ||
local: mark a test to run on a local machine | ||
singleBugReproduction: mark a test to run e2e regressions on a pull request |
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
1780f5c
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.
Coverage Report