From 7cca01ae41c9f0bcf386e64a10664991f25f911a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 18 Jul 2010 17:43:44 +0000 Subject: [PATCH] Added one more test. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1842 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Testing.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srpt/Testing.txt b/srpt/Testing.txt index 9ba9d66ca..6a6e13741 100644 --- a/srpt/Testing.txt +++ b/srpt/Testing.txt @@ -31,6 +31,12 @@ 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: + + 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 + * Another I/O stress test: (initiator) Write data pattern: lmdd if=internal of=/dev/sdb opat=1 bs=1M count=1000