Loading
example/bdevperf: fix rw_percentage for reset flow
(b2cfb6b4)bdevperf: fix non expected reads for verify flow Patch above added check for job type during I/O completion, that catches unexpected read operations. This was done by setting rw_percentage to 0. That patch did not account for reset job type, which shares the flow with verify and only adds resets. Fix this by fallingthrough to verify in job config for reset job. Fixes #3320 Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I4e449d533ea3ab2587653493953f0dea18e1c656 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22519 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jacek Kalwas <jacek.kalwas@intel.com>