Re: [libvirt] [PATCH v3 10/10] iotests: add busy/recording bit test to 124

2019-02-25 Thread John Snow
On 2/23/19 5:06 PM, Eric Blake wrote: > On 2/22/19 6:06 PM, John Snow wrote: >> This adds a simple test that ensures the busy bit works for push backups, >> as well as doubling as bonus test for incremental backups that get >> interrupted >> by EIO errors. > > This makes 124 longer to run,

Re: [libvirt] [PATCH v3 10/10] iotests: add busy/recording bit test to 124

2019-02-23 Thread Eric Blake
On 2/22/19 6:06 PM, John Snow wrote: > This adds a simple test that ensures the busy bit works for push backups, > as well as doubling as bonus test for incremental backups that get interrupted > by EIO errors. This makes 124 longer to run, but it is not in the 'quick' group, so that's okay. The

[libvirt] [PATCH v3 10/10] iotests: add busy/recording bit test to 124

2019-02-22 Thread John Snow
This adds a simple test that ensures the busy bit works for push backups, as well as doubling as bonus test for incremental backups that get interrupted by EIO errors. Recording bit tests are already handled sufficiently by 236. Signed-off-by: John Snow --- tests/qemu-iotests/124 | 110