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 b666840d4f76c71c30044378bddd898a64aaa76f Author: Doroszlai, Attila <[email protected]> AuthorDate: Wed Jul 10 11:47:04 2024 +0200 HDDS-11131. Mark TestSnapshotDeletingService#testSnapshotWithFSO as flaky --- .../org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingService.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingService.java index a759f382ec..be4ea69095 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingService.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingService.java @@ -222,6 +222,7 @@ public class TestSnapshotDeletingService { @SuppressWarnings("checkstyle:MethodLength") @Test @Order(3) + @Flaky("HDDS-11131") public void testSnapshotWithFSO() throws Exception { Table<String, OmDirectoryInfo> dirTable = om.getMetadataManager().getDirectoryTable(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
