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 2018/12/06 15:26:53 UTC

[2/2] lucene-solr:master: SOLR-13028: @AwaitsFix AutoAddReplicasPlanActionTest#testSimple.

SOLR-13028: @AwaitsFix AutoAddReplicasPlanActionTest#testSimple.


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

Branch: refs/heads/master
Commit: 46d79940459f7b884b3caa749eee639dcff8c6ad
Parents: b9a966e
Author: markrmiller <ma...@apache.org>
Authored: Thu Dec 6 08:56:03 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Thu Dec 6 08:56:03 2018 -0600

----------------------------------------------------------------------
 .../solr/cloud/autoscaling/AutoAddReplicasPlanActionTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46d79940/solr/core/src/test/org/apache/solr/cloud/autoscaling/AutoAddReplicasPlanActionTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/autoscaling/AutoAddReplicasPlanActionTest.java b/solr/core/src/test/org/apache/solr/cloud/autoscaling/AutoAddReplicasPlanActionTest.java
index 1c6d4a8..593225f 100644
--- a/solr/core/src/test/org/apache/solr/cloud/autoscaling/AutoAddReplicasPlanActionTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/autoscaling/AutoAddReplicasPlanActionTest.java
@@ -77,7 +77,7 @@ public class AutoAddReplicasPlanActionTest extends SolrCloudTestCase{
   }
 
   @Test
-  @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028")
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13028")
   public void testSimple() throws Exception {
     JettySolrRunner jetty1 = cluster.getJettySolrRunner(0);
     JettySolrRunner jetty2 = cluster.getJettySolrRunner(1);