Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java87 public boolean shardConfig( in shardConfig() method in ShardHelper
126 IConfiguration shardConfig = config.clone(); in shardConfig() local
129 shardConfig.setTest(poller); in shardConfig()
130 rescheduleConfig(shardConfig, config, context, rescheduler, resultCollector, i); in shardConfig()
141 IConfiguration shardConfig = config.clone(); in shardConfig() local
145 shardConfig.setTest(poller); in shardConfig()
147 shardConfig.setTest(testShard); in shardConfig()
149 rescheduleConfig(shardConfig, config, context, rescheduler, resultCollector, i); in shardConfig()
164 IConfiguration shardConfig, in rescheduleConfig() argument
170 cloneConfigObject(config, shardConfig); in rescheduleConfig()
[all …]
DStrictShardHelper.java44 public boolean shardConfig( in shardConfig() method in StrictShardHelper
50 return super.shardConfig(config, context, rescheduler); in shardConfig()
DIShardHelper.java33 public boolean shardConfig( in shardConfig() method
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java138 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testSplitWithShardCount()
164 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testSplit_noShardCount()
196 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testSplitWithShardCount_notEnoughTest()
241 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testCloneStatusChecker()
288 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testCloneMetricCollector()
362 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testClone_withKeystore()
423 mHelper.shardConfig(mConfig, mContext, mRescheduler); in testClone_withKeystore_loadingFails()
455 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testSplitWithTokens()
DStrictShardHelperTest.java95 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testShardConfig_internal()
124 assertFalse(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testShardConfig_internal_shardIndex()
155 assertFalse(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testShardConfig_internal_shardIndex_notShardable_shard0()
186 assertFalse(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testShardConfig_internal_shardIndex_notShardable_shard1()
252 mHelper.shardConfig(mConfig, mContext, mRescheduler); in testShard()
317 mHelper.shardConfig(mConfig, mContext, mRescheduler); in testShardSuite()
368 mHelper.shardConfig(mConfig, mContext, mRescheduler); in testSuite_withAllInterfaces()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java507 helper.shardConfig(config, mContext, new TestShardRescheduler()); in testRun_sharding_firstModuleRunsAll()
548 helper.shardConfig(config, mContext, rescheduler); in testRun_sharding_parallelRun()
594 helper.shardConfig(config, mContext, null); in testRun_sharding_withIndex()
673 helper.shardConfig(config, mContext, null); in helperTestShardIndex()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java147 public default boolean shardConfig( in shardConfig() method
DInvocationExecution.java163 public boolean shardConfig( in shardConfig() method in InvocationExecution
165 return createShardHelper().shardConfig(config, context, rescheduler); in shardConfig()
DTestInvocation.java729 boolean sharding = invocationPath.shardConfig(config, context, rescheduler); in invoke()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java179 public boolean shardConfig( in testParentSandboxInvocation_sharding()