-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
increase iptb test stability #1194
Conversation
failed to vendor 1/100. (when this counter reaches 100/100, we stop everything, write a new tool, and move off godeps for good). |
@jbenet can i just |
@whyrusleeping no, once per independent time. it's like a deadline. we can just write thins earlier and be done-- i just am sick of godeps crap. |
@jbenet do you know how to fix this? |
Yeah, no idea how to work godep. i ran |
This ones weird: https://travis-ci.org/ipfs/go-ipfs/jobs/61101632 Also, I cannot reproduce this failure locally... before this fix, i could, but not now... maybe i vendored the wrong thing? |
6c68e8d
to
4e140c6
Compare
@whyrusleeping LGTM. squash + merge? |
update iptb dependency again, and pick different ports for each iptb cluster try and fix godeps crap
4e140c6
to
9cf8c5c
Compare
This moves each iptb test to its own port range and also ensures that daemons are fully bootstrapped if the
-wait
option is specified to prevent the 'no peers in routing table' errors we were seeing.