aboutsummaryrefslogtreecommitdiff
path: root/plugin/reload/setup_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-02Plugin/RELOAD - Tune usage of var global, add limit to options (#1457)Gravatar Francois Tur 1-0/+12
* tune usage of var global, add limit to options * update readme for minimal values * useless change to quick-off codecov * fix msgs for min values and tune the flag for end of reload usage, with a 'maybe' option * adding UT for min values, adding MD5 of corefile on the log
2018-01-27Reload hook (#1445)Gravatar John Belamaric 1-0/+39
* Add reload directive * gofmt * Fix default jitter and error message * remove unneeded call to NextArg, add a couple negative setup tests * Review feedback