SamBarker commented on code in PR #896: URL: https://github.com/apache/flink-kubernetes-operator/pull/896#discussion_r1796623475
########## flink-autoscaler/src/test/java/org/apache/flink/autoscaler/RestApiMetricsCollectorTest.java: ########## @@ -44,18 +44,21 @@ import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Timeout; +import java.time.Duration; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.CompletableFuture; import java.util.stream.Collectors; +import static org.assertj.core.api.Assertions.assertThat; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.fail; +import static org.testcontainers.shaded.org.awaitility.Awaitility.await; Review Comment: Fixed in https://github.com/apache/flink-kubernetes-operator/pull/896/commits/f95263ce7fae4fd1fe953ac2b401b278245914d0 and I've bumped it to the latest release in https://github.com/apache/flink-kubernetes-operator/pull/896/commits/c00d71faee39619f4b1b33a10020c71f0cb88cce -- 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]
