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 7c98d2fc432 HDDS-15519. Disable flaky
TestStorageDistributionEndpointEC/Ratis
7c98d2fc432 is described below
commit 7c98d2fc432945698c662ea21ca2b30866fd37c8
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Jun 20 16:47:20 2026 +0200
HDDS-15519. Disable flaky TestStorageDistributionEndpointEC/Ratis
---
.../apache/hadoop/ozone/recon/TestStorageDistributionEndpointEC.java | 4 ++--
.../hadoop/ozone/recon/TestStorageDistributionEndpointRatis.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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 676e62582cb..1afb583e413 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,7 +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.apache.ozone.test.tag.Unhealthy;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
@@ -39,7 +39,7 @@
* <p>Common infrastructure and verification helpers are provided by
* {@link AbstractTestStorageDistributionEndpoint}.
*/
-@Flaky("HDDS-15519")
+@Unhealthy("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 5cf5ab9af41..3f8baf91518 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,7 +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.apache.ozone.test.tag.Unhealthy;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
@@ -43,7 +43,7 @@
* <p>Common infrastructure and verification helpers are provided by
* {@link AbstractTestStorageDistributionEndpoint}.
*/
-@Flaky("HDDS-15519")
+@Unhealthy("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]