|
|
|
|
|
by rcxdude
65 days ago
|
|
Not a good idea for CI tests. It will just make things flaky and gum up your PR/release process. Randomness or any form of nondeterminism should be in a different set of fuzzing tests (if you must use an RNG, a deterministic one is fine for CI). |
|
then it actually is a huge success
because it found a bug you overlooked in both impl. and tests
at least iff we speak about unit tests