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 de4c4c7f45 HDDS-6113. Mark 
TestBlockOutputStreamWithFailuresFlushDelay#testWatchForCommitDatanodeFailure 
as flaky
de4c4c7f45 is described below

commit de4c4c7f451635642f18d602074fe8d47b42bba5
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Apr 21 13:35:21 2023 +0200

    HDDS-6113. Mark 
TestBlockOutputStreamWithFailuresFlushDelay#testWatchForCommitDatanodeFailure 
as flaky
---
 .../ozone/client/rpc/TestBlockOutputStreamWithFailuresFlushDelay.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStreamWithFailuresFlushDelay.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStreamWithFailuresFlushDelay.java
index e52dfc75d7..9f1df6207e 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStreamWithFailuresFlushDelay.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStreamWithFailuresFlushDelay.java
@@ -255,6 +255,7 @@ public class TestBlockOutputStreamWithFailuresFlushDelay {
   }
 
   @Test
+  @Flaky("HDDS-6113")
   public void testWatchForCommitDatanodeFailure() throws Exception {
     String keyName = getKeyName();
     OzoneOutputStream key = createKey(keyName, ReplicationType.RATIS, 0);


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

Reply via email to