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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new e7567f8958 HDDS-7617. Mark testECContainerRecoveryWithTimedOutRecovery 
as flaky
e7567f8958 is described below

commit e7567f89583f88b892d33a375d6ba97013d20ec9
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Dec 11 16:20:39 2022 +0100

    HDDS-7617. Mark testECContainerRecoveryWithTimedOutRecovery as flaky
---
 .../java/org/apache/hadoop/ozone/container/TestECContainerRecovery.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestECContainerRecovery.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestECContainerRecovery.java
index 411ad538b1..1f08d0e101 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestECContainerRecovery.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestECContainerRecovery.java
@@ -49,6 +49,7 @@ import 
org.apache.hadoop.ozone.container.common.statemachine.DatanodeConfigurati
 import 
org.apache.hadoop.ozone.container.ec.reconstruction.ECReconstructionCoordinator;
 import 
org.apache.hadoop.ozone.container.ec.reconstruction.ECReconstructionSupervisor;
 import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Flaky;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.Test;
@@ -254,6 +255,7 @@ public class TestECContainerRecovery {
     waitForContainerCount(5, container.containerID(), scm);
   }
 
+  @Flaky("HDDS-7617")
   @Test
   public void testECContainerRecoveryWithTimedOutRecovery() throws Exception {
     byte[] inputData = getInputBytes(3);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to