Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 40CA1E713 for ; Fri, 21 Dec 2012 19:00:57 +0000 (UTC) Received: (qmail 73002 invoked by uid 500); 21 Dec 2012 19:00:56 -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 72993 invoked by uid 99); 21 Dec 2012 19:00:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 19:00:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 19:00:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 77F072388AA6; Fri, 21 Dec 2012 19:00:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1425090 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java Date: Fri, 21 Dec 2012 19:00:28 -0000 To: commits@lucene.apache.org From: markrmiller@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121221190028.77F072388AA6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markrmiller Date: Fri Dec 21 19:00:28 2012 New Revision: 1425090 URL: http://svn.apache.org/viewvc?rev=1425090&view=rev Log: tests: attempt to harden more Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java?rev=1425090&r1=1425089&r2=1425090&view=diff ============================================================================== --- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java (original) +++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java Fri Dec 21 19:00:28 2012 @@ -88,6 +88,10 @@ public class RecoveryZkTest extends Abst Thread.sleep(1000); + waitForThingsToLevelOut(30); + + Thread.sleep(1000); + waitForRecoveriesToFinish(DEFAULT_COLLECTION, zkStateReader, false, true); // test that leader and replica have same doc count