Skip to content

Commit

Permalink
Removed Disabled annotation from recovery ITs, they work now (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion authored Dec 11, 2023
1 parent c5122a3 commit 4c5a72b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@
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;

@Disabled // ELASTICITY_TODO
public class MultiTableRecoveryIT extends ConfigurableMacBase {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@
import org.apache.accumulo.miniclusterImpl.MiniAccumuloConfigImpl;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.RawLocalFileSystem;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

// Accumulo3010
@Disabled // ELASTICITY_TODO
public class RecoveryCompactionsAreFlushesIT extends AccumuloClusterHarness {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.RawLocalFileSystem;
import org.apache.hadoop.io.Text;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@Disabled // ELASTICITY_TODO
public class VerifySerialRecoveryIT extends ConfigurableMacBase {

private static final byte[] HEXCHARS = {0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38,
Expand Down

0 comments on commit 4c5a72b

Please sign in to comment.