Skip to content

x/net/http2: TestServer_Rejects_ConnHeaders failures #66277

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

Open
gopherbot opened this issue Mar 12, 2024 · 1 comment
Open

x/net/http2: TestServer_Rejects_ConnHeaders failures #66277

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

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestServer_Rejects_ConnHeaders
    server_test.go:3656: Got headers [[:status 400] [cache-control no-cache] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]; want [[:status 400] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]
    server_test.go:265: Framer read log:
        2024-03-07 23:57:52.509014451 Framer 0x1138f80: read SETTINGS len=30, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, HEADER_TABLE_SIZE=4096, INITIAL_WINDOW_SIZE=1048576
        2024-03-07 23:57:52.509677873 Framer 0x1138f80: read SETTINGS flags=ACK len=0
        2024-03-07 23:57:52.50968797 Framer 0x1138f80: read WINDOW_UPDATE len=4 (conn) incr=983041
        2024-03-07 23:57:52.510702189 Framer 0x1138f80: read HEADERS flags=END_HEADERS stream=1 len=81
    server_test.go:271: Framer write log:
        2024-03-07 23:57:52.508526493 Framer 0x1138f80: wrote SETTINGS len=0
        2024-03-07 23:57:52.50902019 Framer 0x1138f80: wrote SETTINGS flags=ACK len=0
        2024-03-07 23:57:52.509714782 Framer 0x1138f80: wrote HEADERS flags=END_STREAM|END_HEADERS stream=1 len=28
--- FAIL: TestServer_Rejects_ConnHeaders (0.02s)

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 12, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServer_Rejects_ConnHeaders"
2024-03-07 01:13 x_net-gotip-linux-arm net@ab271c31 go@47079b5e x/net/http2.TestServer_Rejects_ConnHeaders (log)
=== RUN   TestServer_Rejects_ConnHeaders
    server_test.go:3656: Got headers [[:status 400] [cache-control no-cache] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]; want [[:status 400] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]
    server_test.go:265: Framer read log:
        2024-03-07 23:57:52.509014451 Framer 0x1138f80: read SETTINGS len=30, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, HEADER_TABLE_SIZE=4096, INITIAL_WINDOW_SIZE=1048576
        2024-03-07 23:57:52.509677873 Framer 0x1138f80: read SETTINGS flags=ACK len=0
        2024-03-07 23:57:52.50968797 Framer 0x1138f80: read WINDOW_UPDATE len=4 (conn) incr=983041
        2024-03-07 23:57:52.510702189 Framer 0x1138f80: read HEADERS flags=END_HEADERS stream=1 len=81
    server_test.go:271: Framer write log:
        2024-03-07 23:57:52.508526493 Framer 0x1138f80: wrote SETTINGS len=0
        2024-03-07 23:57:52.50902019 Framer 0x1138f80: wrote SETTINGS flags=ACK len=0
        2024-03-07 23:57:52.509714782 Framer 0x1138f80: wrote HEADERS flags=END_STREAM|END_HEADERS stream=1 len=28
--- FAIL: TestServer_Rejects_ConnHeaders (0.02s)
2024-03-07 01:13 x_net-gotip-linux-ppc64-power10 net@ab271c31 go@47079b5e x/net/http2.TestServer_Rejects_ConnHeaders (log)
=== RUN   TestServer_Rejects_ConnHeaders
    server_test.go:3656: Got headers [[:status 400] [cache-control no-cache] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]; want [[:status 400] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]
    server_test.go:265: Framer read log:
        2024-03-07 23:21:15.820256414 Framer 0xc000abb6c0: read SETTINGS len=30, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, HEADER_TABLE_SIZE=4096, INITIAL_WINDOW_SIZE=1048576
        2024-03-07 23:21:15.8204851 Framer 0xc000abb6c0: read WINDOW_UPDATE len=4 (conn) incr=983041
        2024-03-07 23:21:15.820799482 Framer 0xc000abb6c0: read SETTINGS flags=ACK len=0
        2024-03-07 23:21:15.821476381 Framer 0xc000abb6c0: read HEADERS flags=END_HEADERS stream=1 len=81
    server_test.go:271: Framer write log:
        2024-03-07 23:21:15.819998951 Framer 0xc000abb6c0: wrote SETTINGS len=0
        2024-03-07 23:21:15.820259893 Framer 0xc000abb6c0: wrote SETTINGS flags=ACK len=0
        2024-03-07 23:21:15.820809162 Framer 0xc000abb6c0: wrote HEADERS flags=END_STREAM|END_HEADERS stream=1 len=28
