wangyang0918 commented on a change in pull request #11233: [FLINK-16194][k8s] 
Refactor the Kubernetes decorator design
URL: https://github.com/apache/flink/pull/11233#discussion_r385622389
 
 

 ##########
 File path: 
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/KubernetesClusterDescriptorTest.java
 ##########
 @@ -124,13 +144,19 @@ public void testKillCluster() throws Exception {
                descriptor.deploySessionCluster(clusterSpecification);
 
                final KubernetesClient kubeClient = server.getClient();
-               assertEquals(2, kubeClient.services().list().getItems().size());
+
 
 Review comment:
   I am not sure why could not get the rest svc here. Since we just mock the 
get request, not the post.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to