]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Check for FEATURETEST before running pytest alessio/experimental-swar-qpkey-cmp-baseline
authorNicki Křížek <nicki@isc.org>
Thu, 10 Jul 2025 15:13:28 +0000 (17:13 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 10 Jul 2025 15:13:28 +0000 (17:13 +0200)
commitb7c3a1f3b016fbd86fb8d04f0b71ec698e8a6a5e
tree22179d8cbe372a775f9207159198b076952c3053
parent08df53858a36340f2e83048e26cda4749583b8be
parent927dc5bc2b91116010e6a633aae4a7a1ac401efe
chg: test: Check for FEATURETEST before running pytest

When compiling with meson, it may be easy to forget to compile system
test dependencies before running the tests. In that case, the test
results would be quite incosistent and unpredictable, with some tests
ending up with ERROR, some with FAILURE and others PASS, without a clear
indication that something is off before running the entire machinery.

Add a check to fail early on if the FEATURETEST binary isn't available,
indicating that system test dependencies were most likely not compiled.

Merge branch 'nicki/system-test-check-featuretest' into 'main'

See merge request isc-projects/bind9!10715