From 6f6b0a4acd6d7e5ff78962eea783c1c9ed153639 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 5 Oct 2010 16:55:32 +0000 Subject: [PATCH] ib_srpt: Updated test instructions. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2348 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Testing.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/srpt/Testing.txt b/srpt/Testing.txt index bc5d0eedf..b8280510f 100644 --- a/srpt/Testing.txt +++ b/srpt/Testing.txt @@ -31,11 +31,20 @@ The following tests must be run at least before releasing a new SRPT version: --name=partition1 --filename=$dev & done -* Verify that the following I/O stress test runs fine: +* Verify that the following I/O stress test does not report any errors even + when left running for several hours: mkfs.ext2 $dev mount $dev /mnt - while true; do { sleep 30; killall fio; } & { rm -rf /mnt/test* && fio --verify=md5 -rw=randwrite --size=10m --bs=4k --loops=1000000 --iodepth=64 --group_reporting --sync=1 --direct=1 --norandommap --ioengine=psync --directory=/mnt --name=test --thread --numjobs=80; }; done + while \ + rm -rf /mnt/test* && \ + fio --verify=md5 -rw=randwrite --size=10m --bs=4k + --loops=1000000 --iodepth=64 --group_reporting --sync=1 --direct=1 + --norandommap --ioengine=psync --directory=/mnt --name=test --thread + --numjobs=80 --runtime=30 + do + true + done * Another I/O stress test: (initiator) Write data pattern: