Searched refs:shardConfig (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | ShardHelper.java | 80 public boolean shardConfig( in shardConfig() method in ShardHelper 114 IConfiguration shardConfig = config.clone(); in shardConfig() local 115 shardConfig.setTest(new TestsPoolPoller(shardableTests, tracker)); in shardConfig() 116 rescheduleConfig(shardConfig, config, context, rescheduler, resultCollector); in shardConfig() 122 IConfiguration shardConfig = config.clone(); in shardConfig() local 124 shardConfig.setTest(new TestsPoolPoller(shardableTests, tracker)); in shardConfig() 126 shardConfig.setTest(testShard); in shardConfig() 128 rescheduleConfig(shardConfig, config, context, rescheduler, resultCollector); in shardConfig() 142 IConfiguration shardConfig, in rescheduleConfig() argument 147 cloneConfigObject(config, shardConfig); in rescheduleConfig() [all …]
|
D | IShardHelper.java | 33 public boolean shardConfig( in shardConfig() method
|
D | StrictShardHelper.java | 45 public boolean shardConfig( in shardConfig() method in StrictShardHelper 51 return super.shardConfig(config, context, rescheduler); in shardConfig()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | ShardHelperTest.java | 127 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testSplitWithShardCount() 153 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testSplit_noShardCount() 185 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testSplitWithShardCount_notEnoughTest() 230 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testCloneStatusChecker() 277 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testCloneMetricCollector() 345 assertTrue(mHelper.shardConfig(mConfig, mContext, mRescheduler)); in testClone_withKeystore() 406 mHelper.shardConfig(mConfig, mContext, mRescheduler); in testClone_withKeystore_loadingFails()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 507 helper.shardConfig(config, mContext, new TestShardRescheduler()); in testRun_sharding_firstModuleRunsAll() 548 helper.shardConfig(config, mContext, rescheduler); in testRun_sharding_parallelRun() 597 helper.shardConfig(config, mContext, null); in testRun_sharding_withIndex() 678 helper.shardConfig(config, mContext, null); in helperTestShardIndex()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | InvocationExecution.java | 147 public boolean shardConfig( in shardConfig() method in InvocationExecution 149 return createShardHelper().shardConfig(config, context, rescheduler); in shardConfig()
|
D | TestInvocation.java | 651 boolean sharding = invocationPath.shardConfig(config, context, rescheduler); in invoke()
|