Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 ABA56109E6 for ; Wed, 26 Nov 2014 04:23:21 +0000 (UTC) Received: (qmail 42893 invoked by uid 500); 26 Nov 2014 04:23:21 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 42817 invoked by uid 500); 26 Nov 2014 04:23:21 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 40405 invoked by uid 99); 26 Nov 2014 04:23:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2014 04:23:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9FD8B32A4BB; Wed, 26 Nov 2014 04:23:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Wed, 26 Nov 2014 04:23:59 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [43/50] [abbrv] accumulo git commit: ACCUMULO-3167 Temporary stabilization to work around ACCUMULO-3365 ACCUMULO-3167 Temporary stabilization to work around ACCUMULO-3365 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/631d0236 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/631d0236 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/631d0236 Branch: refs/heads/master Commit: 631d0236624a505c15316e445350860421ff611b Parents: a4d6234 Author: Josh Elser Authored: Mon Nov 24 23:35:56 2014 -0500 Committer: Josh Elser Committed: Mon Nov 24 23:35:56 2014 -0500 ---------------------------------------------------------------------- .../org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/631d0236/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java b/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java index bd186a9..dbee101 100644 --- a/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java +++ b/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java @@ -64,6 +64,7 @@ public class TracerRecoversAfterOfflineTableIT extends ConfigurableMacIT { while (!conn.tableOperations().exists("trace")) { UtilWaitThread.sleep(1000); } + UtilWaitThread.sleep(5000); } log.info("Taking table offline");