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 031e0aa1b6 HDDS-8908. Mark TestBlockDeletion#testBlockDeletion as flaky
031e0aa1b6 is described below

commit 031e0aa1b6433a5efc7d2b3323e3a2ab3fe59490
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jun 22 14:31:41 2023 +0200

    HDDS-8908. Mark TestBlockDeletion#testBlockDeletion as flaky
---
 .../container/common/statemachine/commandhandler/TestBlockDeletion.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
index 4fd4e898f2..9e622f35f6 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
@@ -206,6 +206,7 @@ public class TestBlockDeletion {
 
   @ParameterizedTest
   @MethodSource("replicationConfigs")
+  @Flaky("HDDS-8908")
   public void testBlockDeletion(ReplicationConfig repConfig) throws Exception {
     String volumeName = UUID.randomUUID().toString();
     String bucketName = UUID.randomUUID().toString();


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

Reply via email to