Skip to content

net/http: TestTransportNoReuseAfterEarlyResponse failures #57608

Closed
@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "net/http" && test == "TestTransportNoReuseAfterEarlyResponse" && `timeout waiting for GET request`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportNoReuseAfterEarlyResponse (11.09s)
    transport_test.go:3362: Closed server connection
    transport_test.go:3407: timeout waiting for GET request to finish
panic: Fail in goroutine after TestTransportNoReuseAfterEarlyResponse has completed

goroutine 7682 [running]:
panic({0x143b0c0, 0xc0001a5db0})
	/tmp/buildlet/go/src/runtime/panic.go:987 +0x3ba fp=0xc0008fbe90 sp=0xc0008fbdd0 pc=0x1037a1a
testing.(*common).Fail(0xc0001d31e0)
	/tmp/buildlet/go/src/testing/testing.go:824 +0xe5 fp=0xc0008fbef8 sp=0xc0008fbe90 pc=0x10ef285
testing.(*common).Errorf(0xc0001d31e0, {0x14c6528?, 0xc0001c2a20?}, {0xc0003defb8?, 0x12ce09e?, 0xc00042a240?})
	/tmp/buildlet/go/src/testing/testing.go:941 +0x65 fp=0xc0008fbf50 sp=0xc0008fbef8 pc=0x10efe85
net/http_test.TestTransportNoReuseAfterEarlyResponse.func3()
	/tmp/buildlet/go/src/net/http/transport_test.go:3396 +0x139 fp=0xc0008fbfe0 sp=0xc0008fbf50 pc=0x13e2339
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0008fbfe8 sp=0xc0008fbfe0 pc=0x106bb41
created by net/http_test.TestTransportNoReuseAfterEarlyResponse
	/tmp/buildlet/go/src/net/http/transport_test.go:3392 +0x4fd

watchflakes

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions