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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 5f926bc1aa7 SOLR-16630: AwaitsFix TestCoordinatorRole.testNRTRestart
5f926bc1aa7 is described below

commit 5f926bc1aa7e6f9b1e70c0581e67526a4cef4859
Author: Chris Hostetter <[email protected]>
AuthorDate: Fri Jan 20 14:06:15 2023 -0700

    SOLR-16630: AwaitsFix TestCoordinatorRole.testNRTRestart
---
 solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java | 1 +
 1 file changed, 1 insertion(+)

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 6c4e845cf5a..6976ec23d5a 100644
--- a/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
+++ b/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
@@ -108,6 +108,7 @@ 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);

Reply via email to