SOLR-12801: tweak shard count specificiation

This commit is contained in:
markrmiller 2018-12-09 10:29:05 -06:00
parent eac3f58c43
commit 40432cdfbc
1 changed files with 2 additions and 1 deletions

View File

@ -55,12 +55,13 @@ public class MultiThreadedOCPTest extends AbstractFullDistribZkTestBase {
public MultiThreadedOCPTest() { public MultiThreadedOCPTest() {
sliceCount = 2; sliceCount = 2;
fixShardCount(3);
} }
@Test @Test
// commented 20-July-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // commented 20-July-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028")
//commented 20-Sep-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // added 17-Aug-2018 //commented 20-Sep-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // added 17-Aug-2018
@ShardsFixed(num = 3)
public void test() throws Exception { public void test() throws Exception {
testParallelCollectionAPICalls(); testParallelCollectionAPICalls();
testTaskExclusivity(); testTaskExclusivity();