Files
kubernetes/pkg
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-12-29 10:40:38 -05:00
2015-12-07 08:35:05 -05:00
2015-12-15 13:36:25 -05:00
2015-12-20 21:59:59 -05:00
2015-12-28 11:43:20 +01:00
2015-10-22 16:40:59 -04:00
2016-01-04 17:11:43 +01:00
2015-12-15 13:36:25 -05:00