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: TestServerWritesTrailers_WithoutFlush failures #67693

Closed
gopherbot opened this issue May 29, 2024 · 43 comments
Closed

x/net/http2: TestServerWritesTrailers_WithoutFlush failures #67693

gopherbot opened this issue May 29, 2024 · 43 comments
Labels
arch-wasm WebAssembly issues NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-JS
Milestone

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Trailer"
    server_test.go:641: Error while expecting a HEADERS frame: i/o timeout
--- FAIL: TestServerWritesTrailers_WithoutFlush (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 May 29, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-05-28 22:41 x_net-go1.22-js-wasm net@03c24c2d release-branch.go1.22@cb55d1a0 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/05/28 22:42:13 ignoring invalid trailer "Trailer"
    server_test.go:641: Error while expecting a HEADERS frame: i/o timeout
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-05-28 22:41 x_net-gotip-js-wasm net@03c24c2d go@c26be72d x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/05/28 22:42:24 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/05/28 22:42:24 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/05/28 22:42:24 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/05/28 22:42:24 ignoring invalid trailer "Trailer"
    server_test.go:641: Error while expecting a HEADERS frame: i/o timeout
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.01s)
2024-05-28 22:41 x_net-go1.22-js-wasm net@9f5b79b0 release-branch.go1.22@cb55d1a0 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/05/28 22:46:56 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/05/28 22:46:56 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/05/28 22:46:56 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/05/28 22:46:56 ignoring invalid trailer "Trailer"
    server_test.go:641: Error while expecting a HEADERS frame: i/o timeout
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.01s)
2024-05-28 22:41 x_net-gotip-js-wasm net@9f5b79b0 go@c26be72d x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/05/28 22:42:28 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/05/28 22:42:28 ignoring invalid trailer "Transfer-Encoding"
    server_test.go:641: Error while expecting a HEADERS frame: i/o timeout
    http2_test.go:66: 2024/05/28 22:42:28 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/05/28 22:42:28 ignoring invalid trailer "Trailer"
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@neild
Copy link
Contributor

neild commented May 29, 2024

I can consistently reproduce this as c26be72, but not at HEAD, so I believe https://go.dev/cl/586249 already fixed this.

@neild neild closed this as completed May 29, 2024
@gopherbot gopherbot reopened this Jun 4, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-05-30 19:26 x_net-go1.22-js-wasm net@56082791 release-branch.go1.22@74565750 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/05/30 19:28:43 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/05/30 19:28:43 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/05/30 19:28:43 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/05/30 19:28:43 ignoring invalid trailer "Trailer"
    server_test.go:2789: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@github-project-automation github-project-automation bot moved this from Done to Active in Test Flakes Jun 4, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-06-03 16:01 x_net-gotip-js-wasm net@603e3e63 go@eaa7d9ff x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/06/03 16:02:32 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/06/03 16:02:32 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/06/03 16:02:32 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/06/03 16:02:32 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-06-12 20:39 x_net-gotip-js-wasm net@9617c633 go@82c14346 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/07/03 22:52:27 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/07/03 22:52:27 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/07/03 22:52:27 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/07/03 22:52:27 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-07-05 10:47 x_net-go1.23-js-wasm net@77708f71 release-branch.go1.23@7dff7439 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/07/05 10:53:00 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/07/05 10:53:00 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/07/05 10:53:00 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/07/05 10:53:00 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-07-16 16:05 x_net-go1.23-js-wasm net@032e4e43 release-branch.go1.23@30b6fd60 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/07/16 16:06:06 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/07/16 16:06:06 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/07/16 16:06:06 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/07/16 16:06:06 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@dmitshur dmitshur added this to the Unreleased milestone Aug 24, 2024
@dmitshur dmitshur added arch-wasm WebAssembly issues OS-JS labels Aug 24, 2024
@dmitshur
Copy link
Contributor

From looking at the watchflakes reports above and x-net-gotip, x-net-go1.23, x-net-go1.22 post-submit dashboards, this still seems to happen after golang/net@0d515a53 (CL 586249), and only on the js/wasm port.

CC @golang/js.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-09-04 22:19 x_net-go1.23-js-wasm net@9bf379fa release-branch.go1.23@69234ded x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/09/05 15:28:00 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/09/05 15:28:00 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/09/05 15:28:00 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/09/05 15:28:00 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-09-05 16:43 x_net-go1.22-js-wasm net@35b4abae release-branch.go1.22@6fab4b9a x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/09/06 14:40:37 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/09/06 14:40:37 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/09/06 14:40:37 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/09/06 14:40:37 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-09-05 16:43 x_net-gotip-js-wasm net@35b4abae go@557211c1 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/09/06 17:39:11 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/09/06 17:39:11 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/09/06 17:39:11 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/09/06 17:39:11 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-09-05 16:43 x_net-go1.23-js-wasm net@35b4abae release-branch.go1.23@e6598e7b x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/09/06 16:16:46 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/09/06 16:16:46 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/09/06 16:16:46 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/09/06 16:16:46 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-09-06 18:26 x_net-go1.22-js-wasm net@3c333c0c release-branch.go1.22@b4086b7c x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/09/11 22:22:16 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/09/11 22:22:16 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/09/11 22:22:16 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/09/11 22:22:16 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-09-25 18:00 x_net-gotip-js-wasm net@4790dc70 go@49e542aa x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/09/25 18:01:27 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/09/25 18:01:27 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/09/25 18:01:27 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/09/25 18:01:27 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-09-25 18:02 x_net-go1.23-js-wasm net@7191757b release-branch.go1.23@fbddfae6 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/09/25 18:03:39 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/09/25 18:03:39 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/09/25 18:03:39 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/09/25 18:03:39 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-10-04 16:20 x_net-go1.23-js-wasm net@6cc5ac4e release-branch.go1.23@cc16cdf4 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/10/08 22:36:52 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/10/08 22:36:52 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/10/08 22:36:52 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/10/08 22:36:52 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-10-10 22:34 x_net-go1.23-js-wasm net@42b11863 release-branch.go1.23@6495ce04 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/10/11 17:14:12 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/10/11 17:14:12 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/10/11 17:14:12 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/10/11 17:14:12 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-11-01 18:28 x_net-go1.23-js-wasm net@e883daec release-branch.go1.23@1207de4f x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/11/01 18:31:52 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/11/01 18:31:52 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/11/01 18:31:52 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/11/01 18:31:52 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.03s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-11-05 19:37 x_net-go1.23-js-wasm net@0aa844c2 release-branch.go1.23@1207de4f x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/11/05 19:44:52 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/11/05 19:44:52 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/11/05 19:44:52 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/11/05 19:44:52 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-11-06 19:35 x_net-go1.23-js-wasm net@858db1a8 release-branch.go1.23@c390a1c2 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/11/06 22:59:23 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/11/06 22:59:23 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/11/06 22:59:23 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/11/06 22:59:23 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-11-25 23:21 x_net-go1.23-js-wasm net@e9cd7169 release-branch.go1.23@5164a865 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/11/27 20:35:12 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/11/27 20:35:12 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/11/27 20:35:12 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/11/27 20:35:12 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-12-02 22:15 x_net-go1.23-js-wasm net@4be12533 release-branch.go1.23@5164a865 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/02 22:16:21 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/02 22:16:21 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/02 22:16:21 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/02 22:16:21 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-12-02 22:15 x_net-go1.22-js-wasm net@4be12533 release-branch.go1.22@6d7a95ab x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/02 22:17:12 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/02 22:17:12 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/02 22:17:12 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/02 22:17:12 ignoring invalid trailer "Trailer"
    server_test.go:2796: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-12-03 19:04 x_net-go1.23-js-wasm net@d0a1049b release-branch.go1.23@194de8fb x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/03 19:08:07 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/03 19:08:07 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/03 19:08:07 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/03 19:08:07 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-12-04 21:36 x_net-go1.22-js-wasm net@285e1cf6 release-branch.go1.22@8f3f22ee x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/04 21:40:52 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/04 21:40:52 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/04 21:40:52 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/04 21:40:52 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-12-04 21:36 x_net-go1.23-js-wasm net@285e1cf6 release-branch.go1.23@194de8fb x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/04 21:40:56 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/04 21:40:56 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/04 21:40:56 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/04 21:40:56 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-12-04 21:36 x_net-gotip-js-wasm net@285e1cf6 go@d3d4e7b0 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/06 06:37:57 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/06 06:37:57 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/06 06:37:57 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/06 06:37:57 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-12-06 18:00 x_net-go1.23-js-wasm net@13a7c010 release-branch.go1.23@194de8fb x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/06 18:05:51 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/06 18:05:51 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/06 18:05:51 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/06 18:05:51 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2024-12-06 18:01 x_net-go1.23-js-wasm net@552d8ac9 release-branch.go1.23@194de8fb x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/06 18:06:07 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/06 18:06:07 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/06 18:06:07 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/06 18:06:07 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-12-10 23:31 x_net-go1.23-js-wasm net@6705db9a release-branch.go1.23@69c8cfe2 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/11 19:27:18 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/11 19:27:18 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/11 19:27:18 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/11 19:27:18 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-12-10 23:31 x_net-go1.24-js-wasm net@6705db9a release-branch.go1.24@14bb1e11 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/12 00:29:37 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/12 00:29:37 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/12 00:29:37 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/12 00:29:37 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-12-12 15:45 x_net-gotip-js-wasm net@9af49ef1 go@95b433ee x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/17 21:37:14 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/17 21:37:14 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/17 21:37:14 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/17 21:37:14 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2024-12-30 16:49 x_net-go1.23-js-wasm net@c2be9921 release-branch.go1.23@1576793c x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2024/12/30 16:50:06 ignoring invalid trailer "Range"
    http2_test.go:66: 2024/12/30 16:50:06 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/12/30 16:50:06 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/12/30 16:50:06 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-02 21:01 x_net-go1.23-js-wasm net@2124140b release-branch.go1.23@1576793c x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/02 21:02:37 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/02 21:02:37 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/02 21:02:37 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/02 21:02:37 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-06 16:00 x_net-go1.22-js-wasm net@8da7ed17 release-branch.go1.22@8f3f22ee x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/06 16:05:45 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/06 16:05:45 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/06 16:05:45 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/06 16:05:45 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2025-01-07 16:52 x_net-go1.23-js-wasm net@2e601020 release-branch.go1.23@1576793c x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-07 16:52 x_net-go1.24-js-wasm net@dc3b8a8d release-branch.go1.24@16afa6a7 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/07 16:56:42 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-09 19:13 x_net-go1.24-js-wasm net@97dd44e2 release-branch.go1.24@e06b6fc5 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/09 19:21:15 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/09 19:21:15 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/09 19:21:15 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/09 19:21:15 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-13 23:38 x_net-go1.23-js-wasm net@78717f92 release-branch.go1.23@1dde0b48 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/13 23:39:37 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/13 23:39:37 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/13 23:39:37 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/13 23:39:37 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2025-01-13 23:38 x_net-gotip-js-wasm net@78717f92 go@6da16013 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/13 23:44:04 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/13 23:44:04 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/13 23:44:04 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/13 23:44:04 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2025-01-13 23:50 x_net-go1.23-js-wasm net@f6b2e53b release-branch.go1.23@1dde0b48 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/13 23:53:10 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/13 23:53:10 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/13 23:53:10 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/13 23:53:10 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-13 23:50 x_net-go1.23-js-wasm net@56691ee1 release-branch.go1.23@ab44565b x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/17 16:40:01 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/17 16:40:01 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/17 16:40:01 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/17 16:40:01 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-22 18:00 x_net-go1.23-js-wasm net@93c1957e release-branch.go1.23@ab44565b x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/22 18:01:16 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/22 18:01:16 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/22 18:01:16 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/22 18:01:16 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2025-01-22 18:00 x_net-go1.24-js-wasm net@93c1957e release-branch.go1.24@8a4c24f9 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/22 18:01:41 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/22 18:01:41 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/22 18:01:41 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/22 18:01:41 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-01-28 00:46 x_net-go1.23-js-wasm net@145b2d7b release-branch.go1.23@6644ed63 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/01/31 17:50:40 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/01/31 17:50:40 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/01/31 17:50:40 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/01/31 17:50:40 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-04 01:39 x_net-gotip-js-wasm net@938a9fb9 go@5c2b5e02 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/04 21:23:07 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/04 21:23:07 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/04 21:23:07 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/04 21:23:07 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-04 01:39 x_net-go1.23-js-wasm net@938a9fb9 release-branch.go1.23@a991f9c3 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/04 16:53:15 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/04 16:53:15 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/04 16:53:15 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/04 16:53:15 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)
