aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/reload_test.go
diff options
context:
space:
mode:
authorGravatar marqc <marqc@users.noreply.github.com> 2018-09-29 17:50:49 +0200
committerGravatar Miek Gieben <miek@miek.nl> 2018-09-29 16:50:49 +0100
commit552aab723c05088d049f085ee3b480dac1dbdba7 (patch)
treecd6ecf70b028a1b4412728b967be9d1abd26678c /plugin/file/reload_test.go
parenta80ec6096f71337600ff2694040be1efb7b6b87b (diff)
downloadcoredns-552aab723c05088d049f085ee3b480dac1dbdba7.tar.gz
coredns-552aab723c05088d049f085ee3b480dac1dbdba7.tar.zst
coredns-552aab723c05088d049f085ee3b480dac1dbdba7.zip
Configurable zone reload interval in file plugin (#2110)
* Configurable zone reload interval in file plugin * passing reload config from auto plugin to file plugin. removed noReload property from Zone struct. fixed tests based on short file reload hack
Diffstat (limited to 'plugin/file/reload_test.go')
-rw-r--r--plugin/file/reload_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/file/reload_test.go b/plugin/file/reload_test.go
index e98153662..2f7b6cf0f 100644
--- a/plugin/file/reload_test.go
+++ b/plugin/file/reload_test.go
@@ -29,6 +29,7 @@ func TestZoneReload(t *testing.T) {
}
TickTime = 500 * time.Millisecond
+ z.ReloadInterval = 500 * time.Millisecond
z.Reload()
time.Sleep(time.Second)