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 7f40624ebf HDDS-11821. Mark 
TestECKeyOutputStream#testECKeyCreatetWithDatanodeIdChange as unhealthy
7f40624ebf is described below

commit 7f40624ebf6b9faec5b7680f2d4347a33139fa36
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Nov 28 16:36:01 2024 +0100

    HDDS-11821. Mark TestECKeyOutputStream#testECKeyCreatetWithDatanodeIdChange 
as unhealthy
---
 .../java/org/apache/hadoop/ozone/client/rpc/TestECKeyOutputStream.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestECKeyOutputStream.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestECKeyOutputStream.java
index 20e65291fa..49f2d43d63 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestECKeyOutputStream.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestECKeyOutputStream.java
@@ -55,6 +55,7 @@ import org.apache.hadoop.ozone.container.TestHelper;
 import org.apache.hadoop.ozone.container.common.interfaces.Handler;
 import org.apache.hadoop.ozone.om.helpers.OmKeyLocationInfo;
 import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Unhealthy;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeAll;
@@ -190,6 +191,7 @@ public class TestECKeyOutputStream {
   }
 
   @Test
+  @Unhealthy("HDDS-11821")
   public void testECKeyCreatetWithDatanodeIdChange()
       throws Exception {
     AtomicReference<Boolean> failed = new AtomicReference<>(false);


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

Reply via email to