Open leochr opened 1 year ago
The test passes if I run it on my local OCP cluster, so it seems likely that it is a timing issue. I will dig further.
This is a bit odd. The manager pod will have productChargedContainers set to 'ALL', but all application pods should have productChargedContainers set to 'app', and there is no reason that it should be anything different. Also, the test looks for an annotation on the pods to say that the pods are part of that particular test step. So the test shouldn't be matching the pods from the manager deployment. It doesn't seem as though this is a timing issue, but at the moemnt, I can't think how things could go wrong in this manner.
Build 719
License e2e/kuttl test failed in OCP. It passed in Kind/minikube test though. Could it be a timing issue? or is it checking wrong Pod?