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: TestTransportReading100Continue failures #55216

Open
gopherbot opened this issue Sep 20, 2022 · 1 comment
Open

net/http: TestTransportReading100Continue failures #55216

gopherbot opened this issue Sep 20, 2022 · 1 comment
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 == "TestTransportReading100Continue"

Bug automatically created to track these flakes.

— 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 Sep 20, 2022
@gopherbot
Copy link
Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportReading100Continue"
2022-08-31 17:15 linux-ppc64-buildlet go@c7085329 net/http.TestTransportReading100Continue (log)
--- FAIL: TestTransportReading100Continue (0.06s)
    transport_test.go:2852: Server got "request body 2", <nil>; want "request body 1"
    transport_test.go:2852: Server got "request body 3", <nil>; want "request body 2"
    transport_test.go:2852: Server got "request body 4", <nil>; want "request body 3"
    transport_test.go:2852: Server got "request body 5", <nil>; want "request body 4"
2022/08/31 18:58:49 http: TLS handshake error from 127.0.0.1:59432: read tcp 127.0.0.1:39866->127.0.0.1:59432: read: connection reset by peer
2022/08/31 18:58:49 http: TLS handshake error from 127.0.0.1:59438: EOF
2022/08/31 18:58:50 http: TLS handshake error from 127.0.0.1:59442: EOF

watchflakes

@gopherbot gopherbot changed the title net/http: flaky TestTransportReading100Continue net/http: TestTransportReading100Continue failures Sep 20, 2022
@seankhliao seankhliao added this to the Unplanned milestone Nov 19, 2022
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: Active
Development

No branches or pull requests

2 participants