Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(380)

Issue 6487043: code review 6487043: go.crypto/ssh: fix test failure on windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by dave
Modified:
12 years, 7 months ago
Reviewers:
CC:
agl1, minux1, kardia, golang-dev
Visibility:
Public.

Description

go.crypto/ssh: fix test failure on windows Use a handler that does not attempt to send a status message as the failing test closes the connection abruptly. Also, check the err response on all shell.ReadLine operations.

Patch Set 1 #

Patch Set 2 : diff -r 10077a45cccb https://code.google.com/p/go.crypto #

Patch Set 3 : diff -r 10077a45cccb https://code.google.com/p/go.crypto #

Patch Set 4 : diff -r 10077a45cccb https://code.google.com/p/go.crypto #

Patch Set 5 : diff -r 10077a45cccb https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -13 lines) Patch
M ssh/session_test.go View 1 2 7 chunks +22 lines, -13 lines 0 comments Download

Messages

Total messages: 7
dave_cheney.net
Hello agl@golang.org, minux.ma@gmail.com, kardianos@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
12 years, 7 months ago (2012-08-25 05:33:32 UTC) #1
kardia
I can confirm this makes tests pass on Windows. Changes look benign.
12 years, 7 months ago (2012-08-25 06:29:43 UTC) #2
dave_cheney.net
On 2012/08/25 06:29:43, kardia wrote: > I can confirm this makes tests pass on Windows. ...
12 years, 7 months ago (2012-08-25 06:30:33 UTC) #3
kardia
On Sat, 25 Aug 2012 06:30:33 +0000 dave@cheney.net wrote: > On 2012/08/25 06:29:43, kardia wrote: ...
12 years, 7 months ago (2012-08-25 06:34:28 UTC) #4
minux1
w/o this CL test fails on windows/386 with a probability of about 1/2. after applying ...
12 years, 7 months ago (2012-08-25 07:02:06 UTC) #5
dave_cheney.net
Thank you. I will submit soon. On 25/08/2012, at 17:02, minux.ma@gmail.com wrote: > w/o this ...
12 years, 7 months ago (2012-08-25 07:07:22 UTC) #6
dave_cheney.net
12 years, 7 months ago (2012-08-25 07:53:05 UTC) #7
*** Submitted as
http://code.google.com/p/go/source/detail?r=87f3ce85c32a&repo=crypto ***

go.crypto/ssh: fix test failure on windows

Use a handler that does not attempt to send a status message
as the failing test closes the connection abruptly.

Also, check the err response on all shell.ReadLine operations.

R=agl, minux.ma, kardianos
CC=golang-dev
http://codereview.appspot.com/6487043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b