aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/multi_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-01-19Stop importing testing in the main binary (#2479)Gravatar Miek Gieben 1-2/+4
* Stop importing testing in the main binary Stop importing "testing" into the main binary: * test/helpers.go imported it; remote that and change function signature * update all tests that use this Signed-off-by: Miek Gieben <miek@miek.nl> * Drop import testing from metrics plugin Signed-off-by: Miek Gieben <miek@miek.nl> * more fiddling Signed-off-by: Miek Gieben <miek@miek.nl>
2018-06-02presubmit: Check errorf as well (#1845)Gravatar Miek Gieben 1-1/+1
Uppercase all these test errors as well. And extend the presubmit to check for these in the future. Also do a slightly smarter grep to only get t.<something>. as (because dump regexp) this also grep over non test files.
2018-01-07Simplify plugin/pkg/fall (#1358)Gravatar John Belamaric 1-2/+0
* Simplify plugin/pkg/fall * Remove unused import * Fix fall_test * Get fall coverage to 100% just because * gofmt. sigh.
2018-01-07Add pkg/fall for Fallthrough (#1355)Gravatar Miek Gieben 1-1/+2
* Add pkg/fall for Fallthrough Move this into it's own package to facilitate tests. Important bug was fixed: make the names fully qualified. Add fall package to hosts, reverse, etcd, and fix kubernetes and any tests. The k8s tests are still as-is, might need a future cleanup.
2017-09-21pkg: add dnstest (#1098)Gravatar Miek Gieben 1-2/+2
Add a full test server impl in this new package + tests. Move dnsrecorder into this package as well and finish up the commented out tests that were left in the old dnsrecorder package. Update all callers and tests.
2017-09-16More Middleware -> Plugin conversions (#1088)Gravatar Miek Gieben 1-1/+1
Forgot about these.
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+59
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat