]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prevent .hypothesis artifacts in system test directories
authorEvan Hunt <each@isc.org>
Thu, 29 May 2025 17:55:25 +0000 (10:55 -0700)
committerEvan Hunt <each@isc.org>
Tue, 3 Jun 2025 07:35:18 +0000 (07:35 +0000)
commitc08e78ef73bf2accd81d4bf9b1d149e66f4d27c6
treeb8a15bb8723d7f09d3c7509950b12019e6c3ad24
parent4d5aa1b90798e63c5dab1eb8ed02f3a67fa92208
Prevent .hypothesis artifacts in system test directories

The "run.sh" script, used by "make test", changes the working
directory to the system test directory before executing pytest.
If the test drops hypothesis artifacts while running, this
can cause spurious test failures due to an apparent mismatch
between the contents of the system test directory and the
temporary pytest directory. This has been addressed by having
"run.sh" call pytest from the parent directory instead.
bin/tests/system/run.sh