Re: [Qemu-devel] [PATCH v4 5/7] iotests: Test driver whitelisting in 093

2019-09-18 Thread John Snow
On 9/17/19 5:20 AM, Max Reitz wrote: null-aio may not be whitelisted. Skip all test cases that require it. (And skip the whole test if null-co is not whitelisted.) Signed-off-by: Max Reitz Sorry for the goose chase on v(n-1). I feel like maybe there's a nicer way to do this, but I can't

Re: [Qemu-devel] [PATCH v4 5/7] iotests: Test driver whitelisting in 093

2019-09-18 Thread Andrey Shinkevich
On 18/09/2019 09:29, Max Reitz wrote: > On 17.09.19 16:25, Andrey Shinkevich wrote: >> >> >> On 17/09/2019 12:20, Max Reitz wrote: >>> null-aio may not be whitelisted. Skip all test cases that require it. >>> >>> (And skip the whole test if null-co is not whitelisted.) >> This solution has been

Re: [Qemu-devel] [PATCH v4 5/7] iotests: Test driver whitelisting in 093

2019-09-17 Thread Max Reitz
On 17.09.19 16:25, Andrey Shinkevich wrote: > > > On 17/09/2019 12:20, Max Reitz wrote: >> null-aio may not be whitelisted. Skip all test cases that require it. >> >> (And skip the whole test if null-co is not whitelisted.) > This solution has been persisting since v1. Nevertheless, I am still n

Re: [Qemu-devel] [PATCH v4 5/7] iotests: Test driver whitelisting in 093

2019-09-17 Thread Andrey Shinkevich
On 17/09/2019 12:20, Max Reitz wrote: > null-aio may not be whitelisted. Skip all test cases that require it. > > (And skip the whole test if null-co is not whitelisted.) This solution has been persisting since v1. Nevertheless, I am still not clear why not to run the test if the null-aio is t

[Qemu-devel] [PATCH v4 5/7] iotests: Test driver whitelisting in 093

2019-09-17 Thread Max Reitz
null-aio may not be whitelisted. Skip all test cases that require it. (And skip the whole test if null-co is not whitelisted.) Signed-off-by: Max Reitz --- tests/qemu-iotests/093 | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/qemu-iotests/093 b/tests/qem