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

net/http: TestServerNoReadTimeout/h2 failures #66477

Open
gopherbot opened this issue Mar 22, 2024 · 3 comments
Open

net/http: TestServerNoReadTimeout/h2 failures #66477

gopherbot opened this issue Mar 22, 2024 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "net/http" && test == "TestServerNoReadTimeout/h2"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:818: Server.Config.ReadTimeout = -1
    serve_test.go:824: Post "https://127.0.0.1:51316": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.38s)

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 Mar 22, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestServerNoReadTimeout/h2"
2024-03-21 11:49 gotip-windows-amd64-longtest go@cff7267e net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:818: Server.Config.ReadTimeout = -1
    serve_test.go:824: Post "https://127.0.0.1:51316": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.38s)
2024-03-21 16:12 gotip-windows-amd64-race go@d9f97467 net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:824: Post "https://127.0.0.1:52684": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.09s)
2024-03-21 20:00 gotip-darwin-amd64-nocgo go@aa1b50e1 net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:824: Post "https://127.0.0.1:49783": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.02s)
2024-03-21 22:14 gotip-linux-amd64 go@4f0408a3 net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:818: Server.Config.ReadTimeout = -1
    serve_test.go:824: Post "https://127.0.0.1:39535": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.08s)
2024-03-21 22:14 gotip-windows-amd64-race go@4f0408a3 net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:824: Post "https://127.0.0.1:51603": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.04s)
2024-03-22 04:42 gotip-linux-riscv64 go@a6ecdf29 net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:818: Server.Config.ReadTimeout = -1
    serve_test.go:824: Post "https://127.0.0.1:35709": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.20s)
2024-03-22 06:48 gotip-linux-amd64-race go@b5e377ce net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:824: Post "https://127.0.0.1:46583": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.23s)
2024-03-22 13:07 gotip-wasip1-wasm_wazero go@27f41bb1 net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:824: Post "https://127.0.0.1:603": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.15s)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestServerNoReadTimeout/h2"
2024-03-23 04:07 gotip-linux-ppc64le go@83a6c13e net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:818: Server.Config.ReadTimeout = -1
    serve_test.go:824: Post "https://127.0.0.1:33635": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.06s)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestServerNoReadTimeout/h2"
2024-03-23 04:28 gotip-linux-amd64-race go@c2c4a32f net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:818: Server.Config.ReadTimeout = -1
    serve_test.go:824: Post "https://127.0.0.1:36321": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.25s)
2024-03-25 09:04 gotip-linux-386 go@27fdef61 net/http.TestServerNoReadTimeout/h2 (log)
=== RUN   TestServerNoReadTimeout/h2
=== PAUSE TestServerNoReadTimeout/h2
=== CONT  TestServerNoReadTimeout/h2
    serve_test.go:818: Server.Config.ReadTimeout = 0
    serve_test.go:818: Server.Config.ReadTimeout = -1
    serve_test.go:824: Post "https://127.0.0.1:44155": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
--- FAIL: TestServerNoReadTimeout/h2 (0.31s)

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.
Projects
Status: No status
Development

No branches or pull requests

1 participant