hemantk-12 commented on code in PR #5296: URL: https://github.com/apache/ozone/pull/5296#discussion_r1327568285
########## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java: ########## @@ -150,14 +149,16 @@ import static org.apache.hadoop.ozone.om.OMConfigKeys.OZONE_OM_TRANSPORT_CLASS; import static org.apache.hadoop.ozone.om.exceptions.OMException.ResultCodes.TOKEN_EXPIRED; import static org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod.KERBEROS; + +import org.apache.ozone.test.tag.Flaky; import org.apache.ratis.protocol.ClientId; import org.apache.ratis.util.ExitUtils; import org.bouncycastle.asn1.x500.RDN; import org.bouncycastle.asn1.x500.X500Name; import org.bouncycastle.asn1.x500.style.BCStyle; import org.bouncycastle.cert.X509CertificateHolder; import org.bouncycastle.cert.jcajce.JcaX509CertificateHolder; -import org.junit.After; +import org.junit.jupiter.api.AfterEach; import static org.junit.Assert.assertEquals; Review Comment: I thought they were static imports and would be only import statement changes. I see your point of changing `org.junit.Assert` to `org.junit.jupiter.api.Assertions` and would create extra diff. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
