OSDN Git Service

iotests/046: Filter request length
authorMax Reitz <mreitz@redhat.com>
Fri, 18 Sep 2020 15:33:23 +0000 (17:33 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 29 Mar 2021 16:06:14 +0000 (18:06 +0200)
commit6d7bb95180b9313c8deb65671e65174205b1fd83
tree6f206e41a42a788ec601056b7b0c2cee8d462802
parentad0ce642799c15e3e5783bfcad60450c3f5687e1
iotests/046: Filter request length

For its concurrent requests, 046 has always filtered the offset,
probably because concurrent requests may settle in any order.  However,
it did not filter the request length, and so if requests with different
lengths settle in an unexpected order (notably the longer request before
the shorter request), the test fails (for no good reason).

Filter the length, too.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200918153323.108932-1-mreitz@redhat.com>
tests/qemu-iotests/046
tests/qemu-iotests/046.out