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


The following commit(s) were added to refs/heads/master by this push:
     new dd3f6aec612 HDDS-10886. Disable flaky 
testParallelDeleteBucketAndCreateKey
dd3f6aec612 is described below

commit dd3f6aec612d03c57c62aed2b1418f7f8bd35968
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jul 18 15:10:28 2025 +0200

    HDDS-10886. Disable flaky testParallelDeleteBucketAndCreateKey
---
 .../java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java
index dbe01d94eb2..e282e7e6a49 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java
@@ -4990,6 +4990,7 @@ public void 
testUploadWithStreamAndMemoryMappedBuffer(@TempDir Path dir) throws
   }
 
   @Test
+  @Unhealthy("HDDS-10886")
   public void testParallelDeleteBucketAndCreateKey() throws IOException,
       InterruptedException, TimeoutException {
     String volumeName = UUID.randomUUID().toString();


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

Reply via email to