akalash commented on a change in pull request #19081:
URL: https://github.com/apache/flink/pull/19081#discussion_r827034235



##########
File path: 
flink-tests/src/test/java/org/apache/flink/runtime/operators/lifecycle/BoundedSourceITCase.java
##########
@@ -46,10 +56,42 @@
  * same.
  */
 @RunWith(Parameterized.class)
-public class BoundedSourceITCase extends AbstractTestBase {
+public class BoundedSourceITCase extends TestBaseUtils {
+
+    // Manual managing of folder rather than ClassRule since folder should be 
created before
+    // MiniCluster.
+    private static final TemporaryFolder TEMPORARY_FOLDER = new 
TemporaryFolder();

Review comment:
       It is a good idea




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