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 3348d918c4 HDDS-11564. Mark TestBlockOutputStream as flaky
3348d918c4 is described below

commit 3348d918c4a108c142de671df964e11c531f5aab
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Oct 11 11:20:04 2024 +0200

    HDDS-11564. Mark TestBlockOutputStream as flaky
---
 .../java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStream.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStream.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStream.java
index eb3709c9a8..e0ccdee9a7 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStream.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestBlockOutputStream.java
@@ -49,6 +49,7 @@ import org.apache.hadoop.ozone.client.io.KeyOutputStream;
 import org.apache.hadoop.ozone.client.io.OzoneOutputStream;
 import org.apache.hadoop.ozone.container.TestHelper;
 
+import org.apache.ozone.test.tag.Flaky;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.TestInstance;
@@ -481,6 +482,7 @@ class TestBlockOutputStream {
 
   @ParameterizedTest
   @MethodSource("clientParameters")
+  @Flaky("HDDS-11564")
   void testWriteMoreThanFlushSize(boolean flushDelay, boolean 
enablePiggybacking) throws Exception {
     OzoneClientConfig config = newClientConfig(cluster.getConf(), flushDelay, 
enablePiggybacking);
     try (OzoneClient client = newClient(cluster.getConf(), config)) {
@@ -665,6 +667,7 @@ class TestBlockOutputStream {
 
   @ParameterizedTest
   @MethodSource("clientParameters")
+  @Flaky("HDDS-11564")
   void testWriteMoreThanMaxFlushSize(boolean flushDelay, boolean 
enablePiggybacking) throws Exception {
     OzoneClientConfig config = newClientConfig(cluster.getConf(), flushDelay, 
enablePiggybacking);
     try (OzoneClient client = newClient(cluster.getConf(), config)) {


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

Reply via email to