]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/299: make sure fio really exits
authorEryu Guan <eguan@redhat.com>
Mon, 15 Dec 2014 23:49:57 +0000 (10:49 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 15 Dec 2014 23:49:57 +0000 (10:49 +1100)
commitf5b137bd8b3eb992cc2daf883bfe1e34b743ddb8
tree695419dac16134c58f62716c2411d9d8fda829a5
parent9809bd25b73bba81caa46e94aac5d1ae52e8c5fa
generic/299: make sure fio really exits

Fix two problems in generic/299

1. Remove $seqres.full before test, otherwise the file is growing all
the time.

2. Make sure fio really exits, otherwise fio would block umount. $pid is
the pid of function run_check not fio, sometimes fio is still there when
$pid is dead and blocking umount.

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/generic/299