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


##########
flink-filesystems/flink-gs-fs-hadoop/src/test/java/org/apache/flink/fs/gs/writer/GSChecksumWriteChannelTest.java:
##########
@@ -124,7 +126,7 @@ public void before() throws IOException {
      *
      * @throws IOException On storage failure.
      */
-    @Test
+    @TestTemplate
     public void shouldWriteProperly() throws IOException {

Review Comment:
   Here is missing.



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

Review Comment:
   Here is missing too.



-- 
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]

Reply via email to