summaryrefslogtreecommitdiff
path: root/140
AgeCommit message (Collapse)Author
2009-05-28xfstests: move GPL boilerplates to fix lsqa.plChristoph Hellwig
It turns out lsqa.pl nees the test number and description first in the file, so move the GPL boilerplates below it. Also remove acouple of cases where we have one full copyright line + gpl boilerplate before the description and another copyright line after the description. Signed-off-by: Christoph Hellwig <hch@lst.de>
2009-05-26Add GPL license plate to SGI's test files.Felix Blyakher
Signed-off-by: Felix Blyakher <felixb@sgi.com> Reviewed-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Felix Blyakher <felixb@sgi.com>
2009-03-25reduce the number of processes forkedDave Chinner
One of the big cpu time consumers when running xfsqa on UML is forking of new processes. when looping lots of times, using 'expr' to calculate the loop counter increment means we fork at least once every loop. using shell builtins means that we don't fork and many tests run substantially faster. Some tests are even runnable with this modification. e.g. 110 went from taking 4500s to run down to 9s with the loop iterators changed to avoid forking. Signed-off-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
2007-09-20Check filesystem after log replay and abort test if errors foundLachlan McIlroy
Merge of master-melb:xfs-cmds:29730a by kenmcd. Check filesystem after log replay and abort test if errors found
2007-09-20Abort tests if a failure is encountered while creating/writing test files.Lachlan McIlroy
Merge of master-melb:xfs-cmds:29728a by kenmcd. Abort tests if a failure is encountered while creating/writing test files.
2007-06-20add null files tests to auto groupDave Chinner
Merge of master-melb:xfs-cmds:28940a by kenmcd. leave bad files around for post mortem on failure.
2006-12-05More tests for the NULL files problemLachlan McIlroy
Merge of master-melb:xfs-cmds:27632a by kenmcd. Fix test number and simplify test case