We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ./...
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
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
go version : go version go1.11.1 linux/amd64
go test ./...
output:The text was updated successfully, but these errors were encountered: