coredns/test
Miek Gieben 898b1ef316 server: actually scrub response (#2225)
* server: actually scrub response

Did all the worked, hooked it up wrongly :(

This also needs test, but those are hard(er) because we only receive
packets after they have been decoded; i.e. we never see the wirefmt.

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

* Add tests

Add a test for checking is compression pointers are set in the packet.
This also adds an undocumented 'large' feature to the erratic plugin to
send large responses that should be compressed.

Commenting the Scrub out in server results in:

=== RUN   TestCompressScrub
--- FAIL: TestCompressScrub (0.00s)
    compression_scrub_test.go:41: Expected returned packet to be < 512, got 839
FAIL
exit status 1
FAIL    github.com/coredns/coredns/test 0.036s

Actually checking the size might be easier, but lets be thorough here
and check the pointers them selves.

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

* Fix tests

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

* plugin erratic: fix e.large

always put an rr in the reply, fix e.large in erractic and add test to
check for it.

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-10-23 09:55:40 -07:00
..
auto_test.go Use filepath when manipulating file paths (#2221) 2018-10-21 13:59:37 +00:00
cache_test.go make default min ttl 5 (#2227) 2018-10-22 16:59:12 -04:00
chaos_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
compression_scrub_test.go server: actually scrub response (#2225) 2018-10-23 09:55:40 -07: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 plugin/cache: Set min TTL default to zero (#2199) 2018-10-16 06:24:40 -07: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 Configurable zone reload interval in file plugin (#2110) 2018-09-29 16:50:49 +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 Use filepath when manipulating file paths (#2221) 2018-10-21 13:59:37 +00: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 Typo fixes (#2031) 2018-08-14 08:55:55 -07: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 Typo fixes (#2031) 2018-08-14 08:55:55 -07:00
reload_test.go Ensure Re-register of metrics variables after a reload (#2080) 2018-09-19 02:11:24 -07: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 Fix ineffassign (#1959) 2018-07-28 10:32:13 +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