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 7787c27dea7ca61a3d2cf46bffedded5002258f6 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sat Nov 8 09:28:16 2025 +0100 HDDS-13880. Mark testSnapshotDeepClean as flaky --- .../java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java index 05cfca2fe55..4ab921752ce 100644 --- a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java +++ b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java @@ -549,6 +549,7 @@ public void testRenamedKeyReclaimation(boolean testForSnapshot) of Snap3 should be empty. */ @Test + @Flaky("HDDS-13880") void testSnapshotDeepClean() throws Exception { Table<String, SnapshotInfo> snapshotInfoTable = om.getMetadataManager().getSnapshotInfoTable(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
