RocMarshal commented on code in PR #27667:
URL: https://github.com/apache/flink/pull/27667#discussion_r2960447415
##########
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/TimestampITCase.java:
##########
@@ -70,14 +70,13 @@
import java.util.List;
import java.util.stream.Collectors;
-import static
org.apache.flink.test.checkpointing.SavepointITCase.waitUntilAllTasksAreRunning;
+import static org.apache.flink.test.util.TestUtils.waitUntilAllTasksAreRunning;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
/** Tests for timestamps, watermarks, and event-time sources. */
-@SuppressWarnings("serial")
public class TimestampITCase extends TestLogger {
Review Comment:
It looks like there are still some dependency packages here that haven’t
been fully migrated.
- `public` key word
- `TestLogger`
--
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]