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

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


The following commit(s) were added to refs/heads/elasticity by this push:
     new cc32007aa9 Removed Disabled annotation from UnusedWalIT (#4015)
cc32007aa9 is described below

commit cc32007aa949e01fc07ab8e841aeb1a4ad438e43
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Mon Dec 4 12:25:56 2023 -0500

    Removed Disabled annotation from UnusedWalIT (#4015)
---
 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 4f9af91004..fafb99f93c 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.server.log.WalStateManager;
 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

Reply via email to