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


##########
flink-kubernetes-operator-autoscaler/src/test/java/org/apache/flink/kubernetes/operator/autoscaler/AutoScalerInfoTest.java:
##########
@@ -97,4 +103,45 @@ public void testHistorySizeConfigs() {
                 Set.of(now.plus(Duration.ofSeconds(15))),
                 new AutoScalerInfo(data).getScalingHistory().get(v1).keySet());
     }
+
+    @Test
+    public void testComrpessionMigration() throws JsonProcessingException {

Review Comment:
   ```suggestion
       public void testCompressionMigration() throws JsonProcessingException {
   ```
   
   NIT



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

Reply via email to