You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/11/21 00:33:30 UTC

[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 <ec...@apache.org>
Authored: Wed Mar 27 12:49:15 2013 +0000
Committer: Josh Elser <el...@apache.org>
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<Double> timings = new ArrayList<Double>();
     for (int threads: new int[]{1, 2, 16, 64, 256} ) {