Home
last modified time | relevance | path

Searched refs:shardConfig (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java102 public boolean shardConfig( in shardConfig() method in ShardHelper
148 IConfiguration shardConfig = cloneConfigObject(config); in shardConfig() local
150 shardConfig.setConfigurationObject(LAST_SHARD_DETECTOR, lastShard); in shardConfig()
156 shardConfig.setTest(poller); in shardConfig()
158 shardConfig, config, testInfo, rescheduler, resultCollector, i); in shardConfig()
169 IConfiguration shardConfig = cloneConfigObject(config); in shardConfig() local
171 shardConfig.setConfigurationObject(LAST_SHARD_DETECTOR, lastShard); in shardConfig()
178 shardConfig.setTest(poller); in shardConfig()
180 shardConfig.setTest(testShard); in shardConfig()
183 shardConfig, config, testInfo, rescheduler, resultCollector, i); in shardConfig()
[all …]
DStrictShardHelper.java45 public boolean shardConfig( in shardConfig() method in StrictShardHelper
54 return super.shardConfig(config, testInfo, rescheduler, logger); in shardConfig()
DIShardHelper.java34 public boolean shardConfig( in shardConfig() method
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java139 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testSplitWithShardCount()
165 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testSplit_noShardCount()
197 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testSplitWithShardCount_notEnoughTest()
242 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testCloneStatusChecker()
289 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testCloneMetricCollector()
363 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testClone_withKeystore()
402 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testSplitWithTokens()
DStrictShardHelperTest.java121 assertTrue(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testShardConfig_internal()
153 assertFalse(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testShardConfig_internal_shardIndex()
184 assertFalse(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testShardConfig_internal_shardIndex_notShardable_shard0()
215 assertFalse(mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null)); in testShardConfig_internal_shardIndex_notShardable_shard1()
281 mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null); in testShard()
346 mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null); in testShardSuite()
392 mHelper.shardConfig(mConfig, mTestInfo, mRescheduler, null); in testSuite_withAllInterfaces()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java530 helper.shardConfig(config, testInfo, new TestShardRescheduler(), null); in testRun_sharding_firstModuleRunsAll()
573 helper.shardConfig(config, testInfo, rescheduler, null); in testRun_sharding_parallelRun()
620 helper.shardConfig(config, mTestInfo, null, null); in testRun_sharding_withIndex()
700 helper.shardConfig(config, mTestInfo, null, null); in helperTestShardIndex()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java205 public boolean shardConfig( in shardConfig() method in InvocationExecution
210 return createShardHelper().shardConfig(config, testInfo, rescheduler, logger); in shardConfig()
DIInvocationExecution.java147 public default boolean shardConfig( in shardConfig() method
DDelegatedInvocationExecution.java73 public boolean shardConfig( in shardConfig() method in DelegatedInvocationExecution
DTestInvocation.java901 sharding = invocationPath.shardConfig(config, info, rescheduler, listener); in invoke()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java194 public boolean shardConfig( in testParentSandboxInvocation_sharding()