Skip to content

RequestMirroring Conformance tests are failing #3350

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

Open
ciarams87 opened this issue Apr 30, 2025 · 1 comment
Open

RequestMirroring Conformance tests are failing #3350

ciarams87 opened this issue Apr 30, 2025 · 1 comment

Comments

@ciarams87
Copy link
Contributor

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)

@sjberman
Copy link
Collaborator

sjberman commented Apr 30, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants