-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/crypto/ssh: revive tests, run by default on trybots #25386
Comments
Change https://golang.org/cl/113059 mentions this issue: |
This will need a Debian Stretch builder, as Debian Jessie (our current builders) have OpenSSH 6.6 and it wasn't until OpenSSH 6.7 that forwarding Unix sockets was supported, which the x/crypto/ssh tests try to exercise. Also, OpenSSH 6.6 doesn't recognize the |
Updates golang/go#25386 Change-Id: I65e3dda63e5ea86fa94480e3305556b73afe121a Reviewed-on: https://go-review.googlesource.com/113059 Reviewed-by: Bryan C. Mills <[email protected]>
This now works, once we updated linux-amd64 to stretch in https://go-review.googlesource.com/c/build/+/170282 Tested with gomote. |
Change https://golang.org/cl/170397 mentions this issue: |
While debugging golang/go#25386 I found that the firewall defaulting to on made debugging modules hard. So make gomote default to no outbound firewall and make it opt-in for people who want to reproduce the builder more. Also in this CL: start to use server's builder config, not local state (follow up to CL 169678 which was incomplete). It's still incomplete in this CL, but there's now a panic with more useful information to users telling them to update their binary. Updates golang/go#30929 Change-Id: I17bded71919af1e7a9181866a1349eb72da40051 Reviewed-on: https://go-review.googlesource.com/c/build/+/170397 Reviewed-by: Dmitri Shuralyov <[email protected]>
The
x/crypto/ssh
integration tests with OpenSSH's sshd inx/crypto/ssh/test
don't run by default, and don't seem to work on Debian Jessie nor Debian Stretch.It's not clear when they last worked or in which environment.
This is a tracking bug to revive them and make them run on the builders.
/cc @hanwen
The text was updated successfully, but these errors were encountered: