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 9dd8bb91059332d25bdafd01b090982efceae075 Author: Doroszlai, Attila <[email protected]> AuthorDate: Tue Dec 3 11:11:10 2024 +0100 HDDS-11847. Mark TestSnapshotDeletingServiceIntegrationTest#testParallelExcecutionOfKeyDeletionAndSnapshotDeletion as flaky --- .../ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java index 254de072e0..a9e5faa041 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java @@ -601,6 +601,7 @@ public class TestSnapshotDeletingServiceIntegrationTest { @Test @Order(4) + @Flaky("HDDS-11847") public void testParallelExcecutionOfKeyDeletionAndSnapshotDeletion() throws Exception { AtomicBoolean keyDeletionWaitStarted = new AtomicBoolean(false); AtomicBoolean dirDeletionWaitStarted = new AtomicBoolean(false); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
