]> git.ipfire.org Git - thirdparty/bind9.git/commit
Warn when log files grow too big in system tests
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)
commit241e85ef0c2d9ce71aecb13357369b5e92250aa0
tree25f73d11a0bff8a5ae6069c817802df7491c0d1d
parent17e5c2a50e693b7f01eddad4f8bdd4828d1050ed
Warn when log files grow too big in system tests

Exerting excessive I/O load on the host running system tests should be
avoided in order to limit the number of false positives reported by the
system test suite.  In some cases, running named with "-d 99" (which is
the default for system tests) results in a massive amount of logs being
generated, most of which are useless.  Implement a log file size check
to draw developers' attention to overly verbose named instances used in
system tests.  The warning threshold of 200,000 lines was chosen
arbitrarily.
bin/tests/system/run.sh.in