Re: [PATCH v3 09/24] tests/functional: enable pre-emptive caching of assets

2024-08-01 Thread Philippe Mathieu-Daudé
On 30/7/24 19:03, Daniel P. Berrangé wrote: Many tests need to access assets stored on remote sites. We don't want to download these during test execution when run by meson, since this risks hitting test timeouts when data transfers are slow. Add support for pre-emptive caching of assets by sett

Re: [PATCH v3 09/24] tests/functional: enable pre-emptive caching of assets

2024-07-30 Thread Richard Henderson
On 7/31/24 03:03, Daniel P. Berrangé wrote: Many tests need to access assets stored on remote sites. We don't want to download these during test execution when run by meson, since this risks hitting test timeouts when data transfers are slow. Add support for pre-emptive caching of assets by sett