You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go test -integration -v -run TestServerCompareSubsystems
=== RUN TestServerCompareSubsystems
--- FAIL: TestServerCompareSubsystems (0.11s)
server_integration_test.go:348: EOF
server_integration_test.go:407: exit status 255
FAIL
exit status 1
FAIL github.com/pkg/sftp 0.117s
I bisected it down to commit a59c127441a8ae2ad9b0fb300ab36a6558bba697 in the golang.org/x/crypto package. I think I found an upstream bug about it. I'm testing the fix they have for review now.
The text was updated successfully, but these errors were encountered:
They fail on the same thing. Here is an example.
$ go test -integration -v -run TestServerCompareSubsystems
=== RUN TestServerCompareSubsystems
--- FAIL: TestServerCompareSubsystems (0.11s)
server_integration_test.go:348: EOF
server_integration_test.go:407: exit status 255
FAIL
exit status 1
FAIL github.com/pkg/sftp 0.117s
I bisected it down to commit a59c127441a8ae2ad9b0fb300ab36a6558bba697 in the golang.org/x/crypto package. I think I found an upstream bug about it. I'm testing the fix they have for review now.
The text was updated successfully, but these errors were encountered: