Flaky TestServerShouldCloseWhenAllRequestsAreFulfilled
szuecs opened this issue · 2 comments
szuecs commented
--- FAIL: TestServerShouldCloseWhenAllRequestsAreFulfilled (0.02s)
backendrecorder_test.go:28: number of requests served does not match with the expected. Expected 4 but got 0
backendrecorder_test.go:18: Get "http://127.0.0.1:46517/2": read tcp 127.0.0.1:54354->127.0.0.1:46517: read: connection reset by peer
FAIL
FAIL github.com/zalando/skipper/proxy/backendtest 0.065s
trkohler commented
is that issue is still relevant? are those connections not being closed only in test session or there is some known bug in the application?
AlexanderYastrebov commented