Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP-51483: epoll tests: support QCHECK_LONG_FACTOR (#5992)
The following environment variables can now be used by tests: * QCHECK_LONG_FACTOR (default 10): multiplies the default iteration count of 100 * QCHECK_SEED: an integer seed (the tests print their current seed on startup otherwise, can be used to reproduce a failure) These environment variables are already supported by the QCheck framework, we just need to use them.
- Loading branch information