flashJd commented on code in PR #728: URL: https://github.com/apache/flink-kubernetes-operator/pull/728#discussion_r1426755281
########## flink-autoscaler/src/test/java/org/apache/flink/autoscaler/MetricsCollectionAndEvaluationTest.java: ########## @@ -599,6 +602,73 @@ public void testMetricCollectionDuringStabilization() throws Exception { assertEquals(2, stateStore.getCollectedMetrics(context).size()); } + @Test + public void testMetricCollectionDuringForbidden() throws Exception { Review Comment: I want to test this config along with config STABILIZATION_INTERVAL and METRICS_WINDOW, so put it here -- 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