]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't log empty test result messages
authorNicki Křížek <nicki@isc.org>
Tue, 17 Jun 2025 15:21:33 +0000 (17:21 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 27 Jun 2025 16:09:08 +0000 (18:09 +0200)
commit34be25b68d67c146ba4fdadd458aa6cf50177d41
treefa750c5c9efd43a2c1c533c2e36a1bea5f3bb5d2
parent6dc73014f65ea521f202d9080951f968fa26cbb3
Don't log empty test result messages

The messages obtained from test results may contain stuff like detailed
failure/error information, tracebacks etc. In many cases, the message
will be empty, in which case it doesn't need to be logged.

For an example, run test with many test cases, e.g.
verify/test_verify.py, and inspect the tail of the pytest.log.txt before
and after this commit.

(cherry picked from commit 0a6b0cf68c6553f7eeef06fb507c1b28b9c61f38)
bin/tests/system/conftest.py