--- FAIL: TestServer_Rejects_ConnHeaders (0.00s)
2024-03-07 01:13 x_net-gotip-linux-riscv64 net@ab271c31 go@7101fd1e x/net/http2.TestServer_Rejects_ConnHeaders (log)
=== RUN   TestServer_Rejects_ConnHeaders
    server_test.go:3656: Got headers [[:status 400] [cache-control no-cache] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]; want [[:status 400] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]
    server_test.go:265: Framer read log:
        2024-03-08 09:26:08.790675978 Framer 0x3f2520b6c0: read SETTINGS len=30, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, HEADER_TABLE_SIZE=4096, INITIAL_WINDOW_SIZE=1048576
        2024-03-08 09:26:08.791704277 Framer 0x3f2520b6c0: read WINDOW_UPDATE len=4 (conn) incr=983041
        2024-03-08 09:26:08.793067341 Framer 0x3f2520b6c0: read SETTINGS flags=ACK len=0
        2024-03-08 09:26:08.79663076 Framer 0x3f2520b6c0: read HEADERS flags=END_HEADERS stream=1 len=81
    server_test.go:271: Framer write log:
        2024-03-08 09:26:08.78965743 Framer 0x3f2520b6c0: wrote SETTINGS len=0
        2024-03-08 09:26:08.790694229 Framer 0x3f2520b6c0: wrote SETTINGS flags=ACK len=0
        2024-03-08 09:26:08.793116844 Framer 0x3f2520b6c0: wrote HEADERS flags=END_STREAM|END_HEADERS stream=1 len=28
--- FAIL: TestServer_Rejects_ConnHeaders (0.03s)
2024-03-07 01:13 x_net-gotip-windows-arm64 net@ab271c31 go@47079b5e x/net/http2.TestServer_Rejects_ConnHeaders (log)
=== RUN   TestServer_Rejects_ConnHeaders
    server_test.go:3656: Got headers [[:status 400] [cache-control no-cache] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]; want [[:status 400] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]
    server_test.go:265: Framer read log:
        2024-03-08 00:33:21.9736973 Framer 0x400112b6c0: read SETTINGS len=30, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, HEADER_TABLE_SIZE=4096, INITIAL_WINDOW_SIZE=1048576
        2024-03-08 00:33:21.9738924 Framer 0x400112b6c0: read SETTINGS flags=ACK len=0
        2024-03-08 00:33:21.9738924 Framer 0x400112b6c0: read WINDOW_UPDATE len=4 (conn) incr=983041
        2024-03-08 00:33:21.9744291 Framer 0x400112b6c0: read HEADERS flags=END_HEADERS stream=1 len=81
    server_test.go:271: Framer write log:
        2024-03-08 00:33:21.972683 Framer 0x400112b6c0: wrote SETTINGS len=0
        2024-03-08 00:33:21.9736973 Framer 0x400112b6c0: wrote SETTINGS flags=ACK len=0
        2024-03-08 00:33:21.9738924 Framer 0x400112b6c0: wrote HEADERS flags=END_STREAM|END_HEADERS stream=1 len=28
--- FAIL: TestServer_Rejects_ConnHeaders (0.01s)
2024-03-08 01:59 x_net-gotip-linux-riscv64 net@8c07e20f go@e0ba596c x/net/http2.TestServer_Rejects_ConnHeaders (log)
=== RUN   TestServer_Rejects_ConnHeaders
    server_test.go:3656: Got headers [[:status 400] [cache-control no-cache] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]; want [[:status 400] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]
    server_test.go:265: Framer read log:
        2024-03-08 23:46:13.886007922 Framer 0x3f382cb500: read SETTINGS len=30, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, HEADER_TABLE_SIZE=4096, INITIAL_WINDOW_SIZE=1048576
        2024-03-08 23:46:13.88706722 Framer 0x3f382cb500: read WINDOW_UPDATE len=4 (conn) incr=983041
        2024-03-08 23:46:13.888385531 Framer 0x3f382cb500: read SETTINGS flags=ACK len=0
        2024-03-08 23:46:13.891721433 Framer 0x3f382cb500: read HEADERS flags=END_HEADERS stream=1 len=81
    server_test.go:271: Framer write log:
        2024-03-08 23:46:13.884993625 Framer 0x3f382cb500: wrote SETTINGS len=0
        2024-03-08 23:46:13.886025923 Framer 0x3f382cb500: wrote SETTINGS flags=ACK len=0
        2024-03-08 23:46:13.888437783 Framer 0x3f382cb500: wrote HEADERS flags=END_STREAM|END_HEADERS stream=1 len=28
--- FAIL: TestServer_Rejects_ConnHeaders (0.03s)

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