• Rick Arnold's avatar
    build: fix race in doc/articles/wiki test · 1f1f69e3
    Rick Arnold authored
    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
    1f1f69e3
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...