Closed as not planned
Description
#!watchflakes
default <- pkg == "net/http" && test == "TestTransportReuseConnection_Gzip_Chunked/h2"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestTransportReuseConnection_Gzip_Chunked/h2
=== PAUSE TestTransportReuseConnection_Gzip_Chunked/h2
=== CONT TestTransportReuseConnection_Gzip_Chunked/h2
transport_test.go:4731: GetConn("127.0.0.1:42009")
transport_test.go:4734: ConnectStart("tcp", "127.0.0.1:42009")
transport_test.go:4735: ConnectDone("tcp", "127.0.0.1:42009", <nil>)
transport_test.go:4732: GotConn({Conn:0xc001384008 Reused:false WasIdle:false IdleTime:0s})
transport_test.go:4731: GetConn("127.0.0.1:42009")
transport_test.go:4732: GotConn({Conn:0xc001384008 Reused:true WasIdle:true IdleTime:282.648µs})
testing.go:1413: race detected during execution of test
--- FAIL: TestTransportReuseConnection_Gzip_Chunked/h2 (0.11s)