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: TestTransportExpect100Continue failures with sent body should be 0 #59436

Open
gopherbot opened this issue Apr 4, 2023 · 4 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

gopherbot commented Apr 4, 2023

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportExpect100Continue" && `sent body should be 0`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportExpect100Continue (5.47s)
    transport_test.go:1239: test 2: sent body should be 0 but sent 5. (/500)

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportExpect100Continue"
2023-04-03 20:02 darwin-amd64-nocgo go@7a5787f3 net/http.TestTransportExpect100Continue (log)
--- FAIL: TestTransportExpect100Continue (5.47s)
    transport_test.go:1239: test 2: sent body should be 0 but sent 5. (/500)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Apr 4, 2023

(attn @neild)

@bcmills bcmills added this to the Backlog milestone Apr 4, 2023
@bcmills bcmills changed the title net/http: TestTransportExpect100Continue failures net/http: TestTransportExpect100Continue failures with sent body should be 0 Apr 4, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportExpect100Continue" && `sent body should be 0`
2023-05-26 03:06 linux-s390x-ibm go@145eec87 net/http.TestTransportExpect100Continue (log)
--- FAIL: TestTransportExpect100Continue (0.00s)
    --- FAIL: TestTransportExpect100Continue/h1 (4.70s)
        transport_test.go:1223: test 1: sent body should be 0 but sent 5. (/200)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportExpect100Continue" && `sent body should be 0`
2023-09-07 19:06 darwin-amd64-longtest go@ac2ec69e net/http.TestTransportExpect100Continue (log)
--- FAIL: TestTransportExpect100Continue (5.50s)
    --- FAIL: TestTransportExpect100Continue/h1 (5.50s)
        transport_test.go:1223: test 3: sent body should be 0 but sent 5. (/keepalive)

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