Jiabao-Sun commented on code in PR #22789:
URL: https://github.com/apache/flink/pull/22789#discussion_r1722593053


##########
flink-filesystems/flink-oss-fs-hadoop/src/test/java/org/apache/flink/fs/osshadoop/HadoopOSSRecoverableWriterExceptionITCase.java:
##########
@@ -36,14 +36,14 @@
  * Tests for exception throwing in the {@link
  * org.apache.flink.fs.osshadoop.writer.OSSRecoverableWriter 
OSSRecoverableWriter}.
  */
-public class HadoopOSSRecoverableWriterExceptionITCase
+class HadoopOSSRecoverableWriterExceptionITCase
         extends AbstractHadoopRecoverableWriterExceptionITCase {
 
     // ----------------------- OSS general configuration 
-----------------------
 
     private static final int MAX_CONCURRENT_UPLOADS_VALUE = 2;
 
-    @BeforeClass
+    @BeforeAll
     public static void checkCredentialsAndSetup() throws IOException {

Review Comment:
   ```suggestion
      static void checkCredentialsAndSetup() throws IOException {
   ```



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to