You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/12/15 10:04:09 UTC

[17/34] lucene-solr:jira/http2: SOLR-13072: disable flawed test of flawed functionality

SOLR-13072: disable flawed test of flawed functionality


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f8444613
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f8444613
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f8444613

Branch: refs/heads/jira/http2
Commit: f844461357d43838da51697295a1dcbb69699d9c
Parents: 46516b7
Author: Chris Hostetter <ho...@apache.org>
Authored: Thu Dec 13 15:32:09 2018 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Thu Dec 13 15:32:09 2018 -0700

----------------------------------------------------------------------
 .../solr/cloud/autoscaling/NodeMarkersRegistrationTest.java       | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f8444613/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java b/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
index 7a8fa53..fd7a1fa 100644
--- a/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
@@ -30,6 +30,8 @@ import java.util.concurrent.TimeUnit;
 import java.util.concurrent.TimeoutException;
 import java.util.concurrent.locks.ReentrantLock;
 
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
+
 import org.apache.solr.client.solrj.SolrClient;
 import org.apache.solr.client.solrj.SolrRequest;
 import org.apache.solr.client.solrj.cloud.autoscaling.TriggerEventProcessorStage;
@@ -51,6 +53,7 @@ import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13072")
 @LogLevel("org.apache.solr.cloud.autoscaling=DEBUG;org.apache.solr.client.solrj.cloud.autoscaling=DEBUG")
 public class NodeMarkersRegistrationTest extends SolrCloudTestCase {
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());