You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2020/01/30 16:54:40 UTC

[accumulo] branch master updated: Add scheme to GarbageCollectorIT. Fixes #1485

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new dfb74d8  Add scheme to GarbageCollectorIT. Fixes #1485
dfb74d8 is described below

commit dfb74d861931f7446d2552f034fea3ee15bc3ad2
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Jan 30 10:04:18 2020 -0500

    Add scheme to GarbageCollectorIT. Fixes #1485
---
 .../java/org/apache/accumulo/test/functional/GarbageCollectorIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java b/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
index 3df5b4e..2b8cba8 100644
--- a/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
@@ -312,7 +312,7 @@ public class GarbageCollectorIT extends ConfigurableMacBase {
         String longpath = "aaaaaaaaaabbbbbbbbbbccccccccccddddddddddeeeeeeeeee"
             + "ffffffffffgggggggggghhhhhhhhhhiiiiiiiiiijjjjjjjjjj";
         Mutation delFlag =
-            ServerAmpleImpl.createDeleteMutation(String.format("/%020d/%s", i, longpath));
+            ServerAmpleImpl.createDeleteMutation(String.format("file:/%020d/%s", i, longpath));
         bw.addMutation(delFlag);
       }
     }