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
commit 3277d6981c25509c69a3d21ae3d325050770bc28 Author: Doroszlai, Attila <[email protected]> AuthorDate: Fri Jun 16 21:41:34 2023 +0200 HDDS-8876. HDDS-8880. Mark TestOMRatisSnapshots as flaky --- .../src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java index cbe3575124..332a4bbcbc 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java @@ -47,6 +47,7 @@ import org.apache.hadoop.ozone.om.ratis.OzoneManagerRatisServer; import org.apache.hadoop.ozone.om.ratis.utils.OzoneManagerRatisUtils; import org.apache.hadoop.ozone.om.snapshot.OmSnapshotUtils; import org.apache.ozone.test.GenericTestUtils; +import org.apache.ozone.test.tag.Flaky; import org.apache.ratis.server.protocol.TermIndex; import org.assertj.core.api.Fail; import org.junit.Ignore; @@ -94,6 +95,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull; * Tests the Ratis snapshots feature in OM. */ @Timeout(5000) +@Flaky({ "HDDS-8876", "HDDS-8880"}) public class TestOMRatisSnapshots { private MiniOzoneHAClusterImpl cluster = null; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
