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
commit 3f938461b5c762404b0eb614d4497d67770975a0 Author: Wei-Chiu Chuang <[email protected]> AuthorDate: Fri Aug 28 17:08:02 2026 -0700 Revert "Mark flaky integration tests excluded from main CI on ozone-2.1.2." This reverts commit faa8d04a0927aadf6e4e94b3fc819cfa7af887e6. --- .../hadoop/hdds/scm/TestSCMFollowerCatchupWithContainerReport.java | 2 -- .../test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java | 1 - 2 files changed, 3 deletions(-) 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 cf4011c6c68..1e172d7be5c 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,7 +44,6 @@ 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; @@ -123,7 +122,6 @@ 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 09bd7eeded1..2376a0e93ff 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,7 +407,6 @@ 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]
