kubernetes/hack
Clayton Coleman 67166e581b Run all go tests in parallel (6x speedup)
Currently hack/test-go.sh runs in serial in independent executions of
go test.  By running all tests at once, we get parallel execution.
However, we cannot use -coverprofile with this mode, which seems worthwhile.

On a 4-core mac, runs tests in 15s that ran in 80s before. Tested on F20 and
OSX Mavericks.
2014-08-04 13:39:34 -04:00
..
azure Rename and move Azure scripts. 2014-07-18 16:13:05 -07:00
e2e-suite Improve testing reliability 2014-07-30 16:34:48 -04:00
build-go.sh Fix shell script quoting, clean up build scripts 2014-08-01 08:23:16 -07:00
config-go.sh Fix shell script quoting, clean up build scripts 2014-08-01 08:23:16 -07:00
dev-build-and-push.sh Exit if release.sh has errors. 2014-07-28 15:24:07 -07:00
dev-build-and-up.sh Exit if release.sh has errors. 2014-07-28 15:24:07 -07:00
e2e-test.sh Add /version to server and check it in client. 2014-07-28 15:45:25 -07:00
install-std-race.sh -cover causes races in Go 1.2 2014-07-11 15:48:31 -04:00
integration-test.sh Use 'go install' to build all commands at the same time. 2014-07-27 22:20:13 -04:00
local-up-cluster.sh Merge pull request #643 from zhgwenming/build 2014-07-28 11:44:05 -07:00
test-cmd.sh Handle -version flag on all commands 2014-07-30 18:48:56 -07:00
test-go.sh Run all go tests in parallel (6x speedup) 2014-08-04 13:39:34 -04:00
verify-boilerplate.sh Make boilerplate hook work for .sh files, too. 2014-06-25 17:11:48 -07:00
verify-gofmt.sh Disable gofmt for non go1.2 or go1.3 2014-07-01 11:25:59 -07:00
version-gen.sh Improve generation of version information from the git tree 2014-07-30 18:48:57 -07:00