From c5b6c51ace45dd338d9883b361f3e567d20dd6e1 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 24 Jul 2014 14:50:36 +0200 Subject: [PATCH] Add test case for previous verify crash Signed-off-by: Jens Axboe --- t/jobs/t0009-f8b0bd10.fio | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 t/jobs/t0009-f8b0bd10.fio diff --git a/t/jobs/t0009-f8b0bd10.fio b/t/jobs/t0009-f8b0bd10.fio new file mode 100644 index 00000000..90e07ad8 --- /dev/null +++ b/t/jobs/t0009-f8b0bd10.fio @@ -0,0 +1,40 @@ +# Expected result: fio verifies and runs for 1m +# Buggy result: fio crashes with: +# __get_io_u: Assertion `io_u->flags & IO_U_F_FREE' failed + +[global] +direct=1 +ioengine=null +size=20g +norandommap +randrepeat=0 +bs=4096 +iodepth=170 +#iodepth=96 +#numjobs=1 +numjobs=1 +#numjobs=24 +# number_ios=1 +# runtime=216000 +runtime=3600 +time_based=1 +group_reporting=1 +thread +gtod_reduce=1 +iodepth_batch=4 +iodepth_batch_complete=4 +cpus_allowed=0-5 +cpus_allowed_policy=split +rw=randwrite +verify=crc32c-intel +verify_backlog=1m +do_verify=1 +verify_async=6 +verify_async_cpus=0-5 +runtime=1m + +[4_KiB_RR_drive_r] + +[4_KiB_RR_drive_s] + + -- 2.25.1