Skip to content

Commit fac67b3

Browse files
author
MarcoFalke
committed
ci: Set --nocleanup for Windows functional tests
This avoids intermittent issues in the CI Task when a test passes successfully. For example: PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\test_runner_₿_🏃_20210920_072037\\feature_versionbits_warning_89\\alert.txt'
1 parent 226731a commit fac67b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ task:
148148
- python test\util\rpcauth-test.py
149149
functional_tests_script:
150150
# TODO enable '--extended' and drop '--exclude'.
151-
- python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
151+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
152152

153153
task:
154154
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)