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
The conformance tests send traffic to the IPs of the NKG Pod for the corresponding Gateway. However, all tests that send traffic are failing with:
http.go:217: Request failed, not ready yet: Get "http://<POD-IP>": dial tcp <POD-IP>80: i/o timeout (after 26µs)
and
http.go:217: Request failed, not ready yet: Get "http://<POD-IP>/": context deadline exceeded (after 22.3µs)
To Reproduce
Steps to reproduce the behavior:
Run conformance tests. If you don't want to run the whole suite, run HTTPExactPathMatching test. This will reproduce the error.
Expected behavior
Test runner should be able to connect to the NKG Pod and get a response back from nginx.
Your environment
NKG edge
Additional context
This error occurs in 16 tests so it is critical that we fix this bug.
The text was updated successfully, but these errors were encountered:
Describe the bug
The conformance tests send traffic to the IPs of the NKG Pod for the corresponding Gateway. However, all tests that send traffic are failing with:
and
To Reproduce
Steps to reproduce the behavior:
HTTPExactPathMatching
test. This will reproduce the error.Expected behavior
Test runner should be able to connect to the NKG Pod and get a response back from nginx.
Your environment
Additional context
This error occurs in 16 tests so it is critical that we fix this bug.
The text was updated successfully, but these errors were encountered: