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 19f0802c6ce HDDS-15519. Mark TestStorageDistributionEndpointEC/Ratis
as flaky
19f0802c6ce is described below
commit 19f0802c6cea5a0ffb9f5096d3f11f5ea61026bb
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jun 19 20:11:40 2026 +0200
HDDS-15519. Mark TestStorageDistributionEndpointEC/Ratis as flaky
---
.../apache/hadoop/ozone/recon/TestStorageDistributionEndpointEC.java | 2 ++
.../apache/hadoop/ozone/recon/TestStorageDistributionEndpointRatis.java | 2 ++
2 files changed, 4 insertions(+)
diff --git
a/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointEC.java
b/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointEC.java
index 21a741d4f4f..676e62582cb 100644
---
a/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointEC.java
+++
b/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointEC.java
@@ -27,6 +27,7 @@
import org.apache.hadoop.ozone.OzoneConsts;
import org.apache.hadoop.ozone.client.OzoneBucket;
import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Flaky;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
@@ -38,6 +39,7 @@
* <p>Common infrastructure and verification helpers are provided by
* {@link AbstractTestStorageDistributionEndpoint}.
*/
+@Flaky("HDDS-15519")
public class TestStorageDistributionEndpointEC extends
AbstractTestStorageDistributionEndpoint {
private static final int NUM_DATANODES = 5;
diff --git
a/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointRatis.java
b/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointRatis.java
index df0e3401ffc..5cf5ab9af41 100644
---
a/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointRatis.java
+++
b/hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpointRatis.java
@@ -28,6 +28,7 @@
import org.apache.hadoop.ozone.OzoneConsts;
import org.apache.hadoop.ozone.client.OzoneBucket;
import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Flaky;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
@@ -42,6 +43,7 @@
* <p>Common infrastructure and verification helpers are provided by
* {@link AbstractTestStorageDistributionEndpoint}.
*/
+@Flaky("HDDS-15519")
public class TestStorageDistributionEndpointRatis extends
AbstractTestStorageDistributionEndpoint {
private static final int NUM_DATANODES = 3;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]