mxm commented on code in PR #791:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/791#discussion_r1515949420
##########
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/service/StandaloneFlinkServiceTest.java:
##########
@@ -90,14 +90,12 @@ public void testDeleteClusterDeployment() throws Exception {
assertEquals(2, deployments.size());
- var requestsBeforeDelete = mockServer.getRequestCount();
flinkStandaloneService.deleteClusterDeployment(
flinkDeployment.getMetadata(),
flinkDeployment.getStatus(),
new Configuration(),
false);
- assertEquals(2, mockServer.getRequestCount() - requestsBeforeDelete);
Review Comment:
Shouldn't this result in one request?
--
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]