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 2015/05/26 21:50:21 UTC

[3/3] accumulo git commit: ACCUMULO-3423 fixing another IT: WALogs show up before they are used

ACCUMULO-3423 fixing another IT: WALogs show up before they are used


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

Branch: refs/heads/master
Commit: fdd7d09a003bedca31db2e3602f8486b263d6ad1
Parents: 724504a
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue May 26 15:50:18 2015 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue May 26 15:50:18 2015 -0400

----------------------------------------------------------------------
 .../replication/GarbageCollectorCommunicatesWithTServersIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/fdd7d09a/test/src/test/java/org/apache/accumulo/test/replication/GarbageCollectorCommunicatesWithTServersIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/replication/GarbageCollectorCommunicatesWithTServersIT.java b/test/src/test/java/org/apache/accumulo/test/replication/GarbageCollectorCommunicatesWithTServersIT.java
index 309de80..4f9c69f 100644
--- a/test/src/test/java/org/apache/accumulo/test/replication/GarbageCollectorCommunicatesWithTServersIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/replication/GarbageCollectorCommunicatesWithTServersIT.java
@@ -201,7 +201,7 @@ public class GarbageCollectorCommunicatesWithTServersIT extends ConfigurableMacI
     log.info("Checking that metadata only has one WAL recorded for this table");
 
     Set<String> wals = getWalsForTable(table);
-    Assert.assertEquals("Expected to only find one WAL for the table", 1, wals.size());
+    Assert.assertEquals("Expected to only find two WALs for the table", 2, wals.size());
 
     log.info("Compacting the table which will remove all WALs from the tablets");