Searched refs:getShardCount (Results 1 – 15 of 15) sorted by relevance
131 if (config.getCommandOptions().getShardCount() != null in runTests()133 if (config.getCommandOptions().getShardCount() > 1) { in runTests()138 for (int i = 2; i < config.getCommandOptions().getShardCount() + 1; i++) { in runTests()148 for (int i = 2; i < config.getCommandOptions().getShardCount() + 1; i++) { in runTests()
562 if (config.getCommandOptions().getShardCount() != null) { in updateInvocationContext()564 "shard_count", config.getCommandOptions().getShardCount().toString()); in updateInvocationContext()609 if (config.getCommandOptions().getShardCount() != null) { in updateBuild()611 "shard_count", config.getCommandOptions().getShardCount().toString()); in updateBuild()
176 config.getCommandOptions().getShardCount()); in logStartInvocation()700 Integer shardCount = config.getCommandOptions().getShardCount(); in invoke()
177 assertEquals(2, gTestBase.getShardCount()); in testGTestFilters_positiveAndSharding()182 assertEquals(0, gTestBase.getShardCount()); in testGTestFilters_positiveAndSharding()
93 if (getShardCount() > 0) { in executeHostGTestCommand()100 runUtil.setEnvVariable("GTEST_TOTAL_SHARDS", Integer.toString(getShardCount())); in executeHostGTestCommand()
216 if (getShardCount() > 0) { in getGTestCmdLine()223 sb.append(String.format("GTEST_TOTAL_SHARDS=%s ", getShardCount())); in getGTestCmdLine()
233 public int getShardCount() { in getShardCount() method in GTestBase
1284 if (options.getShardCount() != null && options.getShardCount() < 1) { in validateOptions()1288 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()1289 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()1293 if (options.getShardCount() != null && options.getShardIndex() == null) { in validateOptions()
138 public Integer getShardCount(); in getShardCount() method
391 public Integer getShardCount() { in getShardCount() method in CommandOptions
579 public Integer getShardCount() {return -1;} in testValidateOptionsShardException()621 public Integer getShardCount() { in testValidateOptionsShardIndexAboveShardCount()
46 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig()
91 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig()
130 .setShardCount(mConfiguration.getCommandOptions().getShardCount()); in run()
169 if (config.getCommandOptions().getShardCount() != null in prepareEnvironment()