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 dba3ef9463 HDDS-7617. Mark TestECContainerRecovery as flaky
dba3ef9463 is described below

commit dba3ef946362a4dd1c43a80b8f366fe48ef0d09d
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Feb 7 10:57:08 2023 +0100

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

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 9f9cd8b7d8..77c00f2cdc 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
@@ -76,6 +76,7 @@ import static 
org.apache.hadoop.ozone.OzoneConfigKeys.OZONE_RECOVERING_CONTAINER
 /**
  * Tests the EC recovery and over replication processing.
  */
+@Flaky("HDDS-7617")
 public class TestECContainerRecovery {
   private static MiniOzoneCluster cluster;
   private static OzoneConfiguration conf = new OzoneConfiguration();
@@ -254,7 +255,6 @@ 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