This is an automated email from the ASF dual-hosted git repository.

erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit 4e0d61d6165275cfa48b85c67251b9abcb09cfe1
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Aug 21 16:47:49 2024 -0400

    HDDS-11355. Mark 
TestMultiBlockWritesWithDnFailures#testMultiBlockWritesWithIntermittentDnFailures
 as flaky
---
 .../hadoop/ozone/client/rpc/TestMultiBlockWritesWithDnFailures.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestMultiBlockWritesWithDnFailures.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestMultiBlockWritesWithDnFailures.java
index 34f85d8e99..4c558c3d77 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestMultiBlockWritesWithDnFailures.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestMultiBlockWritesWithDnFailures.java
@@ -42,6 +42,7 @@ import org.apache.hadoop.ozone.container.TestHelper;
 import org.apache.hadoop.ozone.om.helpers.OmKeyArgs;
 import org.apache.hadoop.ozone.om.helpers.OmKeyInfo;
 import org.apache.hadoop.ozone.om.helpers.OmKeyLocationInfo;
+import org.apache.ozone.test.tag.Flaky;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.Timeout;
@@ -178,6 +179,7 @@ public class TestMultiBlockWritesWithDnFailures {
     validateData(keyName, data.concat(data).getBytes(UTF_8));
   }
 
+  @Flaky("HDDS-11355")
   @Test
   public void testMultiBlockWritesWithIntermittentDnFailures()
       throws Exception {


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

Reply via email to