From 5d665e96ca02da02210606c3eed0489f78f06310 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 11 Sep 2018 08:27:41 -0600 Subject: [PATCH] Add regression test for recent offload locking bug Signed-off-by: Jens Axboe --- t/jobs/t0010-b7aae4ba.fio | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 t/jobs/t0010-b7aae4ba.fio diff --git a/t/jobs/t0010-b7aae4ba.fio b/t/jobs/t0010-b7aae4ba.fio new file mode 100644 index 00000000..02237707 --- /dev/null +++ b/t/jobs/t0010-b7aae4ba.fio @@ -0,0 +1,8 @@ +# Expected result: fio runs and completes the job +# Buggy result: fio segfaults +# +[test] +ioengine=null +size=10g +io_submit_mode=offload +iodepth=16 -- 2.25.1