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

go test ./... is failed #71

Closed
win-t opened this issue Oct 29, 2018 · 1 comment
Closed

go test ./... is failed #71

win-t opened this issue Oct 29, 2018 · 1 comment

Comments

@win-t
Copy link

win-t commented Oct 29, 2018

go version : go version go1.11.1 linux/amd64
go test ./... output:

2018/10/29 06:57:50 [ERR] yamux: keepalive failed: i/o deadline reached
2018/10/29 06:57:50 [ERR] yamux: keepalive failed: i/o deadline reached
2018/10/29 06:57:50 [WARN] yamux: failed to send ping reply: session shutdown
--- FAIL: TestSendData_Large (0.58s)
    session_test.go:396: err: EOF
    session_test.go:427: err: session shutdown
2018/10/29 06:58:06 [WARN] yamux: failed to send ping reply: connection write timeout
FAIL
FAIL	github.com/hashicorp/yamux	17.765s
@pmalhaire
Copy link
Contributor

@win-t it seems that it's the case with golang 1.12

go test ./...
2019/05/12 18:57:30 [ERR] yamux: keepalive failed: i/o deadline reached
2019/05/12 18:57:30 [ERR] yamux: Failed to write header: io: read/write on closed pipe
--- FAIL: TestSendData_Large (0.38s)
session_test.go:427: err: session shutdown
session_test.go:396: err: keepalive timeout
2019/05/12 18:57:30 [ERR] yamux: Failed to write header: io: read/write on closed pipe
2019/05/12 18:57:38 [WARN] yamux: failed to send ping reply: connection write timeout
FAIL
FAIL github.com/hashicorp/yamux 9.764s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants