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: TestLinuxSendfile is flaky #17805

Closed
carl-mastrangelo opened this issue Nov 5, 2016 · 1 comment
Closed

net/http: TestLinuxSendfile is flaky #17805

carl-mastrangelo opened this issue Nov 5, 2016 · 1 comment
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@carl-mastrangelo
Copy link
Contributor

What version of Go are you using (go version)?

Fri Nov 04 05:09:56$ go version
go version go1.7.3 linux/amd64

What operating system and processor architecture are you using (go env)?

Fri Nov 04 05:09:54$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GORACE=""
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build238588156=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"

What did you do?

./all.bash

What did you expect to see?

Successful build

What did you see instead?

ok  	net	1.795s
--- FAIL: TestLinuxSendfile (0.04s)
	fs_test.go:1123: no sendfile system call found in:
		[pid 122885] sendfile(6, 8, NULL, 22 <unfinished ...>
		[pid 122894] +++ exited with 0 +++
		[pid 122893] +++ exited with 0 +++
		[pid 122892] +++ exited with 0 +++
		[pid 122891] +++ exited with 0 +++
		+++ exited with 0 +++
FAIL
FAIL	net/http	2.699s

It looks like the regexp to match sendfile is missing a matcher for "". Considering that this test appears to check just that sendfile is called, it should be enough that the call is started (as printed above).

@bradfitz bradfitz self-assigned this Nov 5, 2016
@bradfitz bradfitz added the Testing An issue that has been verified to require only test changes, not just a test failure. label Nov 5, 2016
@bradfitz bradfitz added this to the Go1.8 milestone Nov 5, 2016
@gopherbot
Copy link

CL https://golang.org/cl/32759 mentions this issue.

@golang golang locked and limited conversation to collaborators Nov 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants