Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net/http2: TestTransportRetryAfterGOAWAY failures #59919

Closed
gopherbot opened this issue May 2, 2023 · 47 comments
Closed

x/net/http2: TestTransportRetryAfterGOAWAY failures #59919

gopherbot opened this issue May 2, 2023 · 47 comments
Assignees
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50825->127.0.0.1:50823: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-01 20:15 windows-arm64-11 net@82780d60 go@53279a6a x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50825->127.0.0.1:50823: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-01 20:15 windows-amd64-2016 net@82780d60 go@4a28cad6 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50502->127.0.0.1:50500: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-01 20:15 windows-amd64-2016 net@82780d60 go@630ef2ed x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50501->127.0.0.1:50499: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-01 20:15 windows-amd64-2016 net@82780d60 go@968ebb20 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50496->127.0.0.1:50495: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@bcmills
Copy link
Contributor

bcmills commented May 4, 2023

(attn @neild)

@bcmills
Copy link
Contributor

bcmills commented May 4, 2023

The timing is suspiciously close to https://go.dev/cl/486156. Marking as release-blocker so that we investigate this before x/net/http2 gets vendored into the 1.21 release.

@bcmills bcmills added this to the Go1.21 milestone May 4, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-01 20:15 windows-amd64-2016 net@82780d60 go@f742ddc3 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50504->127.0.0.1:50502: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-01 20:15 windows-amd64-2016 net@82780d60 go@ea9097c9 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50504->127.0.0.1:50502: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-01 20:15 windows-amd64-longtest net@82780d60 go@ea9097c9 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50596->127.0.0.1:50594: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-01 20:15 windows-arm64-11 net@82780d60 go@f742ddc3 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:61420->127.0.0.1:61419: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-04 16:26 windows-amd64-2016 net@daac0cec go@8f783097 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50502->127.0.0.1:50500: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-04 16:26 windows-amd64-longtest net@daac0cec go@fc106b01 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50594->127.0.0.1:50592: wsarecv: An established connection was aborted by the software in your host machine.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-amd64-2016 net@daac0cec go@0022bd37 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50502->127.0.0.1:50501: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-amd64-2016 net@daac0cec go@13a59e36 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50502->127.0.0.1:50500: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-amd64-longtest net@daac0cec go@ea69de9b x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50594->127.0.0.1:50593: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-amd64-longtest net@daac0cec go@9fa81a88 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50598->127.0.0.1:50597: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-arm64-11 net@daac0cec go@4576184b x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:56350->127.0.0.1:56348: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-arm64-11 net@daac0cec go@0a9875c5 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50878->127.0.0.1:50876: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-amd64-longtest net@daac0cec go@f3034bed x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50600->127.0.0.1:50599: wsarecv: An established connection was aborted by the software in your host machine.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-arm64-11 net@daac0cec go@a3efb96a x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:58881->127.0.0.1:58879: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-04 16:26 windows-amd64-2016 net@daac0cec go@93d9035c x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50506->127.0.0.1:50504: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-04 16:26 windows-amd64-longtest net@daac0cec go@93d9035c x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50593->127.0.0.1:50591: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@cherrymui
Copy link
Member

@neild any updates on this? This is currently marked as a release blocker. Thanks!

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-longtest net@d28c0b17 go@b768a1fb x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50599->127.0.0.1:50597: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-2016 net@d28c0b17 go@1d92e0e3 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50497->127.0.0.1:50496: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-arm64-11 net@d28c0b17 go@a2838ec5 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:52340->127.0.0.1:52339: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-arm64-11 net@d28c0b17 go@aff2f4a7 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:55582->127.0.0.1:55580: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-2016 net@d28c0b17 go@96add980 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50500->127.0.0.1:50498: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-2016 net@d28c0b17 go@446ad131 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50498->127.0.0.1:50496: wsarecv: An established connection was aborted by the software in your host machine.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-longtest net@d28c0b17 go@c2becd70 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50599->127.0.0.1:50597: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-longtest net@d28c0b17 go@e2500be5 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50598->127.0.0.1:50596: wsarecv: An established connection was aborted by the software in your host machine.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-longtest net@d28c0b17 go@803a7dfb x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50599->127.0.0.1:50597: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-2016 net@d28c0b17 go@804850d8 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50501->127.0.0.1:50499: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-longtest net@d28c0b17 go@719e2b6f x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50598->127.0.0.1:50596: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-amd64-longtest net@d28c0b17 go@0e7a2504 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50593->127.0.0.1:50591: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-15 17:07 windows-arm64-11 net@23ce3b89 go@7213f2e7 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:64399->127.0.0.1:64398: wsarecv: An established connection was aborted by the software in your host machine.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-10 21:21 windows-arm64-11 net@d28c0b17 go@1b896bff x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:64163->127.0.0.1:64161: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-15 17:07 windows-amd64-2016 net@23ce3b89 go@04e24728 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50500->127.0.0.1:50499: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-15 17:07 windows-amd64-2016 net@23ce3b89 go@e0ceba81 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50507->127.0.0.1:50506: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-15 17:07 windows-amd64-longtest net@23ce3b89 go@04e24728 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50598->127.0.0.1:50597: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-15 17:07 windows-amd64-longtest net@23ce3b89 go@6fc5e7d4 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50603->127.0.0.1:50601: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-15 17:07 windows-amd64-longtest net@23ce3b89 go@ad6dcf9d x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50598->127.0.0.1:50597: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-16 21:31 windows-amd64-longtest net@3b31286d go@522be4e0 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50596->127.0.0.1:50595: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-16 21:31 windows-amd64-longtest net@3b31286d go@54031132 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50600->127.0.0.1:50598: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-16 21:31 windows-amd64-2016 net@3b31286d go@f777726f x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50500->127.0.0.1:50498: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-16 21:31 windows-amd64-longtest net@3b31286d go@956d31ec x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50596->127.0.0.1:50594: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-16 21:31 windows-amd64-longtest net@3b31286d go@7b0835d4 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50596->127.0.0.1:50594: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-16 21:31 windows-amd64-race net@3b31286d go@7b0835d4 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50506->127.0.0.1:50505: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-16 21:31 windows-amd64-2016 net@3b31286d go@33a601bf x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50505->127.0.0.1:50503: wsarecv: An existing connection was forcibly closed by the remote host.
2023-05-18 16:34 windows-arm64-11 net@abee42a2 go@33a601bf x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:52694->127.0.0.1:52692: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Change https://go.dev/cl/496056 mentions this issue: net/http: deflake TestTransportRetryAfterGOAWAY

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-18 16:34 windows-amd64-longtest net@abee42a2 go@3ca52f4c x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50596->127.0.0.1:50594: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-18 16:34 windows-amd64-2016 net@abee42a2 go@4088e97f x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50507->127.0.0.1:50505: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-18 16:34 windows-arm64-11 net@abee42a2 go@ad7d1d99 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:55947->127.0.0.1:55946: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-18 16:34 windows-amd64-2016 net@abee42a2 go@e97bd776 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50501->127.0.0.1:50499: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-18 16:34 windows-amd64-2016 net@abee42a2 go@3b9f99eb x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50500->127.0.0.1:50498: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-18 16:34 windows-amd64-longtest net@abee42a2 go@f283cba3 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3836: server2 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50600->127.0.0.1:50598: wsarecv: An established connection was aborted by the software in your host machine.

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportRetryAfterGOAWAY"
2023-05-18 16:34 windows-amd64-2016 net@abee42a2 go@656a20a5 x/net/http2.TestTransportRetryAfterGOAWAY (log)
--- FAIL: TestTransportRetryAfterGOAWAY (0.00s)
    transport_test.go:3824: server1 got [FrameHeader HEADERS flags=END_STREAM|END_HEADERS stream=1 len=32]
    transport_test.go:3811: RoundTrip: read tcp 127.0.0.1:50501->127.0.0.1:50500: wsarecv: An established connection was aborted by the software in your host machine.

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Projects
Status: Done
Development

No branches or pull requests

5 participants
@neild @bcmills @gopherbot @cherrymui and others