]> git.ipfire.org Git - thirdparty/bind9.git/commit
Log assertion failures right after test result
authorNicki Křížek <nicki@isc.org>
Thu, 26 Jun 2025 16:20:06 +0000 (18:20 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 27 Jun 2025 14:31:49 +0000 (16:31 +0200)
commitfcf31417ddee33be028f69a1ea4326ccede46d78
tree03058f282c32b4f7a5e110bc75899463d48a3858
parent9f3f6ec38e2ebb5314b1df72d0b28eb951a61038
Log assertion failures right after test result

The extra messages are typically traceback from assertion failures.
Previously, they'd be printed only after all individual test case
results have been printed. That made it difficult to pair the traceback
to the failing test in some cases, as the node information (aka test
name) might not always be present.

Instead, log any extra messages related to a particular test failure
directly after reporting its result, making the failure details more
readily available and easy to connect with a particular test case.
bin/tests/system/conftest.py