diff options
author | 2017-09-24 19:37:43 +0100 | |
---|---|---|
committer | 2017-09-24 19:37:43 +0100 | |
commit | 148a99442dcd00fcda53858ada95f8148a9edd14 (patch) | |
tree | 90b863a72fdc1f16b6ec2b0ba495f8cb9eec58a5 /plugin/proxy/upstream_test.go | |
parent | 102cfbd7fec2a2f32d73167e44b3417f153a7602 (diff) | |
download | coredns-148a99442dcd00fcda53858ada95f8148a9edd14.tar.gz coredns-148a99442dcd00fcda53858ada95f8148a9edd14.tar.zst coredns-148a99442dcd00fcda53858ada95f8148a9edd14.zip |
healhcheck: various cleanups (#1106)
* healhcheck: various cleanups
Network wasn't used. IgnorePaths wasn't used. Move checkdown function to
common function shared between proxy protocols. And some naming fixed.
Also reset the Fails on a succesful healthcheck back to 0.
remove newlines from log
* compile
* fix test
Diffstat (limited to 'plugin/proxy/upstream_test.go')
-rw-r--r-- | plugin/proxy/upstream_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugin/proxy/upstream_test.go b/plugin/proxy/upstream_test.go index 42d50cac3..98509f738 100644 --- a/plugin/proxy/upstream_test.go +++ b/plugin/proxy/upstream_test.go @@ -85,13 +85,6 @@ proxy . 8.8.8.8:53 { { ` proxy . 8.8.8.8:53 { - without without -}`, - false, - }, - { - ` -proxy . 8.8.8.8:53 { except miek.nl example.org 10.0.0.0/24 }`, false, |