On 8/30/25 00:26, Daniel P. Berrangé wrote:
We treat most HTTP errors as non-fatal when fetching assets, but forgot to handle network level errors. This adds catching of URLError so that we retry on failure, and will ultimately trigger graceful skipping in the pre-cache task.Signed-off-by: Daniel P. Berrangé<[email protected]> --- tests/functional/qemu_test/asset.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
