You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2023/04/21 11:36:33 UTC

[ozone] branch master updated: HDDS-6113. Mark TestBlockOutputStreamWithFailuresFlushDelay#testWatchForCommitDatanodeFailure as flaky

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 <ad...@apache.org>
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: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org