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 f3ec68800a4e36da3412a8ae810b2ab5ec97bbb4 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sat Sep 27 14:16:47 2025 +0200 HDDS-13661. Mark TestKeyDeletingService#testPurgeKeysRequestBatching as flaky --- .../java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java | 2 ++ 1 file changed, 2 insertions(+) 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 79bd04171d9..baf1f8a7c49 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 @@ -105,6 +105,7 @@ import org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos; import org.apache.ozone.test.GenericTestUtils; import org.apache.ozone.test.OzoneTestBase; +import org.apache.ozone.test.tag.Flaky; import org.apache.ratis.util.ExitUtils; import org.apache.ratis.util.function.UncheckedAutoCloseableSupplier; import org.junit.jupiter.api.AfterAll; @@ -1045,6 +1046,7 @@ void testLastRunAnd24hMetrics() throws Exception { @Test @DisplayName("Verify PurgeKeysRequest is batched according to Ratis byte limit") + @Flaky("HDDS-13661") void testPurgeKeysRequestBatching() throws Exception { // Define a small Ratis limit to force multiple batches for testing // The actual byte size of protobuf messages depends on content. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
