LD_PRELOAD=libasan.so.5 fio in tests fails when vitastor is built with ASan

This commit is contained in:
Vitaliy Filippov
2022-05-05 02:11:34 +03:00
parent e718116f54
commit 834554c523
10 changed files with 18 additions and 17 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
OSD_COUNT=2
PG_SIZE=2
PG_MINSIZE=1
SCHEME=replicated
. `dirname $0`/run_3osds.sh
@@ -13,7 +14,7 @@ sleep 2
# Write
LD_PRELOAD=libasan.so.5 \
LD_PRELOAD="build/src/libfio_vitastor.so" \
fio -thread -name=test -ioengine=build/src/libfio_vitastor.so -bs=4k -direct=1 -iodepth=1 -fsync=1 \
-rw=randwrite -etcd=$ETCD_URL -pool=1 -inode=1 -size=128M -runtime=10 -number_ios=100