coredns/test
mrasu 643dfd7419 Fix a flaky test by not depending on Google ()
TestLookupAutoPathErratic sometimes fail on TravisCI saying below

```
=== RUN   TestLookupAutoPathErratic
--- FAIL: TestLookupAutoPathErratic (8.30s)
    erratic_autopath_test.go:39: Test 0, failed to sent query: "read udp [::1]:39758->[::1]:56643: i/o timeout"
FAIL
```

The failure happens when Google replies slowly.
This PR changes to not use Google but run CoreDNS locally and proxy to the server.

---

Because the failure depends on Google, sometimes it happens frequently but sometimes it doesn't happen.
I hope following test help you reproduce it.

```
func TestLookupAutoPathErratic2(t *testing.T) {
	for i := 0; i < 200; i++ {
		TestLookupAutoPathErratic(t)
	}
}
```

or I can reproduce it by changing proxy to other DNS like 1.1.1.1 instead of 8.8.8.8 too
2019-02-17 08:33:51 +00:00
..
auto_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
cache_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
chaos_test.go Clean up tests logging () 2018-07-19 16:23:06 +01:00
compression_scrub_test.go some typo fix () 2019-01-29 10:21:19 -05:00
doc.go Doc: add package docs () 2016-09-25 08:39:20 +01:00
ds_file_test.go Remove duplicated TempFile testsuit () 2019-01-28 07:25:14 +00:00
edns0_test.go Fix EDNS0 compliance () 2018-12-06 21:18:11 +00:00
erratic_autopath_test.go Fix a flaky test by not depending on Google () 2019-02-17 08:33:51 +00:00
etcd_cache_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
etcd_credentials_test.go Fix etcd_cache_test to runnable multiple times. () 2019-02-09 14:39:51 +00:00
etcd_test.go support etcd credentials in etcd plugin () 2019-02-01 15:30:53 +00:00
example_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
external_test.go Extend presubmit to covert test and request () 2018-06-01 15:12:49 +01:00
file_cname_proxy_test.go Remove duplicated TempFile testsuit () 2019-01-28 07:25:14 +00:00
file_reload_test.go Fix unsorted imports () 2019-02-17 08:31:32 +00:00
file_serve_test.go Remove duplicated TempFile testsuit () 2019-01-28 07:25:14 +00:00
file_srv_additional_test.go Remove duplicated TempFile testsuit () 2019-01-28 07:25:14 +00:00
file_test.go Remove duplicated TempFile testsuit () 2019-01-28 07:25:14 +00:00
file_upstream_test.go Remove duplicated TempFile testsuit () 2019-01-28 07:25:14 +00:00
fuzz_corefile.go Fuzzing: add more fuzzing targets () 2018-12-17 07:49:15 +00:00
grpc_test.go Clean up tests logging () 2018-07-19 16:23:06 +01:00
hosts_file_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
log_test.go Clean up tests logging () 2018-07-19 16:23:06 +01:00
metrics_test.go some typo fix () 2019-01-29 10:21:19 -05:00
miek_test.go middleware/file: fix DS handling () 2016-10-19 17:46:03 +01:00
plugin_dnssec_test.go Clean up tests logging () 2018-07-19 16:23:06 +01:00
plugin_test.go Clean up tests logging () 2018-07-19 16:23:06 +01:00
proxy_health_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
proxy_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
readme_test.go Typo fixes () 2018-08-14 08:55:55 -07:00
reload_test.go Ensure Re-register of metrics variables after a reload () 2018-09-19 02:11:24 -07:00
reverse_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
rewrite_test.go Clean up tests logging () 2018-07-19 16:23:06 +01:00
secondary_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00
server.go Clean up tests logging () 2018-07-19 16:23:06 +01:00
server_reverse_test.go Fix ineffassign () 2018-07-28 10:32:13 +01:00
server_test.go tests: CoreDNSServerAndPorts () 2017-08-24 11:35:14 +01:00
template_upstream_test.go plugin/template: fix CNAME upstream handling () 2018-06-21 14:38:29 -04:00
wildcard_test.go Default to upstream to self () 2019-01-13 16:54:49 +00:00