This is an automated email from the ASF dual-hosted git repository.
jojochuang pushed a commit to branch ozone-2.1.2
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/ozone-2.1.2 by this push:
new faa8d04a092 Mark flaky integration tests excluded from main CI on
ozone-2.1.2.
faa8d04a092 is described below
commit faa8d04a0927aadf6e4e94b3fc819cfa7af887e6
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Aug 27 15:01:24 2026 -0700
Mark flaky integration tests excluded from main CI on ozone-2.1.2.
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: I0954a011c4720dcaf9587c1ec142e5fc5235d1f6
---
.../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]