2025-02-04 22:06 x_net-go1.23-js-wasm net@ebd23f8b release-branch.go1.23@a991f9c3 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/04 22:10:51 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/04 22:10:51 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/04 22:10:51 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/04 22:10:51 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-06 20:21 x_net-go1.23-js-wasm net@2dab271f release-branch.go1.23@a991f9c3 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/06 20:24:48 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/06 20:24:48 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/06 20:24:48 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/06 20:24:48 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-10 20:16 x_net-gotip-js-wasm net@cd9d6616 go@187fd269 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/13 22:26:02 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/13 22:26:02 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/13 22:26:02 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/13 22:26:02 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-13 22:27 x_net-go1.24-js-wasm net@88443278 release-branch.go1.24@80e2e474 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/13 22:29:05 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/13 22:29:05 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/13 22:29:05 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/13 22:29:05 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-14 21:54 x_net-gotip-js-wasm net@5095d0cf go@c47d1aa7 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/18 17:18:54 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/18 17:18:54 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/18 17:18:54 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/18 17:18:54 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-18 22:25 x_net-go1.23-js-wasm net@163d8365 release-branch.go1.23@22fdd35c x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/19 17:37:50 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/19 17:37:50 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/19 17:37:50 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/19 17:37:50 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-20 17:31 x_net-gotip-js-wasm net@b4c86550 go@cc16fb52 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/25 18:34:45 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/25 18:34:45 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/25 18:34:45 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/25 18:34:45 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithoutFlush"
2025-02-25 19:03 x_net-gotip-js-wasm net@1d78a085 go@16959799 x/net/http2.TestServerWritesTrailers_WithoutFlush (log)
=== RUN   TestServerWritesTrailers_WithoutFlush
    http2_test.go:66: 2025/02/26 22:15:11 ignoring invalid trailer "Range"
    http2_test.go:66: 2025/02/26 22:15:11 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2025/02/26 22:15:11 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2025/02/26 22:15:11 ignoring invalid trailer "Trailer"
    server_test.go:2798: got no frame, want frame *http2.HeadersFrame
--- FAIL: TestServerWritesTrailers_WithoutFlush (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/653696 mentions this issue: http2: fix flakiness from t.Log when GOOS=js

@github-project-automation github-project-automation bot moved this from Active to Done in Test Flakes Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly issues NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-JS
Projects
Status: Done
Development

No branches or pull requests

3 participants