You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/03/03 18:58:25 UTC

lucene-solr:branch_7x: SOLR-11066: Marking the test as AwaitsFix until the test failures on jenkins are investigated and fixed

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x e0cfb9686 -> 1a3468b87


SOLR-11066: Marking the test as AwaitsFix until the test failures on jenkins are investigated and fixed

(cherry picked from commit 78f11d0)


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

Branch: refs/heads/branch_7x
Commit: 1a3468b87282a97222243b7176d9eaeb603e4968
Parents: e0cfb96
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Sun Mar 4 00:27:16 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Sun Mar 4 00:28:09 2018 +0530

----------------------------------------------------------------------
 .../org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1a3468b8/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java b/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
index a686b17..348f1ce 100644
--- a/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
@@ -1636,6 +1636,7 @@ public class TriggerIntegrationTest extends SolrCloudTestCase {
     assertEquals(5, docCollection.getReplicas().size());
   }
 
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11066")
   public void testScheduledTrigger() throws Exception {
     CloudSolrClient solrClient = cluster.getSolrClient();