aplyusnin commented on PR #891:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/891#issuecomment-2403691503
```kubernetesClient.resource(deployment).delete()``` has to be a blocking
call, but when I run the tests wtih some extra logging I saw, that 404 response
code doesn't appear before assertions on CI (I don't actually know why it is, I
didn't get that problem locally). After some experiments, I came up with a
conclusion, that such way fixes the problem.
I agree, that it is not good way for fixing the problem, but I don't know
how to properly add some extra blocking for the main testing Thread to get rid
of the 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]