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/09/03 02:44:37 UTC

[lucene-solr] 03/04: @716 Bring this test back.

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

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

commit 01a120f49daaac9bfd2daebf6e8ea59a8094617c
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Sep 2 20:43:07 2020 -0500

    @716 Bring this test back.
---
 .../solr/cloud/api/collections/AsyncCallRequestStatusResponseTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/api/collections/AsyncCallRequestStatusResponseTest.java b/solr/core/src/test/org/apache/solr/cloud/api/collections/AsyncCallRequestStatusResponseTest.java
index d994af8..8786957 100644
--- a/solr/core/src/test/org/apache/solr/cloud/api/collections/AsyncCallRequestStatusResponseTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/api/collections/AsyncCallRequestStatusResponseTest.java
@@ -50,7 +50,6 @@ public class AsyncCallRequestStatusResponseTest extends SolrCloudTestCase {
 
   @SuppressWarnings("deprecation")
   @Test
-  @Ignore // nocommit - this is flakey in it's wait for the async call to complete, or the system is flakey in reporting
   public void testAsyncCallStatusResponse() throws Exception {
     int numShards = 4;
     int numReplicas = 1;