1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:34:44 -07:00
go/doc/articles
Rick Arnold 1f1f69e389 build: fix race in doc/articles/wiki test
The original test would open a local port and then immediately close it
and use the port number in subsequent tests. Between the port being closed
and reused by the later process, it could be opened by some other program
on the machine.

Changed the test to run the server process directly and have it save the
assigned port to a text file to be used by client processes.

Fixes #5564.

LGTM=adg
R=golang-codereviews, gobot, adg
CC=golang-codereviews
https://golang.org/cl/72290043
2014-03-18 13:03:03 +11:00
..
wiki build: fix race in doc/articles/wiki test 2014-03-18 13:03:03 +11:00
go_command.html doc: fix various fragment links 2013-01-15 19:25:16 +11:00
index.html doc: re-organize golang.org site content 2013-09-16 15:47:13 +10:00
race_detector.html doc: restore race detector manual 2014-02-11 09:26:34 +11:00