Searched refs:decision (Results 1 – 13 of 13) sorted by relevance
714 IRetryDecision decision = new BaseRetryDecision(); in testIntraModuleRun_iterations() local715 OptionSetter setter = new OptionSetter(decision); in testIntraModuleRun_iterations()718 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_iterations()719 granularTestWrapper.setRetryDecision(decision); in testIntraModuleRun_iterations()751 IRetryDecision decision = new BaseRetryDecision(); in testIntraModuleRun_untilFailure() local752 OptionSetter setter = new OptionSetter(decision); in testIntraModuleRun_untilFailure()755 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_untilFailure()756 granularTestWrapper.setRetryDecision(decision); in testIntraModuleRun_untilFailure()858 IRetryDecision decision = new BaseRetryDecision(); in testIntraModuleRun_rebootAtLastIntraModuleRetry() local859 OptionSetter setter = new OptionSetter(decision); in testIntraModuleRun_rebootAtLastIntraModuleRetry()[all …]
1602 IRetryDecision decision = new BaseRetryDecision(); in testMultiRun_multiAttempts() local1603 OptionSetter setter = new OptionSetter(decision); in testMultiRun_multiAttempts()1606 decision.setInvocationContext(mModule.getModuleInvocationContext()); in testMultiRun_multiAttempts()1607 mModule.setRetryDecision(decision); in testMultiRun_multiAttempts()1694 IRetryDecision decision = new BaseRetryDecision(); in testMultiRun_multiAttempts_filter() local1695 OptionSetter setter = new OptionSetter(decision); in testMultiRun_multiAttempts_filter()1698 decision.setInvocationContext(mModule.getModuleInvocationContext()); in testMultiRun_multiAttempts_filter()1699 mModule.setRetryDecision(decision); in testMultiRun_multiAttempts_filter()
585 IRetryDecision decision = config.getRetryDecision(); in runTests() local587 if (!decision.isAutoRetryEnabled() in runTests()588 || RetryStrategy.NO_RETRY.equals(decision.getRetryStrategy()) in runTests()608 if (!decision.shouldRetry( in runTests()617 attemptNumber < decision.getMaxRetryCount(); in runTests()620 decision.shouldRetry( in runTests()634 decision.addLastAttempt( in runTests()636 decision.getMaxRetryCount() - 1)); in runTests()638 RetryStatistics retryStats = decision.getRetryStatistics(); in runTests()
743 IRetryDecision decision = config.getRetryDecision(); in invoke() local745 decision.setInvocationContext(context); in invoke()750 && decision.isAutoRetryEnabled() in invoke()751 && decision.getMaxRetryCount() > 1 in invoke()752 && !RetryStrategy.NO_RETRY.equals(decision.getRetryStrategy())) { in invoke()754 aggregator = new ResultAggregator(allListeners, decision.getRetryStrategy()); in invoke()
355 IRetryDecision decision = config.getRetryDecision(); in isAutoRetryEnabled() local356 if (decision.isAutoRetryEnabled() && decision.getMaxRetryCount() > 0) { in isAutoRetryEnabled()
105 public void setRetryDecision(IRetryDecision decision) { in setRetryDecision() argument106 mRetryDecision = decision; in setRetryDecision()
772 IRetryDecision decision = mMainConfiguration.getRetryDecision(); in runSingleModule() local775 && decision.getMaxRetryCount() > 1 in runSingleModule()776 && !RetryStrategy.NO_RETRY.equals(decision.getRetryStrategy())) { in runSingleModule()782 module.setRetryDecision(decision); in runSingleModule()
922 public final void setRetryDecision(IRetryDecision decision) { in setRetryDecision() argument923 mRetryDecision = decision; in setRetryDecision()925 mModuleConfiguration.setRetryDecision(decision); in setRetryDecision()
213 decision = raw_input('Did you mean {0}? [Y/n] '.format(215 return decision in constants.AFFIRMATIVES
213 decision = input('Did you mean {0}? [Y/n] '.format(215 return decision in constants.AFFIRMATIVES
1077 IRetryDecision decision = mConfiguration.getRetryDecision(); in runWithRerun() local1078 if (!RetryStrategy.NO_RETRY.equals(decision.getRetryStrategy()) in runWithRerun()1079 && decision.getMaxRetryCount() > 1) { in runWithRerun()
1353 IRetryDecision decision = mStubConfiguration.getRetryDecision(); in testInvoke_shardableTest_autoRetry() local1354 OptionSetter decisionSetter = new OptionSetter(decision); in testInvoke_shardableTest_autoRetry()
132 …he Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by…