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: TestContentEncodingNoSniffing failures #60310

Open
gopherbot opened this issue May 19, 2023 · 5 comments
Open

net/http: TestContentEncodingNoSniffing failures #60310

gopherbot opened this issue May 19, 2023 · 5 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "net/http" && test == "TestContentEncodingNoSniffing"

Issue created automatically to collect these failures.

Example (log):

2023/05/19 13:26:16 httptest.Server blocked in Close after 5 seconds, waiting for connections:
  *net.TCPConn 0xc000190548 127.0.0.1:50294 in state active
2023/05/19 13:26:25 httptest.Server blocked in Close after 5 seconds, waiting for connections:
--- FAIL: TestContentEncodingNoSniffing (0.00s)
    --- FAIL: TestContentEncodingNoSniffing/h1 (10.26s)
        --- FAIL: TestContentEncodingNoSniffing/h1/zlib_content-encoding,_zlibbed (10.10s)
            serve_test.go:6222: Failed to fetch URL: Get "https://127.0.0.1:50731": unexpected EOF

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 19, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestContentEncodingNoSniffing"
2023-05-19 17:10 darwin-amd64-13 go@86c6b476 net/http.TestContentEncodingNoSniffing (log)
2023/05/19 13:26:16 httptest.Server blocked in Close after 5 seconds, waiting for connections:
  *net.TCPConn 0xc000190548 127.0.0.1:50294 in state active
2023/05/19 13:26:25 httptest.Server blocked in Close after 5 seconds, waiting for connections:
--- FAIL: TestContentEncodingNoSniffing (0.00s)
    --- FAIL: TestContentEncodingNoSniffing/h1 (10.26s)
        --- FAIL: TestContentEncodingNoSniffing/h1/zlib_content-encoding,_zlibbed (10.10s)
            serve_test.go:6222: Failed to fetch URL: Get "https://127.0.0.1:50731": unexpected EOF

watchflakes

@bcmills
Copy link
Contributor

bcmills commented May 20, 2023

(attn @neild; more darwin flakes)

@bcmills bcmills added this to the Backlog milestone May 20, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestContentEncodingNoSniffing"
2023-08-31 21:14 darwin-amd64-13 go@ffc4ccea net/http.TestContentEncodingNoSniffing (log)
--- FAIL: TestContentEncodingNoSniffing (0.00s)
    --- FAIL: TestContentEncodingNoSniffing/h2 (22.23s)
        --- FAIL: TestContentEncodingNoSniffing/h2/zlib_content-encoding,_zlibbed (22.13s)
            serve_test.go:6251: Failed to fetch URL: Get "https://127.0.0.1:52594": unexpected EOF

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestContentEncodingNoSniffing"
2023-09-12 04:50 plan9-arm go@70fc87ee net/http.TestContentEncodingNoSniffing (log)
http.test 36073: warning: process exceeds 100 file descriptors
--- FAIL: TestContentEncodingNoSniffing (0.00s)
    --- FAIL: TestContentEncodingNoSniffing/h1 (0.88s)
        --- FAIL: TestContentEncodingNoSniffing/h1/zlib_content-encoding,_zlibbed (0.20s)
            serve_test.go:6251: Failed to fetch URL: Get "http://127.0.0.1:34534": EOF

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestContentEncodingNoSniffing"
2023-12-06 17:59 netbsd-amd64-9_3 go@3f2bf706 net/http.TestContentEncodingNoSniffing (log)
--- FAIL: TestContentEncodingNoSniffing (0.00s)
    --- FAIL: TestContentEncodingNoSniffing/h2 (0.05s)
        --- FAIL: TestContentEncodingNoSniffing/h2/no_content-encoding (0.00s)
            serve_test.go:6315: Failed to fetch URL: Get "https://127.0.0.1:64314": dial tcp 127.0.0.1:64314: connect: connection reset by peer

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

2 participants