You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problems:
* The conformance tests consistently fail during setup because NKG times out waiting for the nginx process to start.
* The conformance test makefile command runs the incorrect set of tests and times out before running all tests.
Solutions:
* Increase the pid timeout (i.e. the time we wait for nginx to start) to 10s. This is sufficient in my local environment.
* Update the list of supported features and exempt features and pass them to the conformance test suite, and increase the go test timeout to 25 minutes to allow the suite to complete. I also added the debug flag to increase the verbosity of the test output.
0 commit comments