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
commit f3d632d809603e359315f657e85044447eaa5913 Author: Doroszlai, Attila <[email protected]> AuthorDate: Fri Jun 16 21:42:30 2023 +0200 HDDS-8873. Mark TestHddsSecureDatanodeInit#testCertificateRotationRecoverableFailure as flaky --- .../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 0b856fd2c3..84e98a2043 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 @@ -56,6 +56,7 @@ import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; +import org.apache.ozone.test.tag.Flaky; import org.bouncycastle.cert.X509CertificateHolder; import org.junit.Assert; import org.junit.jupiter.api.AfterAll; @@ -358,6 +359,7 @@ public class TestHddsSecureDatanodeInit { * Test unexpected SCMGetCertResponseProto returned from SCM. */ @Test + @Flaky("HDDS-8873") public void testCertificateRotationRecoverableFailure() throws Exception { // save the certificate on dn certCodec.writeCertificate(certHolder); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
