-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting a shuffle seed for unit tests
Using a fixed seed makes it easier to reproduce test failures that are the result of ordering of tests. The seed itself only controls the initial order tests are sorted in before they're scheduled, it doesn't control the order in which they finish. If tests must both start and finish in the exact same order, the `concurrency` option must be set to `1`, at the cost of increasing test execution times. Changelog: added
- Loading branch information
1 parent
6991a8d
commit 5478246
Showing
2 changed files
with
40 additions
and
13 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