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:
Anshum Gupta 2014-06-09 22:59:00 +00:00
parent 3e7f0ae52e
commit 84e1847228
1 changed files with 0 additions and 2 deletions

View File

@ -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();