Repository: accumulo
Updated Branches:
refs/heads/1.5.1-SNAPSHOT b0d580889 -> e0b8fb0e9
ACCUMULO-2361 clean-up: remove commented code
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e0b8fb0e
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e0b8fb0e
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e0b8fb0e
Branch: refs/heads/1.5.1-SNAPSHOT
Commit: e0b8fb0e98c1b38c4fa2e20ae0611e33e07ecba6
Parents: b0d5808
Author: Eric Newton <eric.newton@gmail.com>
Authored: Tue Feb 18 12:08:42 2014 -0500
Committer: Eric Newton <eric.newton@gmail.com>
Committed: Tue Feb 18 12:08:42 2014 -0500
----------------------------------------------------------------------
.../java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java | 1 -
1 file changed, 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/accumulo/blob/e0b8fb0e/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java b/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
index 65b39a7..77e417f 100644
--- a/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
@@ -112,7 +112,6 @@ public class DeleteTableDuringSplitIT {
}
});
}
- //Collections.shuffle(tasks);
for (Runnable r : tasks)
results.add(es.submit(r));
for (Future<?> f : results) {
|