mirror of https://github.com/apache/lucene.git
SOLR-6123: Fix an occasional failing Jenkins build.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e7f0ae52e
commit
84e1847228
|
@ -192,8 +192,6 @@ public class MultiThreadedOCPTest extends AbstractFullDistribZkTestBase {
|
|||
}
|
||||
assertTrue("SplitShard task [2000] was supposed to be in [running] but isn't. It is [" + state + "]", state.equals("running"));
|
||||
|
||||
invokeCollectionApi("action", CollectionParams.CollectionAction.OVERSEERSTATUS.toLower());
|
||||
|
||||
// CLUSTERSTATE is always mutually exclusive, it should return with a response before the split completes
|
||||
|
||||
ModifiableSolrParams params = new ModifiableSolrParams();
|
||||
|
|
Loading…
Reference in New Issue