Home | History | Annotate | Download | only in test

Lines Matching refs:num_shards

2191   const int num_shards = 5;
2196 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2197 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2210 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2214 ShouldRunTestOnShard(num_shards, shard_index, test_id);
2216 EXPECT_GE(num_tests_on_shard, num_tests / num_shards);