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 4c5a72b730 Removed Disabled annotation from recovery ITs, they work 
now (#4052)
4c5a72b730 is described below

commit 4c5a72b7305312945a71be11ea3815516a23adc2
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Mon Dec 11 12:20:30 2023 -0500

    Removed Disabled annotation from recovery ITs, they work now (#4052)
---
 test/src/main/java/org/apache/accumulo/test/MultiTableRecoveryIT.java   | 2 --
 .../java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java  | 2 --
 test/src/main/java/org/apache/accumulo/test/VerifySerialRecoveryIT.java | 2 --
 3 files changed, 6 deletions(-)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/MultiTableRecoveryIT.java 
b/test/src/main/java/org/apache/accumulo/test/MultiTableRecoveryIT.java
index 79613d9d14..0fdc25c8c2 100644
--- a/test/src/main/java/org/apache/accumulo/test/MultiTableRecoveryIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/MultiTableRecoveryIT.java
@@ -44,10 +44,8 @@ import 
org.apache.accumulo.miniclusterImpl.MiniAccumuloConfigImpl;
 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
diff --git 
a/test/src/main/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
 
b/test/src/main/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
index 1573cf9870..7657b0c260 100644
--- 
a/test/src/main/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
+++ 
b/test/src/main/java/org/apache/accumulo/test/RecoveryCompactionsAreFlushesIT.java
@@ -40,11 +40,9 @@ import org.apache.accumulo.minicluster.ServerType;
 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
diff --git 
a/test/src/main/java/org/apache/accumulo/test/VerifySerialRecoveryIT.java 
b/test/src/main/java/org/apache/accumulo/test/VerifySerialRecoveryIT.java
index 7bddfa9c66..42b06dac61 100644
--- a/test/src/main/java/org/apache/accumulo/test/VerifySerialRecoveryIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/VerifySerialRecoveryIT.java
@@ -48,10 +48,8 @@ import org.apache.accumulo.tserver.TabletServer;
 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,

Reply via email to