Skip to content

Commit

Permalink
block/031: remove the fio verify.state file
Browse files Browse the repository at this point in the history
Add fio option --verify_state_save to not save the verify.state file

Suggested-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
  • Loading branch information
yizhanglinux committed Oct 8, 2024
1 parent f09f239 commit b16f7e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/block/031
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ test() {
--ioengine=libaio --runtime="${TIMEOUT}" --thread \
--name=block-031 --filename=/dev/nullb1 \
--output="${RESULTS_DIR}/block/fio-output-031.txt" \
>>"$FULL"
--verify_state_save=0 >>"$FULL"
fio_status=$?
rm -f local*verify*state
rmdir /sys/kernel/config/nullb/nullb1
_exit_null_blk
case $fio_status in
Expand Down

0 comments on commit b16f7e4

Please sign in to comment.