Re: [PATCH 19/22] iotests: Use self.image_len in TestRepairQuorum

2019-10-02 Thread Max Reitz
On 26.09.19 16:13, Vladimir Sementsov-Ogievskiy wrote: > 20.09.2019 18:28, Max Reitz wrote: >> 041's TestRepairQuorum has its own image_len, no need to refer to >> TestSingleDrive. (This patch allows uncommenting TestSingleDrive to > > you mean commenting Ah, yes, I mean commenting out. :-) >>

Re: [PATCH 19/22] iotests: Use self.image_len in TestRepairQuorum

2019-09-26 Thread Vladimir Sementsov-Ogievskiy
20.09.2019 18:28, Max Reitz wrote: > 041's TestRepairQuorum has its own image_len, no need to refer to > TestSingleDrive. (This patch allows uncommenting TestSingleDrive to you mean commenting > speed up 041 during test testing.) we definitely want a way to run a subset of test cases. I usuall

[PATCH 19/22] iotests: Use self.image_len in TestRepairQuorum

2019-09-20 Thread Max Reitz
041's TestRepairQuorum has its own image_len, no need to refer to TestSingleDrive. (This patch allows uncommenting TestSingleDrive to speed up 041 during test testing.) Signed-off-by: Max Reitz --- tests/qemu-iotests/041 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/