Searched refs:runningTestCountInShard (Results 1 – 1 of 1) sorted by relevance
371 int runningTestCountInShard = 0; in splitByShardCount() local384 ++runningTestCountInShard; in splitByShardCount()386 if ((tests.size() < numFullSizeShards && runningTestCountInShard == maxTestCntPerShard) in splitByShardCount()388 && (runningTestCountInShard >= (maxTestCntPerShard - 1)))) { in splitByShardCount()392 runningTestCountInShard = 0; in splitByShardCount()