Searched refs:RETRY_ANY_FAILURE (Results 1 – 12 of 12) sorted by relevance
180 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding()286 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_runFailure()374 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_runFailure_noRerun()480 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_runFailure_aggregation()575 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModules()666 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_singleRun_noModules_runFailures()774 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModules_runFailures()901 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_module_noModule()1036 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModule_module()1175 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModule_module_runFailure()[all …]
63 RETRY_ANY_FAILURE = ('Rerun failed tests until passed or the max iteration ' variable207 metavar='MAX_ITERATIONS', help=RETRY_ANY_FAILURE)264 RETRY_ANY_FAILURE=RETRY_ANY_FAILURE,
53 RETRY_ANY_FAILURE = 'RETRY_ANY_FAILURE' variable
192 'retry_any_failure': constants.RETRY_ANY_FAILURE,
64 RETRY_ANY_FAILURE = ('Rerun failed tests until passed or the max iteration ' variable219 metavar='MAX_ITERATIONS', help=RETRY_ANY_FAILURE)282 RETRY_ANY_FAILURE=RETRY_ANY_FAILURE,
55 RETRY_ANY_FAILURE = 'RETRY_ANY_FAILURE' variable
74 constants.RETRY_ANY_FAILURE]407 if constants.RETRY_ANY_FAILURE == arg:409 args_to_append.append(constants.RETRY_ANY_FAILURE)
77 constants.RETRY_ANY_FAILURE]445 if constants.RETRY_ANY_FAILURE == arg:447 args_to_append.append(constants.RETRY_ANY_FAILURE)
33 RETRY_ANY_FAILURE, enumConstant
42 case RETRY_ANY_FAILURE: in getMergeStrategy()
212 if (RetryStrategy.RETRY_ANY_FAILURE.equals(mRetryStrategy)) { in testRunStarted()