]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make extra_artifacts check optional
authorNicki Křížek <nicki@isc.org>
Tue, 24 Jun 2025 11:16:33 +0000 (13:16 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 24 Jun 2025 14:58:05 +0000 (14:58 +0000)
commit3ee66bb41329f072f8b5e0cde93713322ecfc880
treed0c54c5a18a07e50338795a8c58d814426331eaf
parenta7db82771e3112129a5ab768afe9458af921b33e
Make extra_artifacts check optional

There is an ongoing debate about the usefulness of the extra artifacts
check. While it might be useful to detect unexpected behaviour in some
tests, it feels extraneous in many cases. This change provides a middle
ground by making the artifact checking optional. This might be
especially useful for writing new tests, since the author gets to decide
whether the check is useful -- and can utilize it, or can skip it for
sake of brevity.

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