Skip to content

Commit

Permalink
SOLR-13276: Improving CloudHttp2SolrClientTest
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoManhDat committed Apr 23, 2019
1 parent a95e68e commit bc8985d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ public void preferReplicaTypesTest() throws Exception {
queryWithPreferReplicaTypes(getRandomClient(), "TLOG|PULL", true, collectionName);
queryWithPreferReplicaTypes(getRandomClient(), "NRT", false, collectionName);
queryWithPreferReplicaTypes(getRandomClient(), "NRT|PULL", true, collectionName);
CollectionAdminRequest.deleteCollection(collectionName)
.processAndWait(cluster.getSolrClient(), TIMEOUT);
}

private void queryWithPreferReplicaTypes(CloudHttp2SolrClient cloudClient,
Expand Down

0 comments on commit bc8985d

Please sign in to comment.