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/07/20 04:09:43 UTC

[lucene-solr] branch reference_impl updated: @240 - Something started popping with this test.

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


The following commit(s) were added to refs/heads/reference_impl by this push:
     new 2775559  @240 - Something started popping with this test.
2775559 is described below

commit 2775559dceecc164ece741364d002c49b557e95a
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sun Jul 19 23:09:28 2020 -0500

    @240 - Something started popping with this test.
---
 .../src/test/org/apache/solr/common/cloud/TestDocCollectionWatcher.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solrj/src/test/org/apache/solr/common/cloud/TestDocCollectionWatcher.java b/solr/solrj/src/test/org/apache/solr/common/cloud/TestDocCollectionWatcher.java
index 02bf2ef..4b69489 100644
--- a/solr/solrj/src/test/org/apache/solr/common/cloud/TestDocCollectionWatcher.java
+++ b/solr/solrj/src/test/org/apache/solr/common/cloud/TestDocCollectionWatcher.java
@@ -40,6 +40,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /** @see TestCollectionStateWatchers */
+@Ignore // nocommit, look at why this got slow
 public class TestDocCollectionWatcher extends SolrCloudTestCase {
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());