Since #14007, the functional tests would run on Appveyor CI. However the tests would fail occassionally due to several reasons. Here is the list:
-
ConnectionAbortedError: [WinError 10053]
might be a race condition Maybe fixed by #14670 For reference:
https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19366470 https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19344806 -
PermissionError: [WinError 32]
: found infeature_notifications
. The test script delete the files before the notification command close the file. Maybe fixed by #14465 For reference: https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19363071 https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19342222 -
OSError: [WinError 10022] An invalid argument was supplied
: Unknown reason. One-off? For reference: https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19365696 -
AssertionError: Block sync timed out
: Unknown reason. Found inwallet_txn_doublespend
For reference: Maybe fixed by #15419 https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19360284 https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19334394 https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/20031316 -
PermissionError: [Errno 13] Permission denied
: Unknown reason. Found inget_auth_cookie
function Maybe fixed by #14788 For reference: https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19324004 https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/19393533
If you find any fail that is not listed here. Please comment below.