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 effa08f46a Disable two VolumeIT tests that require log recovery (#4013)
effa08f46a is described below

commit effa08f46aa2de38fe6c1470658cd75526007b0f
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Mon Dec 4 08:42:17 2023 -0500

    Disable two VolumeIT tests that require log recovery (#4013)
---
 test/src/main/java/org/apache/accumulo/test/VolumeIT.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/src/main/java/org/apache/accumulo/test/VolumeIT.java 
b/test/src/main/java/org/apache/accumulo/test/VolumeIT.java
index 2e7dd8a5b0..5360cecb92 100644
--- a/test/src/main/java/org/apache/accumulo/test/VolumeIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/VolumeIT.java
@@ -87,6 +87,7 @@ import org.apache.hadoop.fs.Path;
 import org.apache.hadoop.fs.RawLocalFileSystem;
 import org.apache.hadoop.io.Text;
 import org.apache.zookeeper.KeeperException.NoNodeException;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
@@ -493,6 +494,7 @@ public class VolumeIT extends ConfigurableMacBase {
   }
 
   @Test
+  @Disabled // ELASTICITY_TODO: Log Recovery is not working yet
   public void testDirtyReplaceVolumes() throws Exception {
     try (AccumuloClient client = 
Accumulo.newClient().from(getClientProperties()).build()) {
       testReplaceVolume(client, false, false);
@@ -507,6 +509,7 @@ public class VolumeIT extends ConfigurableMacBase {
   }
 
   @Test
+  @Disabled // ELASTICITY_TODO: Log Recovery is not working yet
   public void testDirtyReplaceVolumesWithRangedFiles() throws Exception {
     try (AccumuloClient client = 
Accumulo.newClient().from(getClientProperties()).build()) {
       testReplaceVolume(client, false, true);

Reply via email to