-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only use single random seed when using
sz test
. (#1435)
Currently when running `sz test` without the `--test-randomize-ordering-seed` option a new seed is generated for every package. This makes it hard to know which seed was used for which package when testing several packages concurrently. WIth this PR only a single random seed for all packages being tested is generated at the beginning when running `sz test`.
- Loading branch information
1 parent
aeafee7
commit 4fcd51a
Showing
1 changed file
with
17 additions
and
11 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