-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
DAG 2019-06-03
-
2
In generate_resmoke_suites, there is an option to set repeat_suites to send to resmoke. By default, this is set to 1. If, however, a user tries to add repeat in the resmoke_args, the default will overwrite it. This will not give the user what they want. We could just not set the repeat_suite option if repeat is set see here
As a server engineer,
when I set repeat in the resmoke_args of a task,
I do not want it to be overwritten by the default 1.
AC
- A _gen task in a patch build can have the repeat_suite value set in the resmoke_args and resmoke will use that value.