From 94c59da57783c04426833dfcfa085f3ea304a1db Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 12 Jan 2017 08:13:50 +0000 Subject: Run tests in parallel (#478) Create a small speedup running the tests: PASS ok github.com/miekg/coredns/test 10.329s PASS ok github.com/miekg/coredns/test 6.079s Skip the etcd ones. Doing the middleware/*/*_test ones doesn't yield any speedup as these are still done on a per directory basis. --- test/metrics_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/metrics_test.go') diff --git a/test/metrics_test.go b/test/metrics_test.go index cced6b237..f51e2fb1c 100644 --- a/test/metrics_test.go +++ b/test/metrics_test.go @@ -16,6 +16,8 @@ import ( "github.com/miekg/dns" ) +// fail when done in parallel + // Start test server that has metrics enabled. Then tear it down again. func TestMetricsServer(t *testing.T) { corefile := `example.org:0 { -- cgit v1.2.3