Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16BC8200CF6 for ; Mon, 4 Sep 2017 06:13:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 138E3163DBE; Mon, 4 Sep 2017 04:13:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5913B163DBA for ; Mon, 4 Sep 2017 06:13:05 +0200 (CEST) Received: (qmail 40132 invoked by uid 500); 4 Sep 2017 04:13:04 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 40123 invoked by uid 99); 4 Sep 2017 04:13:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2017 04:13:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4C6AAF32FC; Mon, 4 Sep 2017 04:13:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shalin@apache.org To: commits@lucene.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:master: SOLR-11278: Disable frequently failing method with AwaitsFix Date: Mon, 4 Sep 2017 04:13:04 +0000 (UTC) archived-at: Mon, 04 Sep 2017 04:13:06 -0000 Repository: lucene-solr Updated Branches: refs/heads/master 3901a13de -> e782082e7 SOLR-11278: Disable frequently failing method with AwaitsFix Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/e782082e Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e782082e Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e782082e Branch: refs/heads/master Commit: e782082e711286a4c1a6ca101a9fa11bafab7b0d Parents: 3901a13 Author: Shalin Shekhar Mangar Authored: Mon Sep 4 09:42:56 2017 +0530 Committer: Shalin Shekhar Mangar Committed: Mon Sep 4 09:42:56 2017 +0530 ---------------------------------------------------------------------- solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e782082e/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java ---------------------------------------------------------------------- diff --git a/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java b/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java index 6959bd8..a5b37d8 100644 --- a/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java @@ -239,6 +239,7 @@ public class CdcrBootstrapTest extends SolrTestCaseJ4 { } } + @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11278") public void testBootstrapWithContinousIndexingOnSourceCluster() throws Exception { // start the target first so that we know its zkhost MiniSolrCloudCluster target = new MiniSolrCloudCluster(1, createTempDir("cdcr-target"), buildJettyConfig("/solr"));