]> 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 06:36:56 +0000 (08:36 +0200)
commit13e97eb3c4da5a566ae9a928e6d50b0d56af46ea
tree9cd28b6e76a8a67f4457051dd5efceaa23eb98f7
parent966ab29e324eac6d47a883e6cfb7bede4941c8ec
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.

(cherry picked from commit 17e5c2a50e693b7f01eddad4f8bdd4828d1050ed)
bin/tests/system/tcp/tests.sh