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 68F27106DD for ; Wed, 20 Nov 2013 23:33:22 +0000 (UTC) Received: (qmail 88738 invoked by uid 500); 20 Nov 2013 23:33:21 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 88517 invoked by uid 500); 20 Nov 2013 23:33:20 -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 88326 invoked by uid 99); 20 Nov 2013 23:33:20 -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, 20 Nov 2013 23:33:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 66A5C885E6C; Wed, 20 Nov 2013 23:33:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Wed, 20 Nov 2013 23:33:30 -0000 Message-Id: <505867b0742144ddaf03132bbeb11d63@git.apache.org> In-Reply-To: <3acd46f072e14ed499485d7ab7a7ce40@git.apache.org> References: <3acd46f072e14ed499485d7ab7a7ce40@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/18] git commit: ACCUMULO-1062 disabling testParallelWriteSpeed ACCUMULO-1062 disabling testParallelWriteSpeed git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.5@1461552 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ae0be1f6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ae0be1f6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ae0be1f6 Branch: refs/heads/master Commit: ae0be1f60db5b3b2493f5816f4481c1b092ae6bf Parents: e326641 Author: Eric C. Newton Authored: Wed Mar 27 12:49:15 2013 +0000 Committer: Josh Elser Committed: Tue Nov 19 23:42:57 2013 -0500 ---------------------------------------------------------------------- .../org/apache/accumulo/server/tabletserver/InMemoryMapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ae0be1f6/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java ---------------------------------------------------------------------- diff --git a/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java b/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java index 3745cfc..18e3b9b 100644 --- a/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java +++ b/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java @@ -274,7 +274,7 @@ public class InMemoryMapTest extends TestCase { return result; } - @Test + // @Test - hard to get this timing test to run well on apache build machines public void testParallelWriteSpeed() throws InterruptedException { List timings = new ArrayList(); for (int threads: new int[]{1, 2, 16, 64, 256} ) {