Conformance tests fail consistently in any scenario where the implementation takes longer to program the Gateway #2357
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
What happened:
Conformance tests always fail in scenarios when the Gateway implementation takes relatively longer time to program the HTTPProxies.
What you expected to happen:
As long as the time to consistency is within the configured threshold, conformance tests should be able to succeed
gateway-api/conformance/utils/config/timeout.go
Line 105 in d54f5ee
How to reproduce it (as minimally and precisely as possible):
Run any conformance tests which involves making HTTP requests to the Gateway. Because of the nature of the problem (described in detail in #2358), reproducing it may depend on the Gateway implementation and environment from where the tests are run. Either way, the proposed fix in #2358 should be able to justify the issue.
Another common way in which this problem manifests is that the first test rain fails while the second test run succeeds.
Anything else we need to know?:
Proposed fix in #2358
The text was updated successfully, but these errors were encountered: