Skip to content
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

Satellite latency confuses build tests #632

Closed
gopherbot opened this issue Mar 1, 2010 · 4 comments
Closed

Satellite latency confuses build tests #632

gopherbot opened this issue Mar 1, 2010 · 4 comments

Comments

@gopherbot
Copy link
Contributor

by grizwolde:

What steps will reproduce the problem?
1.  I am trying an initial build on a gentoo amd64 system.
2.  The all.bash build fails http.TestClient and http.TestRedirect.
3.  A manual wget works fine for robots.txt which TestClient was trying to
fetch.

What is the expected output? -- Dunno since I can't see it :-)

What do you see instead?

/home/felix/bin/go/gopack grc _test/http.a _gotest_.6
make[2]: Leaving directory `/home/felix/go/src/pkg/http'
--- FAIL: http.TestClient
        Get http://www.google.com/robots.txt: dial tcp www.google.com:http:
lookup www.google.com. on 12.213.224.61:53: no answer from server
--- FAIL: http.TestRedirect
        Get http://codesearch.google.com/: dial tcp
codesearch.google.com:http: lookup codesearch.google.com. on
12.213.224.61:53: no answer from server
FAIL
make[1]: *** [test] Error 1


What is your $GOOS? -- "linux"  $GOARCH? -- "amd64"


Which revision are you using?  (hg identify)

4a0661b86e50 tip

Please provide any additional information below.

My internet connection is via WildBlue satellite.  Pings generally show a
1.5 second latency (yes, seconds, not ms!).  My first guess is that there
is a timeout more suitable to normal land or wireless connections.
@adg
Copy link
Contributor

adg commented Mar 2, 2010

Comment 1:

Owner changed to a...@golang.org.

@adg
Copy link
Contributor

adg commented Mar 3, 2010

Comment 2:

Add the package 'http' to the NOTEST list in $GOROOT/src/pkg/Makefile. This will
allow you to build, test, and install Go without running the http tests.

Status changed to WorkingAsIntended.

@gopherbot
Copy link
Contributor Author

Comment 3 by stephenm@golang.org:

This issue was closed by revision b73e592.

Status changed to Fixed.

@gopherbot
Copy link
Contributor Author

Comment 4 by grizwolde:

Somehow I don't think just ignoring tests which fail actually fixes anything.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants