Updated Branches: refs/heads/1.4.5-SNAPSHOT e32664103 -> ae0be1f60
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/1.4.5-SNAPSHOT Commit: ae0be1f60db5b3b2493f5816f4481c1b092ae6bf Parents: e326641 Author: Eric C. Newton <e...@apache.org> Authored: Wed Mar 27 12:49:15 2013 +0000 Committer: Josh Elser <els...@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} ) {