Home | History | Annotate | Download | only in test

Lines Matching refs:num_shards

1893   const int num_shards = 5;
1898 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
1899 num_shards, shard_index, test_id)) {
1912 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
1916 ShouldRunTestOnShard(num_shards, shard_index, test_id);
1918 EXPECT_GE(num_tests_on_shard, num_tests / num_shards);