You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by is...@apache.org on 2023/01/21 19:23:55 UTC

[solr] 03/03: SOLR-16630: Bringing back the test, after backporting a2f3f7f33efd765cc6c608c78745d8b9c108b8df and 3247803ea6e97b2d735fde08c12057de3c88086c

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

ishan pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit d77b592d952a649ac2450eeb884510d681d2c814
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Sun Jan 22 00:53:38 2023 +0530

    SOLR-16630: Bringing back the test, after backporting a2f3f7f33efd765cc6c608c78745d8b9c108b8df and 3247803ea6e97b2d735fde08c12057de3c88086c
---
 solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java b/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
index 6976ec23d5a..b72324498ec 100644
--- a/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
+++ b/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
@@ -108,7 +108,6 @@ public class TestCoordinatorRole extends SolrCloudTestCase {
     }
   }
 
-  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-16630")
   public void testNRTRestart() throws Exception {
     // we restart jetty and expect to find on disk data - need a local fs directory
     useFactory(null);
@@ -419,6 +418,7 @@ public class TestCoordinatorRole extends SolrCloudTestCase {
       Thread.sleep(100);
     }
     assertTrue(found);
+    log.info("HELLO: "+docs);
     return (String) docs.get(0).getFieldValue("_core_");
   }
 }