t/zbd: add test case to confirm no write with rwmixwrite=0 option
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Wed, 20 Dec 2023 00:58:46 +0000 (09:58 +0900)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Dec 2023 02:52:35 +0000 (19:52 -0700)
commitbe943a3ef5d94d8a9fefa11dc004789f66beb8e6
tree4e3af764eec5c30ead0926792fdb7e4aad6f8a2d
parentcbbfe5a9c91895b382aff061bff658c211acd495
t/zbd: add test case to confirm no write with rwmixwrite=0 option

The previous commit fixed the issue of the unexpected write with options
zonemode=zbd, rw=randrw and rwmixwrite=0. Add a test to confirm the fix.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20231220005846.1371456-3-shinichiro.kawasaki@wdc.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/zbd/test-zbd-support