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/10/17 18:47:42 UTC

[lucene-solr] 11/18: @1011 static to null in test cleanup.

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

commit e0b36088b52e0fdb540c26912821ec3b75879a74
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Oct 17 10:33:15 2020 -0500

    @1011 static to null in test cleanup.
---
 .../test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java b/solr/core/src/test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java
index acadf36..abf8822 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java
@@ -118,6 +118,8 @@ public class CloudExitableDirectoryReaderTest extends SolrCloudTestCase {
       client.close();
       client = null;
     }
+
+    fiveHundredsByNode = null;
   }
 
   public static void indexDocs() throws Exception {