You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/28 16:29:38 UTC

[lucene-solr] branch reference_impl_dev updated: @428 Put this test on disk.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 6e58237  @428 Put this test on disk.
6e58237 is described below

commit 6e582376bdff85864a15eab2e718142e1ee8cd98
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Jul 28 11:29:02 2020 -0500

    @428 Put this test on disk.
---
 solr/core/src/test/org/apache/solr/cloud/DeleteInactiveReplicaTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/DeleteInactiveReplicaTest.java b/solr/core/src/test/org/apache/solr/cloud/DeleteInactiveReplicaTest.java
index 5d0ef75..c62e098 100644
--- a/solr/core/src/test/org/apache/solr/cloud/DeleteInactiveReplicaTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/DeleteInactiveReplicaTest.java
@@ -45,6 +45,7 @@ public class DeleteInactiveReplicaTest extends SolrCloudTestCase {
 
   @BeforeClass
   public static void setupCluster() throws Exception {
+    useFactory(null);
     configureCluster(4)
         .addConfig("conf", configset("cloud-minimal"))
         .withProperty(ZkStateReader.LEGACY_CLOUD, "false")