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_WithFlush failures #67802

Open
gopherbot opened this issue Jun 4, 2024 · 3 comments
Open

x/net/http2: TestServerWritesTrailers_WithFlush failures #67802

gopherbot opened this issue Jun 4, 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
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestServerWritesTrailers_WithFlush
    http2_test.go:66: 2024/05/30 19:58:01 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/05/30 19:58:01 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/05/30 19:58:01 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
    http2_test.go:66: 2024/05/30 19:58:01 ignoring invalid trailer "Range"
--- FAIL: TestServerWritesTrailers_WithFlush (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 Jun 4, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

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

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServerWritesTrailers_WithFlush"
2024-06-03 20:27 x_net-go1.22-js-wasm net@6249541f release-branch.go1.22@74565750 x/net/http2.TestServerWritesTrailers_WithFlush (log)
=== RUN   TestServerWritesTrailers_WithFlush
    http2_test.go:66: 2024/06/03 20:29:38 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/06/03 20:29:38 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/06/03 20:29:38 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
    http2_test.go:66: 2024/06/03 20:29:38 ignoring invalid trailer "Range"
--- FAIL: TestServerWritesTrailers_WithFlush (0.02s)
2024-06-04 17:07 x_net-go1.22-js-wasm net@66e838c6 release-branch.go1.22@b515c520 x/net/http2.TestServerWritesTrailers_WithFlush (log)
=== RUN   TestServerWritesTrailers_WithFlush
    http2_test.go:66: 2024/06/12 18:44:01 ignoring invalid trailer "Transfer-Encoding"
    http2_test.go:66: 2024/06/12 18:44:01 ignoring invalid trailer "Content-Length"
    http2_test.go:66: 2024/06/12 18:44:01 ignoring invalid trailer "Trailer"
    server_test.go:2794: got no frame, want frame *http2.HeadersFrame
    http2_test.go:66: 2024/06/12 18:44:01 ignoring invalid trailer "Range"
--- FAIL: TestServerWritesTrailers_WithFlush (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

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

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.
1 participant