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 c89bc3782ed90e31878a2e0537c020ec1cbdce72
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jul 10 11:40:20 2024 +0200

    HDDS-11129. Mark 
TestSnapshotDirectoryCleaningService#testExclusiveSizeWithDirectoryDeepClean as 
flaky
---
 .../hadoop/ozone/om/snapshot/TestSnapshotDirectoryCleaningService.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDirectoryCleaningService.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDirectoryCleaningService.java
index fac6764767..03df331087 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDirectoryCleaningService.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDirectoryCleaningService.java
@@ -39,6 +39,7 @@ import org.apache.hadoop.ozone.om.helpers.RepeatedOmKeyInfo;
 import org.apache.hadoop.ozone.om.helpers.SnapshotInfo;
 import org.apache.hadoop.ozone.om.service.SnapshotDirectoryCleaningService;
 import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Flaky;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeAll;
@@ -126,6 +127,7 @@ public class TestSnapshotDirectoryCleaningService {
 
   @SuppressWarnings("checkstyle:LineLength")
   @Test
+  @Flaky("HDDS-11129")
   public void testExclusiveSizeWithDirectoryDeepClean() throws Exception {
 
     Table<String, OmKeyInfo> deletedDirTable =


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to