#1138747 golang-github-google-martian: flaky FAIL: TestIntegrationHTTP TestIntegrationFailedRoundTrip: http.ReadResponse(): got unexpected EOF, want no error

#1138747#5
Date:
2026-06-03 05:55:54 UTC
From:
To:
Hi.  This package has what appears to be a flaky test, it sometimes work
but sometimes fails like this:

https://ci.debian.net/packages/g/golang-github-google-martian/testing/amd64/71781830/#L923

This is causing testing migration blocking, so would be nice to fix.

 95s === NAME  TestIntegrationHTTP
 95s     proxy_test.go:173: http.ReadResponse(): got unexpected EOF, want no error
 95s === NAME  TestIntegrationFailedRoundTrip
 95s     proxy_test.go:1049: http.ReadResponse(): got unexpected EOF, want no error
 95s --- FAIL: TestIntegrationHTTP (1.04s)
 95s --- FAIL: TestIntegrationFailedRoundTrip (1.04s)

/Simon