Searched refs:test_id (Results 1 – 1 of 1) sorted by relevance
676 int total_shards, int shard_index, int test_id);5928 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument5929 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()