mirror of https://github.com/apache/lucene.git
SOLR-12801: tweak shard count specificiation
This commit is contained in:
parent
eac3f58c43
commit
40432cdfbc
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue