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 b44a77db99 HDDS-7874. Disable flaky unit test:
TestHddsSecureDatanodeInit.testCertificateRotation
b44a77db99 is described below
commit b44a77db99e587d2d3e1b455b98f963e3700af43
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Feb 2 10:40:07 2023 +0100
HDDS-7874. Disable flaky unit test:
TestHddsSecureDatanodeInit.testCertificateRotation
---
.../test/java/org/apache/hadoop/ozone/TestHddsSecureDatanodeInit.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/TestHddsSecureDatanodeInit.java
b/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/TestHddsSecureDatanodeInit.java
index 09a400267d..bb76de1f71 100644
---
a/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/TestHddsSecureDatanodeInit.java
+++
b/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/TestHddsSecureDatanodeInit.java
@@ -61,6 +61,7 @@ import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
/**
@@ -293,6 +294,7 @@ public class TestHddsSecureDatanodeInit {
}
@Test
+ @Disabled("HDDS-7874")
public void testCertificateRotation() throws Exception {
// save the certificate on dn
certCodec.writeCertificate(certHolder);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]