dmvk commented on code in PR #21981: URL: https://github.com/apache/flink/pull/21981#discussion_r1120029889
########## flink-tests/src/test/java/org/apache/flink/test/recovery/LocalRecoveryITCase.java: ########## @@ -67,12 +68,14 @@ import java.util.Optional; import java.util.concurrent.TimeUnit; -import static org.assertj.core.api.Assertions.assertThat; +import static org.junit.jupiter.api.Assertions.assertTrue; /** Tests local recovery by restarting Flink processes. */ @ExtendWith(TestLoggerExtension.class) class LocalRecoveryITCase { Review Comment: Hmm, it also seems to stress the TM recovery off of the working directory, which currently doesn't seem to be supported by the MiniCluster (the logic is local to the TaskManagerRunner) 🤔 I think it's alright, then. Thanks! (maybe the test name is bit misleading) -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org