Add a new hidden option called 'maxTestQueueSize' to the resmoke run subcommand that limits the number of tests put into TestSuiteExecutor queue. This will be an option that people can pass in a number to.
Context
This is needed to assist with antithesis integration, where they requested that we have a way to limit the number of tests that antithesis runs for a given seed/resmoke invocation. This option should not break randomized test ordering.
- causes
-
SERVER-64151 resmoke.py fails when running with --repeat > 1
- Closed