You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/11/20 06:25:48 UTC

[2/3] git commit: ACCUMULO-1215 Backport change to stop running test from 1.5 to 1.4

ACCUMULO-1215 Backport change to stop running test from 1.5 to 1.4


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3f633bf4
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3f633bf4
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3f633bf4

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: 3f633bf45e9f5c0101560ca198fc9eea161e4f27
Parents: ae0be1f
Author: Josh Elser <el...@apache.org>
Authored: Tue Nov 19 23:52:35 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Nov 19 23:52:35 2013 -0500

----------------------------------------------------------------------
 .../org/apache/accumulo/server/tabletserver/InMemoryMapTest.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/3f633bf4/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 18e3b9b..95907f0 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
@@ -42,7 +42,6 @@ import org.apache.hadoop.io.Text;
 import org.apache.log4j.Level;
 import org.apache.log4j.Logger;
 import org.junit.Before;
-import org.junit.Test;
 
 public class InMemoryMapTest extends TestCase {
   
@@ -275,7 +274,7 @@ public class InMemoryMapTest extends TestCase {
   }
   
   // @Test - hard to get this timing test to run well on apache build machines
-  public void testParallelWriteSpeed() throws InterruptedException {
+  public void parallelWriteSpeed() throws InterruptedException {
     List<Double> timings = new ArrayList<Double>();
     for (int threads: new int[]{1, 2, 16, 64, 256} ) {
       final long now = System.currentTimeMillis();