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

Issue 4043043: code review 4043043: doc/codelab/wiki: tests use available TCP port (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by adg
Modified:
14 years, 1 month ago
Reviewers:
CC:
brad_danga_com, dsymonds, r2, dangabrad, rsc, golang-dev
Visibility:
Public.

Description

doc/codelab/wiki: tests use available TCP port

Patch Set 1 #

Patch Set 2 : code review 4043043: doc/codelab/wiki: tests use available TCP port #

Total comments: 1

Patch Set 3 : code review 4043043: doc/codelab/wiki: tests use available TCP port #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -9 lines) Patch
M doc/codelab/wiki/Makefile View 1 chunk +2 lines, -2 lines 0 comments Download
M doc/codelab/wiki/get.go View 1 chunk +15 lines, -1 line 0 comments Download
M doc/codelab/wiki/test.sh View 1 1 chunk +11 lines, -6 lines 0 comments Download

Messages

Total messages: 13
adg
Hello bradfitz (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 1 month ago (2011-01-27 00:51:47 UTC) #1
dsymonds
FYI http://codereview.appspot.com/4043043/diff/3001/doc/codelab/wiki/get.go File doc/codelab/wiki/get.go (right): http://codereview.appspot.com/4043043/diff/3001/doc/codelab/wiki/get.go#newcode22 doc/codelab/wiki/get.go:22: l, err := net.Listen("tcp", "127.0.0.1:0") This is an ...
14 years, 1 month ago (2011-01-27 00:58:58 UTC) #2
r2
On Jan 26, 2011, at 4:58 PM, dsymonds@golang.org wrote: > FYI > > > http://codereview.appspot.com/4043043/diff/3001/doc/codelab/wiki/get.go ...
14 years, 1 month ago (2011-01-27 01:00:46 UTC) #3
dangabrad
I assume you don't care that this is racy? What I did in my project ...
14 years, 1 month ago (2011-01-27 01:04:49 UTC) #4
adg
I want 127.0.0.1 because I want to find a port to listen and connect to ...
14 years, 1 month ago (2011-01-27 01:36:51 UTC) #5
adg
On 27 January 2011 11:04, Brad Fitzpatrick <brad@danga.com> wrote: > I assume you don't care ...
14 years, 1 month ago (2011-01-27 01:39:58 UTC) #6
dsymonds
On Thu, Jan 27, 2011 at 12:36 PM, Andrew Gerrand <adg@golang.org> wrote: > I want ...
14 years, 1 month ago (2011-01-27 01:57:02 UTC) #7
rsc
>> I want 127.0.0.1 because I want to find a port to listen and connect ...
14 years, 1 month ago (2011-01-27 03:21:00 UTC) #8
dsymonds
On Thu, Jan 27, 2011 at 2:20 PM, Russ Cox <rsc@golang.org> wrote: > David is ...
14 years, 1 month ago (2011-01-27 03:25:43 UTC) #9
rsc
> I'm raising this issue because I've seen systems that resolve > "localhost" to the ...
14 years, 1 month ago (2011-01-27 03:53:54 UTC) #10
adg
So can I get an LGTM? (Note that I replaced localhost with 127.0.0.1 before this ...
14 years, 1 month ago (2011-01-27 12:38:07 UTC) #11
rsc
LGTM
14 years, 1 month ago (2011-01-27 13:17:59 UTC) #12
adg
14 years, 1 month ago (2011-01-27 13:19:41 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=fda9285d5b3b ***

doc/codelab/wiki: tests use available TCP port

R=bradfitz, dsymonds, r2, dangabrad, rsc
CC=golang-dev
http://codereview.appspot.com/4043043
Sign in to reply to this message.

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