Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 306121168F for ; Tue, 20 May 2014 15:32:20 +0000 (UTC) Received: (qmail 97071 invoked by uid 500); 20 May 2014 15:32:20 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 96997 invoked by uid 500); 20 May 2014 15:32:20 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 96938 invoked by uid 99); 20 May 2014 15:32:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2014 15:32:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BB8B193811A; Tue, 20 May 2014 15:32:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.apache.org Date: Tue, 20 May 2014 15:32:22 -0000 Message-Id: In-Reply-To: <94b7ea22ade342b0818fc250e2b3526a@git.apache.org> References: <94b7ea22ade342b0818fc250e2b3526a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/8] git commit: Added more timing to tests Added more timing to tests Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/5dbd6729 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/5dbd6729 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5dbd6729 Branch: refs/heads/master Commit: 5dbd6729092dec76fa6939fe35027fbb6a7ddae0 Parents: de71564 Author: randgalt Authored: Thu May 15 14:32:38 2014 -0500 Committer: randgalt Committed: Thu May 15 14:32:38 2014 -0500 ---------------------------------------------------------------------- .../curator/framework/recipes/locks/TestInterProcessSemaphore.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/5dbd6729/curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessSemaphore.java ---------------------------------------------------------------------- diff --git a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessSemaphore.java b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessSemaphore.java index f6956ff..559b012 100644 --- a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessSemaphore.java +++ b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessSemaphore.java @@ -410,6 +410,7 @@ public class TestInterProcessSemaphore extends BaseClassForTests { final int THREAD_QTY = 10; + Timing timing = new Timing(); CuratorFramework client = CuratorFrameworkFactory.newClient(server.getConnectString(), timing.session(), timing.connection(), new RetryOneTime(1)); client.start(); try