aboutsummaryrefslogtreecommitdiff
path: root/plugin/proxy/upstream_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2017-09-24 19:37:43 +0100
committerGravatar GitHub <noreply@github.com> 2017-09-24 19:37:43 +0100
commit148a99442dcd00fcda53858ada95f8148a9edd14 (patch)
tree90b863a72fdc1f16b6ec2b0ba495f8cb9eec58a5 /plugin/proxy/upstream_test.go
parent102cfbd7fec2a2f32d73167e44b3417f153a7602 (diff)
downloadcoredns-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.go7
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,