mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 11:27:15 +00:00
If not, using `go test -count=n` would make them pile up and ultimately get to the limit of open files: 2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:39768: accept4: too many open files; retrying in 5ms 2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:46606: accept4: too many open files; retrying in 5ms 2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:46606: accept4: too many open files; retrying in 10ms 2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:46606: accept4: too many open files; retrying in 20ms Steps to reproduce (no longer fails): godep go test -short -run '^$' -o test . ./test -test.run '^TestDoRequestNewWayFile$' -test.count 100 Note that this might not fail if your `ulimit -n` is not low enough.