srpraneeth commented on code in PR #670: URL: https://github.com/apache/flink-kubernetes-operator/pull/670#discussion_r1323659448
########## flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/config/FlinkConfigBuilderTest.java: ########## @@ -478,6 +478,50 @@ public void testTaskManagerSpec() { Double.valueOf(1), configuration.get(KubernetesConfigOptions.TASK_MANAGER_CPU)); } + @Test + public void testApplyJobManagerSpecWithBiByteMemorySetting() { Review Comment: Added more tests. Please refer to the PR description for all list of handled cases and tests. -- 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