forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UnitTest] Fuzz based on seed rather than random value. (apache#10515)
Some extensions to run tests in parallel (e.g. `pytest-xdist`) require that test collection be deterministic. Using the random seed as the test parameter instead of the random value makes the test collection be deterministic.
- Loading branch information
1 parent
66a7845
commit 1d88922
Showing
1 changed file
with
8 additions
and
10 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