Files
kubernetes/pkg/client/unversioned
Daniel Martí 91fbff99dc Properly close test http servers in unversioned
If not, using `go test -count=n` would make them pile up and ultimately
get to the limit of open files:

	client_test.go:522: expected an error, got Get http://127.0.0.1:46070/api: dial tcp 127.0.0.1:46070: socket: too many open files

Steps to reproduce (no longer fails):

	godep go test -short -run '^$' -o test .
	./test -test.run '^TestGetSwaggerSchema' -test.count 100

Note that this might not fail if your `ulimit -n` is not low enough.
2016-01-08 00:10:54 +01:00
..
2015-08-18 10:03:19 -07:00
2015-12-16 16:24:55 -08:00
2015-12-16 16:24:55 -08:00
2015-12-22 14:29:15 -05:00
2015-12-22 14:29:15 -05:00
2015-12-21 09:26:06 -05:00