pnowojski commented on code in PR #19404:
URL: https://github.com/apache/flink/pull/19404#discussion_r845871866


##########
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskITCase.java:
##########
@@ -228,7 +228,7 @@
 import static org.mockito.Mockito.when;
 
 /** Tests for {@link StreamTask}. */
-public class StreamTaskTest extends TestLogger {
+public class StreamTaskITCase extends TestLogger {

Review Comment:
   Which tests are causing trouble? I would guess only one or two? If so, can 
we maybe extract those offending tests to an `ITCase` file? There is a huge 
family of various `StreamTask` test files. Having (most of) them in the files 
named according to the same convention would help avoid future confusions.



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