-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support conformance tests w/ minikube #609
Comments
A small bug has snuck into the conformance tests that would have to be resolved for this to work - the ingress IP should not be used at all in the |
/kind feature Is this still under consideration? |
This one for reals is under construction (unlike #608). |
Looks like I won't be getting to this after all, but @jessiezcc + co will be! |
I have both e2e and conformance tests passing via
The hack amounts to these two commands:
As odious as those might be, I would argue that they simplify the knative-on-minikube user experience considerably:
And since minikube considers its lack of I've begun work on the docs in my branch already, but I wanted to get some feedback before documenting the samples, which are in a different repo. |
Expected Behavior
As pointed out by @grantr current conformance tests probably do not support minikube due to the need to use the node ip and node port directly when running with minikube.
Actual Behavior
Tests can either:
--resolvabledomain
)Steps to Reproduce the Problem
a. "Make a request to the Revision that is now deployed and serving traffic"
b. "The Revision will be updated when it is ready to serve traffic" <-- if the controller isn't handling the case where the IP isn't assigned to the ingress
Additional Info
An unknown in this is how we can implement automated testing for this scenario.
The text was updated successfully, but these errors were encountered: