HomeSort by relevance Sort by last modified time
    Searched full:total_shards (Results 1 - 4 of 4) sorted by null

  /external/gtest/test/
gtest_filter_unittest.py 170 def RunWithSharding(total_shards, shard_index, command):
176 TOTAL_SHARDS_ENV_VAR: str(total_shards)}
235 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run,
244 for i in range(0, total_shards):
245 (tests_run, exit_code) = RunWithSharding(total_shards, i, command)
gtest_unittest.cc     [all...]
  /external/gtest/src/
gtest.cc 3736 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
3804 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
gtest-internal-inl.h 181 // but inconsistent (e.g., shard_index >= total_shards), prints
196 // method. Assumes that 0 <= shard_index < total_shards.
197 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id);
    [all...]

Completed in 680 milliseconds