Open
Description
I observed the following flake:
$ bazel test //src/go/tests/relay:in_process_relay_test --runs_per_test=100 --test_output=errors
[...]
2025/03/20 15:22:04 ERROR BackendRequest ID=server_name:6ec6703aa3b52e4291e4ae3fbfa87bbc Message="Backend request failed with error: Get \"http://127.0.0.1:34391/\": dial tcp 127.0.0.1:34391: connect: connection refused"
[...]
--- FAIL: TestHttpErrorPropagation (0.04s)
--- FAIL: TestHttpErrorPropagation/Propagate_http.StatusHTTPVersionNotSupported (0.00s)
in_process_relay_test.go:195: Server responeded with an unexpected status code.
Expected: 505
Observed: 500
[...]
//src/go/tests/relay:in_process_relay_test FAILED in 3 out of 100 in 1.4s
I'll add flaky=true to mitigate this.
Metadata
Metadata
Assignees
Labels
No labels