Searched refs:shardableTests (Results 1 – 1 of 1) sorted by relevance
89 List<IRemoteTest> shardableTests = new ArrayList<IRemoteTest>(); in shardConfig() local93 isSharded |= shardTest(shardableTests, test, shardCount, context); in shardConfig()102 int expectedShard = shardableTests.size(); in shardConfig()104 expectedShard = Math.min(shardCount, shardableTests.size()); in shardConfig()111 synchronized (shardableTests) { in shardConfig()118 Collections.shuffle(shardableTests); in shardConfig()119 int maxShard = Math.min(shardCount, shardableTests.size()); in shardConfig()123 tokenPool = extractTokenTests(shardableTests); in shardConfig()128 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()133 CountDownLatch tracker = new CountDownLatch(shardableTests.size()); in shardConfig()[all …]