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:36 UTC

[lucene-solr] 05/18: @1005 Enable a couple test methods.

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 6d37e34e5c2e637a834c16a0bb1408e06c97cbde
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Oct 17 10:18:23 2020 -0500

    @1005 Enable a couple test methods.
---
 .../test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 54e6b6e..acadf36 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.java
@@ -55,7 +55,6 @@ import static org.apache.solr.cloud.TrollingIndexReaderFactory.catchTrace;
 /**
 * Distributed test for {@link org.apache.lucene.index.ExitableDirectoryReader} 
 */
-@Ignore // nocommit
 public class CloudExitableDirectoryReaderTest extends SolrCloudTestCase {
   
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
@@ -235,6 +234,7 @@ public class CloudExitableDirectoryReaderTest extends SolrCloudTestCase {
 
   @Test 
   @Repeat(iterations=5)
+  @Ignore // nocommit
   public void testCreepThenBite() throws Exception {
     int creep=100;
     ModifiableSolrParams params = params("q", "{!cache=false}name:a*");