aboutsummaryrefslogtreecommitdiff
path: root/test/etcd_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2017-01-12 08:13:50 +0000
committerGravatar GitHub <noreply@github.com> 2017-01-12 08:13:50 +0000
commit94c59da57783c04426833dfcfa085f3ea304a1db (patch)
tree921de757789e423e547ebfa1905cdd361b203c15 /test/etcd_test.go
parent0c3ad499d87b4ee4e43a49ac8c8102e6369d7e19 (diff)
downloadcoredns-94c59da57783c04426833dfcfa085f3ea304a1db.tar.gz
coredns-94c59da57783c04426833dfcfa085f3ea304a1db.tar.zst
coredns-94c59da57783c04426833dfcfa085f3ea304a1db.zip
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.
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r--test/etcd_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go
index a21fa6296..f627e3872 100644
--- a/test/etcd_test.go
+++ b/test/etcd_test.go
@@ -31,7 +31,7 @@ func etcdMiddleware() *etcd.Etcd {
// This test starts two coredns servers (and needs etcd). Configure a stubzones in both (that will loop) and
// will then test if we detect this loop.
-func TestEtcdStubForwarding(t *testing.T) {
+func TestEtcdStubLoop(t *testing.T) {
// TODO(miek)
}