coredns/test
Miek Gieben f3134da45e
Clean up tests logging (#1979)
* Clean up tests logging

This cleans up the travis logs so you can see the failures better.

Older tests in tests/ would call log.SetOutput(ioutil.Discard) in
a haphazard way. This add log.Discard and put an `init` function in each
package's dir (no way to do this globally). The cleanup in tests/ is
clear.

All plugins also got this init function to have some uniformity and kill
any (future) logging there in the tests as well.

There is a one-off in pkg/healthcheck because that does log.

Signed-off-by: Miek Gieben <miek@miek.nl>

* bring back original log_test.go

Signed-off-by: Miek Gieben <miek@miek.nl>

* suppress logging here as well

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-07-19 16:23:06 +01:00
..
auto_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
cache_test.go Extend presubmit to covert test and request (#1846) 2018-06-01 15:12:49 +01:00
chaos_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
doc.go Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
ds_file_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
erratic_autopath_test.go tests: CoreDNSServerAndPorts (#972) 2017-08-24 11:35:14 +01:00
etcd_cache_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
etcd_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
example_test.go test: fix zone file (#1112) 2017-09-26 19:41:49 +01:00
external_test.go Extend presubmit to covert test and request (#1846) 2018-06-01 15:12:49 +01:00
file.go Pr 311 2 (#312) 2016-10-02 15:58:01 +01:00
file_cname_proxy_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
file_reload_test.go plugin/{file,auto}: drop fsnotify (#1090) 2017-09-20 17:28:23 +01:00
file_serve_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
file_srv_additional_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
file_test.go Extend presubmit to covert test and request (#1846) 2018-06-01 15:12:49 +01:00
file_upstream_test.go plugin/file: fix local CNAME lookup (#1866) 2018-06-12 14:54:37 +01:00
grpc_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
hosts_file_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
log_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
metrics_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
miek_test.go middleware/file: fix DS handling (#344) 2016-10-19 17:46:03 +01:00
plugin_dnssec_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
plugin_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
proxy_health_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
proxy_http_health_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
proxy_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
readme_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
reload_test.go reload: don't fail test on addr in use (#1804) 2018-05-18 07:26:45 +01:00
reverse_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
rewrite_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
secondary_test.go Extend presubmit to covert test and request (#1846) 2018-06-01 15:12:49 +01:00
server.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
server_reverse_test.go CIDR query routing (#1159) 2017-10-24 10:16:03 +01:00
server_test.go tests: CoreDNSServerAndPorts (#972) 2017-08-24 11:35:14 +01:00
template_upstream_test.go plugin/template: fix CNAME upstream handling (#1886) 2018-06-21 14:38:29 -04:00
wildcard_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00