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

jojochuang pushed a commit to branch ozone-2.1
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/ozone-2.1 by this push:
     new ebab23778ad Mark flaky integration tests excluded from main CI on 
ozone-2.1.
ebab23778ad is described below

commit ebab23778ad9438b4cc9aecab69a3154166ba32e
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Aug 27 14:50:18 2026 -0700

    Mark flaky integration tests excluded from main CI on ozone-2.1.
    
    Cherry-pick HDDS-14017 @Flaky on TestAddRemoveOzoneManager#testDecommission.
    Mark HDDS-14989 close-while-down follower catchup test as flaky; it
    times out on CI while sibling scenarios pass.
    
    Co-authored-by: Cursor <[email protected]>
    Change-Id: I7dc2bfad3d280444184e73b2f3619e50d2967daf
---
 .../hadoop/hdds/scm/TestSCMFollowerCatchupWithContainerReport.java      | 2 ++
 .../test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java | 1 +
 2 files changed, 3 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMFollowerCatchupWithContainerReport.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMFollowerCatchupWithContainerReport.java
index 1e172d7be5c..cf4011c6c68 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMFollowerCatchupWithContainerReport.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMFollowerCatchupWithContainerReport.java
@@ -44,6 +44,7 @@
 import org.apache.hadoop.ozone.client.OzoneVolume;
 import org.apache.hadoop.ozone.client.io.OzoneInputStream;
 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;
@@ -122,6 +123,7 @@ static void shutdown() {
    * be CLOSED with a full replica set and all keys must remain readable.
    */
   @Test
+  @Flaky("HDDS-14989")
   void testFollowerCatchupAfterContainerClose() throws Exception {
     String vol = "vol-close";
     String buck = "buck-close";
diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
index 2376a0e93ff..09bd7eeded1 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
@@ -407,6 +407,7 @@ public void testBootstrapListenerOM() throws Exception {
    * 3.
    */
   @Test
+  @Flaky("HDDS-14017")
   public void testDecommission() throws Exception {
     setupCluster(3);
 


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

Reply via email to