Re: [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-21 Thread Vladimir Sementsov-Ogievskiy
21.08.2020 03:44, Eric Blake wrote: On 8/20/20 10:49 AM, Vladimir Sementsov-Ogievskiy wrote: # MYPYPATH=../../python/ mypy 300 300:154: error: Item "None" of "Optional[Match[Any]]" has no attribute "group" Found 1 error in 1 file (checked 1 source file) - the only complain. Suggest a fix: diff

Re: [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-21 Thread Max Reitz
On 20.08.20 17:49, Vladimir Sementsov-Ogievskiy wrote: > # MYPYPATH=../../python/ mypy 300 > 300:154: error: Item "None" of "Optional[Match[Any]]" has no attribute > "group" > Found 1 error in 1 file (checked 1 source file) :( > - the only complain. Suggest a fix: > > diff --git a/tests/qemu-iot

Re: [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-20 Thread Eric Blake
On 8/20/20 10:49 AM, Vladimir Sementsov-Ogievskiy wrote: # MYPYPATH=../../python/ mypy 300 300:154: error: Item "None" of "Optional[Match[Any]]" has no attribute "group" Found 1 error in 1 file (checked 1 source file) - the only complain. Suggest a fix: diff --git a/tests/qemu-iotests/300 b/t

Re: [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-20 Thread Vladimir Sementsov-Ogievskiy
# MYPYPATH=../../python/ mypy 300 300:154: error: Item "None" of "Optional[Match[Any]]" has no attribute "group" Found 1 error in 1 file (checked 1 source file) - the only complain. Suggest a fix: diff --git a/tests/qemu-iotests/300 b/tests/qemu-iotests/300 index c6d86b1dbc..0241903743 100755 --

Re: [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-20 Thread Vladimir Sementsov-Ogievskiy
20.08.2020 16:17, Max Reitz wrote: On 20.08.20 03:58, Eric Blake wrote: On 8/18/20 8:32 AM, Max Reitz wrote: Signed-off-by: Max Reitz ---   tests/qemu-iotests/300 | 595 +   tests/qemu-iotests/300.out |   5 + Rather sparse output (I hate debugging tho

Re: [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-20 Thread Max Reitz
On 20.08.20 03:58, Eric Blake wrote: > On 8/18/20 8:32 AM, Max Reitz wrote: >> Signed-off-by: Max Reitz >> --- >>   tests/qemu-iotests/300 | 595 + >>   tests/qemu-iotests/300.out |   5 + > > Rather sparse output (I hate debugging those sorts of outputs when

Re: [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-19 Thread Eric Blake
On 8/18/20 8:32 AM, Max Reitz wrote: Signed-off-by: Max Reitz --- tests/qemu-iotests/300 | 595 + tests/qemu-iotests/300.out | 5 + Rather sparse output (I hate debugging those sorts of outputs when the test is failing). tests/qemu-iotests/grou

[PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

2020-08-18 Thread Max Reitz
Signed-off-by: Max Reitz --- tests/qemu-iotests/300 | 595 + tests/qemu-iotests/300.out | 5 + tests/qemu-iotests/group | 1 + 3 files changed, 601 insertions(+) create mode 100755 tests/qemu-iotests/300 create mode 100644 tests/qemu-iotests/300.out