Last active
October 8, 2015 08:19
-
-
Save jbenet/d79f4b9cfcfeea48363e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# | |
# what!?!? this is bizarre!!! | |
# this has not happenned at all on tests. | |
# | |
# this reinforces that what we may be encountering is not too many | |
# dials, but rather a bug merged in somewhere | |
# | |
# | |
~/go/src/github.com/ipfs/go-ipfs/p2p/net/swarm * fix/too-many-fd % go test | |
--- FAIL: TestSimultOpenMany (1.80s) | |
swarm_test.go:82: error swarm dialing to peer dial attempt failed: misdial to <peer.ID NXYBme> through /ip4/127.0.0.1/tcp/58859 (got <peer.ID >) | |
--- FAIL: TestFilterAddrs (0.00s) | |
swarm_addr_test.go:74: should have succeeded in creating swarm 1: listen tcp6 [::1]:0: too many open files | |
--- FAIL: TestDialBadAddrs (0.04s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestNotifications (0.07s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestAddrBlocking (0.04s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestFilterBounds (0.03s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestConnectednessCorrect (0.05s) | |
util.go:24: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestSimultDials (0.03s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestDialWait (0.03s) | |
dial_test.go:93: listen tcp :0: too many open files | |
--- FAIL: TestDialBackoff (0.05s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestDialBackoffClears (0.10s) | |
dial_test.go:93: listen tcp :0: too many open files | |
--- FAIL: TestSimultOpen (0.08s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestSimultOpenFewStress (0.05s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestSwarm (0.09s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files | |
--- FAIL: TestConnHandler (0.01s) | |
swarm_test.go:65: 0: listen tcp4 127.0.0.1:0: too many open files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment