Skip to content

Commit

Permalink
Removed Disabled annotation from UnusedWalIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion committed Dec 4, 2023
1 parent effa08f commit 33b8166
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/src/main/java/org/apache/accumulo/test/UnusedWALIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33b8166

Please sign in to comment.