-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
DAG 2019-03-11
-
2
Modify burn_in_tests.py to support the following new options
- --repeatTestMin (default 2): The minimum number of times a test will run
- --repeatTestMax (default 1000): The maximum number of times a test will run
- --repeatTestTimeSecs (default 600): The time used to compute the number of repetitions a test will have, when there is a test or task history available
Note - The last 2 repeat option values will be passed to resmoke in a different ticket (SERVER-39311), which will enable burn_in testing to increase the repetition count.