]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prevent useless logging in the "tcp" system test
authorMichał Kępień <michal@isc.org>
Wed, 28 Apr 2021 05:56:47 +0000 (07:56 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 28 Apr 2021 05:56:47 +0000 (07:56 +0200)
commit17e5c2a50e693b7f01eddad4f8bdd4828d1050ed
tree244e41a31d96f59b7d993a362ea3e454b60e0a92
parent4a8d404876f88e6f9f030c4b80db77cadfb783a8
Prevent useless logging in the "tcp" system test

The regression test for CVE-2020-8620 causes a lot of useless messages
to be logged.  However, globally decreasing the log level for the
affected named instance would be a step too far as debugging information
may be useful for troubleshooting other checks in the "tcp" system test.
Starting a separate named instance for a single check should be avoided
when possible and thus is also not a good solution.  As a compromise,
run "rndc trace 1" for the affected named instance before starting the
regression test for CVE-2020-8620.
bin/tests/system/tcp/tests.sh