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
Describe the bug
RequestMirroring Conformance tests are failing
To Reproduce
Enable the HTTPRouteRequestMirror and HTTPRouteRequestMultipleMirrors tests in the conformance Makefile and run the conformance tests
Expected behavior
The tests pass
Additional context
This seems like it's coming from a misconfiguration in the test setup - the functionality is working, but the test is unable to find the log output it is expecting. See #3348 (comment)
The text was updated successfully, but these errors were encountered:
kubernetes-sigs/gateway-api#3708 was meant to fix an issue with this test, but I don't think it necessarily did. The timer starts after the initial requests are sent, so if the responses are sent before the timer starts, then when the test looks at the logs since that timer, it won't find the responses.
NGINX must just be so fast that it's beating the test :) this may need an additional fix in the Gateway API repo and then picked up in the next release.
It's a shame because we can't put Mirroring in the conformance report to advertise that we support it until this is fixed.
Describe the bug
RequestMirroring Conformance tests are failing
To Reproduce
Enable the HTTPRouteRequestMirror and HTTPRouteRequestMultipleMirrors tests in the conformance Makefile and run the conformance tests
Expected behavior
The tests pass
Additional context
This seems like it's coming from a misconfiguration in the test setup - the functionality is working, but the test is unable to find the log output it is expecting. See #3348 (comment)
The text was updated successfully, but these errors were encountered: