You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/09/15 20:54:31 UTC

git commit: ACCUMULO-3125 oops, didn't check in the changed files

Repository: accumulo
Updated Branches:
  refs/heads/master 0ac596022 -> 7b9cf8498


ACCUMULO-3125 oops, didn't check in the changed files


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

Branch: refs/heads/master
Commit: 7b9cf8498c27055fca62375cbbe98d36d445d034
Parents: 0ac5960
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Sep 15 14:54:28 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Sep 15 14:54:28 2014 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/test/AllowScansToBeInterruptedIT.java     | 3 ++-
 .../java/org/apache/accumulo/test/BadDeleteMarkersCreatedIT.java  | 3 ++-
 .../org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7b9cf849/test/src/test/java/org/apache/accumulo/test/AllowScansToBeInterruptedIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/AllowScansToBeInterruptedIT.java b/test/src/test/java/org/apache/accumulo/test/AllowScansToBeInterruptedIT.java
index bc56346..6354dcc 100644
--- a/test/src/test/java/org/apache/accumulo/test/AllowScansToBeInterruptedIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/AllowScansToBeInterruptedIT.java
@@ -32,7 +32,8 @@ import org.apache.hadoop.conf.Configuration;
 import org.junit.Assert;
 import org.junit.Test;
 
-public class Accumulo3030IT extends ConfigurableMacIT {
+// Accumulo3030
+public class AllowScansToBeInterruptedIT extends ConfigurableMacIT {
   
   @Override
   public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/7b9cf849/test/src/test/java/org/apache/accumulo/test/BadDeleteMarkersCreatedIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/BadDeleteMarkersCreatedIT.java b/test/src/test/java/org/apache/accumulo/test/BadDeleteMarkersCreatedIT.java
index 74730b2..2add8c8 100644
--- a/test/src/test/java/org/apache/accumulo/test/BadDeleteMarkersCreatedIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/BadDeleteMarkersCreatedIT.java
@@ -36,7 +36,8 @@ import org.apache.hadoop.io.Text;
 import org.junit.Assert;
 import org.junit.Test;
 
-public class Accumulo3047IT extends ConfigurableMacIT {
+// Accumulo3047
+public class BadDeleteMarkersCreatedIT extends ConfigurableMacIT {
   
   @Override
   public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/7b9cf849/test/src/test/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java b/test/src/test/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
index 1a0bfa2..1ed87d5 100644
--- a/test/src/test/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
@@ -38,7 +38,8 @@ import org.apache.hadoop.fs.RawLocalFileSystem;
 import org.junit.Assert;
 import org.junit.Test;
 
-public class Accumulo3010IT extends ConfigurableMacIT {
+// Accumulo3010
+public class RecoveryCompactionsAreFlushesIT extends ConfigurableMacIT {
 
   @Override
   public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) {