mxm commented on code in PR #710:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/710#discussion_r1394033152


##########
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/autoscaler/state/KubernetesAutoScalerStateStoreTest.java:
##########
@@ -330,4 +331,42 @@ public void testDiscardInvalidHistory() throws Exception {
                                 ctx, 
KubernetesAutoScalerStateStore.SCALING_HISTORY_KEY))
                 .isEmpty();
     }
+
+    @Test
+    public void testDiscardAllState() {

Review Comment:
   Good catch! I've added tests for both classes to test the actual class: 
https://github.com/apache/flink-kubernetes-operator/pull/710/commits/d36180265b753c991ca86dc5e8d7e6347aa45ec2



-- 
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

Reply via email to