From 5997b76535a521c6b207963a1cbfd33c48548817 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 21 May 2023 02:27:28 +0300 Subject: [PATCH] Remove -runtime=10 from fio params in test_scrub, it was breaking the test in CI :D --- tests/test_scrub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_scrub.sh b/tests/test_scrub.sh index eb1ac7ea..9da65a0c 100755 --- a/tests/test_scrub.sh +++ b/tests/test_scrub.sh @@ -18,7 +18,7 @@ $ETCDCTL put /vitastor/config/inode/1/1 '{"name":"testimg","size":'$((IMG_SIZE*1 # Write LD_PRELOAD="build/src/libfio_vitastor.so" \ fio -thread -name=test -ioengine=build/src/libfio_vitastor.so -bs=1M -direct=1 -iodepth=4 \ - -mirror_file=./testdata/mirror.bin -end_fsync=1 -rw=write -etcd=$ETCD_URL -image=testimg -runtime=10 + -mirror_file=./testdata/mirror.bin -end_fsync=1 -rw=write -etcd=$ETCD_URL -image=testimg # Intentionally corrupt OSD data and restart it zero_osd_pid=OSD${ZERO_OSD}_PID