mateczagany commented on code in PR #27667:
URL: https://github.com/apache/flink/pull/27667#discussion_r2961046025
##########
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:
Thank you for the review @RocMarshal
This file was only touched here because I've removed the method
`waitUntilAllTasksAreRunning` from `SavepointITCase`. The file will be migrated
in PR #27668 instead:
https://github.com/apache/flink/pull/27668/changes#diff-03b223e2ea5f43904c5879d0c4b2d65f4acacb2733cd27a09ebcf2309b5cc3ef
I will revert the removal of `@SuppressWarnings("serial")`, as that's
already present in the other PR
--
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]