rkhachatryan commented on code in PR #21981: URL: https://github.com/apache/flink/pull/21981#discussion_r1119813160
########## 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: When the Adaptive Scheduler is enabled in `enable-adaptive-scheduler` maven [profile](https://github.com/apache/flink/blob/161014149e803bfd1d3653badb230b2ed36ce3cb/pom.xml#L976), it get picked up by [`ClusterOptions`](https://github.com/apache/flink/blob/161014149e803bfd1d3653badb230b2ed36ce3cb/flink-core/src/main/java/org/apache/flink/configuration/ClusterOptions.java#L226). This test then kill a TM and verifies that a task get rescheduled onto the TM with the same `AllocationID`. -- 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