From 33b81663c13d22808fb43edd75c30dfd6a095d82 Mon Sep 17 00:00:00 2001 From: Dave Marion Date: Mon, 4 Dec 2023 16:45:47 +0000 Subject: [PATCH] Removed Disabled annotation from UnusedWalIT --- test/src/main/java/org/apache/accumulo/test/UnusedWALIT.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/src/main/java/org/apache/accumulo/test/UnusedWALIT.java b/test/src/main/java/org/apache/accumulo/test/UnusedWALIT.java index 4f9af91004d..fafb99f93cb 100644 --- a/test/src/main/java/org/apache/accumulo/test/UnusedWALIT.java +++ b/test/src/main/java/org/apache/accumulo/test/UnusedWALIT.java @@ -45,14 +45,12 @@ import org.apache.accumulo.test.functional.ConfigurableMacBase; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.RawLocalFileSystem; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; -// When reviewing the changes for ACCUMULO-3423, kturner suggested +// ELASTICITY_TODO When reviewing the changes for ACCUMULO-3423, kturner suggested // "tablets will now have log references that contain no data, // so it may be marked with 3 WALs, the first with data, the 2nd without, a 3rd with data. // It would be useful to have an IT that will test this situation. -@Disabled // ELASTICITY_TODO public class UnusedWALIT extends ConfigurableMacBase { @Override