| commit | add7602c31bea5431adf560c64b6d9ba2011007b | [log] [tgz] |
|---|---|---|
| author | noble <noble@apache.org> | Wed Dec 18 09:31:38 2019 +1100 |
| committer | noble <noble@apache.org> | Wed Dec 18 09:31:38 2019 +1100 |
| tree | 0bff0bf20b97dc0621b3849aae7623b09ecaac2a | |
| parent | 99d25ef335c37d460d2f0b6f759050bde5beef53 [diff] |
compile errs
diff --git a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java index 5255cd0..02e445f 100644 --- a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java
@@ -51,7 +51,7 @@ log.info("testReloadedLeaderStateAfterZkSessionLoss initialized OK ... running test logic"); final String testCollectionName = "c8n_1x1"; - CollectionAdminRequest.createCollection(testCollectionName, "conf", 1, 1).setExternalState(true) + CollectionAdminRequest.createCollection(testCollectionName, "conf", 1, 1) .process(cluster.getSolrClient());