-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[molecule] get tests to pass again #435
Conversation
ea3e6e6
to
2889cc2
Compare
passes on minikube now:
|
this looks like its working for OpenShift (testing with OLM/OSSM 2.1)... some expected failures because I was not testing in the v1.36 branch so some molecule tests in master branch won't pass when run against a 1.36 server. I'll try again using the backport PR #436 to see how it works with testing in OSSM 2.1. Then I'll test master using a stock OpenShift cluster with upstream Istio. |
…ible-collections/kubernetes.core#147 Get these tests to work again. part of: kiali/kiali#4417
2889cc2
to
5e40fc6
Compare
testing on OpenShift with everything installed via OLM passes.. see: #436 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sometimes TODO is important :) Good fix.
OpenShift testing with upstream Istio - all pass. This and its companion PR are ready for merge:
|
Part of the behavior change appears to be due to ansible query/lookup changes which I believe is due to ansible-collections/kubernetes.core#147
Get these tests to work again.
part of: kiali/kiali#4417