Am 13.05.2026 um 13:59 hat Daniel P. Berrangé geschrieben:
> For block formats marked as 'quick', only tests in the 'auto' group are
> added to the meson test suite.
> 
> The result of this is that qcow2 tests not in the 'auto' group cannot be
> run at all, even if passing SPEED=slow or SPEED=thorough.
> 
> To fix this we need todo two passes over the I/O test list. First add
> all tests from 'auto' group into the 'block' suite, so they are run by
> default. Then on the second pass add any tests which were not in 'auto'
> into the 'block-slow' suite, so they get run when SPEED=slow or
> SPEED=thorough.
> 
> Reviewed-by: Thomas Huth <[email protected]>
> Reviewed-by: Pierrick Bouvier <[email protected]>
> Signed-off-by: Daniel P. BerrangĂ© <[email protected]>

Reviewed-by: Kevin Wolf <[email protected]>


Reply via email to