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

 ##########
 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:
   Actually we mock the request of **ANY** kind, not only the **GET**.  I 
attach another commit 
[78750a2](https://github.com/apache/flink/pull/11233/commits/78750a20196de5f01b01b59b1cd15c752bdee5c0)
 to fix this problem.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to