mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
The pytest "cacheprovider" plugin produces a .cache/v/cache/lastfailed
file, which holds a Python dictionary structure with failed tests.
However, on Ubuntu 16.04 (Xenial) the file is created even though the
test passed and the file contains just an empty dictionary ("{}").
Given that we are not interested in this feature, disabling the
"cacheprovider" plugin globally and removing per-test removals of the
.cache directory seems like the best course of action.
(cherry picked from commit e1c3034107)
14 lines
163 B
Text
14 lines
163 B
Text
.cache
|
|
__pycache__
|
|
dig.out*
|
|
rndc.out*
|
|
nsupdate.out*
|
|
named.lock
|
|
named.pid
|
|
named.run
|
|
/feature-test
|
|
/test.output.*
|
|
/systests.output
|
|
/random.data
|
|
/resolve
|
|
parallel.mk
|