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/05 15:26:12 UTC

[lucene-solr] 06/13: @739 I can still hit a rare hang.

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 5be3a2f08badd3b0181294a28a58f7b1d4671d75
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Fri Sep 4 08:57:11 2020 -0500

    @739 I can still hit a rare hang.
    
    # Conflicts:
    #	solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java
---
 .../org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java
index 7da79fb..01b3212 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java
@@ -3855,7 +3855,7 @@ public class StreamDecoratorTest extends SolrCloudTestCase {
   }
 
   @Test
-  @Ignore // nocommit ~ TJP ~ slow and/or flakey, esp. around collection creation / deletion
+  @Ignore // nocommit can be slow, can hang - perhaps try back to root shared exec and add the per thread execs await method?
   public void testExecutorStream() throws Exception {
     CollectionAdminRequest.createCollection("workQueue", "conf", 2, 1).process(cluster.getSolrClient());
     CollectionAdminRequest.createCollection("mainCorpus", "conf", 2, 1).process(cluster.getSolrClient());