mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +00:00
Merge branch 'mnowak/disable-pytest-cacheprovider-plugin' into 'main'
Disable pytest cacheprovider plugin in CI See merge request isc-projects/bind9!4961
This commit is contained in:
commit
f11f7d0086
@ -39,6 +39,10 @@ variables:
|
||||
# In multithreaded unit tests, abort on the first failure
|
||||
CMOCKA_TEST_ABORT: 1
|
||||
|
||||
# Disable pytest's "cacheprovider" plugin to prevent it from creating
|
||||
# cross-testrun files as there is no need to use that feature in CI.
|
||||
PYTEST_ADDOPTS: "-p no:cacheprovider"
|
||||
|
||||
# Default platforms to run "stress" tests on
|
||||
BIND_STRESS_TEST_OS: linux
|
||||
BIND_STRESS_TEST_ARCH: amd64
|
||||
|
1
bin/tests/system/.gitignore
vendored
1
bin/tests/system/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.cache
|
||||
__pycache__
|
||||
dig.out*
|
||||
rndc.out*
|
||||
|
@ -15,4 +15,3 @@ rm -f ns*/named.run
|
||||
rm -f ns*/rpz*.txt
|
||||
rm -rf __pycache__
|
||||
rm -f *.status
|
||||
rm -rf .cache
|
||||
|
@ -15,4 +15,3 @@ rm -f */named.conf
|
||||
rm -f */named.run
|
||||
rm -rf __pycache__
|
||||
rm -f *.status
|
||||
rm -rf .cache
|
||||
|
1
bin/tests/system/statschannel/.gitignore
vendored
1
bin/tests/system/statschannel/.gitignore
vendored
@ -1,2 +1 @@
|
||||
/.cache/
|
||||
/__pycache__/
|
||||
|
@ -27,4 +27,4 @@ rm -f traffic traffic.out.* traffic.json.* traffic.xml.*
|
||||
rm -f xml.*mem json.*mem
|
||||
rm -f xml.*stats json.*stats
|
||||
rm -f zones zones.out.* zones.json.* zones.xml.* zones.expect.*
|
||||
rm -rf ./.cache ./__pycache__
|
||||
rm -rf ./__pycache__
|
||||
|
@ -15,5 +15,5 @@ rm -f ./ns*/named.lock
|
||||
rm -f ./ns*/named.memstats
|
||||
rm -f ./ns*/named.run*
|
||||
rm -f ./ns*/named.stats
|
||||
rm -rf ./.cache ./__pycache__
|
||||
rm -rf ./__pycache__
|
||||
rm -f ./ns*/large.db
|
||||
|
Loading…
x
Reference in New Issue
Block a user