Skip to content

net/http: TestTransportIdleConnTimeout failures #67450

Closed
@gopherbot

Description

@gopherbot
#!watchflakes
default <- pkg == "net/http" && test ~ `TestTransportIdleConnTimeout`

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTransportIdleConnTimeout
--- FAIL: TestTransportIdleConnTimeout (0.06s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x849b991]

goroutine 29682 gp=0x9eabe68 m=9 mp=0x9900a08 [running]:
panic({0x850df20, 0x88d4108})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:778 +0x144 fp=0x9c53c78 sp=0x9c53c24 pc=0x80854c4
testing.tRunner.func1.2({0x850df20, 0x88d4108})
...
net/http_test.TestConsumingBodyOnNextConn(0x9c82408)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/serve_test.go:170 +0x36 fp=0x98e5f84 sp=0x98e5f04 pc=0x84261e6
testing.tRunner(0x9c82408, 0x859dcb8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1690 +0x119 fp=0x98e5fe4 sp=0x98e5f84 pc=0x815f5c9
testing.(*T).Run.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x2e fp=0x98e5ff0 sp=0x98e5fe4 pc=0x81605ee
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x98e5ff4 sp=0x98e5ff0 pc=0x80c2341
created by testing.(*T).Run in goroutine 1
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x3d1

watchflakes

Metadata

Metadata

Assignees

Labels

FixPendingIssues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions