Re: [PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests

2022-06-28 Thread Vladimir Sementsov-Ogievskiy
I had a long and not fun debugging session through gitlab pipelines with this:) The problem is that pure QEMUMachine doesn't work on arm in gitlab. And we have to specify at least machine. And we don't want qtest, as described in commit message. So, the following fix helps: On 4/7/22 16:27,

Re: [PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests

2022-04-08 Thread Hanna Reitz
On 07.04.22 15:27, Vladimir Sementsov-Ogievskiy wrote: Add tests for new option of copy-before-write filter: on-cbw-error. Note that we use QEMUMachine instead of VM class, because in further commit we'll want to use throttling which doesn't work with -accel qtest used by VM. We also touch pyli

[PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests

2022-04-07 Thread Vladimir Sementsov-Ogievskiy
Add tests for new option of copy-before-write filter: on-cbw-error. Note that we use QEMUMachine instead of VM class, because in further commit we'll want to use throttling which doesn't work with -accel qtest used by VM. We also touch pylintrc to not break iotest 297. Signed-off-by: Vladimir Se