mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() To maximise the robustness of the functional tests we want to treat most asset download failures as non-fatal to the test suite. Instead it should just skip the tests which need that particular asset. The only time aim to make it fatal is for 404 errors which are highly likely to reflect genuine problems to be fixed. We catch certain exception classes and handle them as transient errors, but unfortunately it is proving difficult to predict what exception classes urlopen() is capable of raising, with new possibilities being discovered. To provide a fail-safe, treat the generic Exception class as being a transient error too. This may well mask certain genuine bugs, but it is preferrable to prioritize running the test suite to the greatest extent practical. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250918125746.1165658-3-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> |
1 week ago | |
---|---|---|
.. | ||
__init__.py | 4 months ago | |
archive.py | 10 months ago | |
asset.py | 1 week ago | |
cmd.py | 3 weeks ago | |
config.py | 7 months ago | |
decorators.py | 4 months ago | |
linuxkernel.py | 7 months ago | |
ports.py | 1 month ago | |
tesseract.py | 10 months ago | |
testcase.py | 3 weeks ago | |
tuxruntest.py | 5 months ago | |
uncompress.py | 5 months ago | |
utils.py | 10 months ago |