summaryrefslogtreecommitdiff
path: root/081
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>
2007-06-29For XFSQA test 018 081 082 095 the test specifies test wide mkfs options ↵David Disseldorp
using MKFS_OPTIONS env var. Further mkfs options are then appended by _mkfs_log at mkfs time with _scratch_mkfs_xfs. Currently there are a few ways mkfs options are specified in XFSQA: 1) suite wide MKFS_OPTIONS are specified before tests are run e.g. vimes:/home/fsgqa/kali/xfsqa/xfstests # export MKFS_OPTIONS="-l size=100m" 2) test wide MKFS_OPTIONS are specified during a particular test e.g. 119 export MKFS_OPTIONS="-l version=2,size=1200b,su=64k" 3) mkfs options are appended by a test at mkfs time e.g. 083 _scratch_mkfs_xfs -dsize=$fsz,agcount=$ags >>$seq.full (4) Another form of appending is just appending to MKFS_OPTIONS directly e.g. 114:export MKFS_OPTIONS="$MKFS_OPTIONS -i parent=1" 115:export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1" e.g. Methods (2) *and* (3) for specifiying mkfs options are used in these tests. This causes problems, because the mkfs options fallback code assumes the _mkfs_log _scratch_mkfs_xfs appended options are the only test specified options. This change causes tests using _mkfs_log to only use option (2). ~ ~ Merge of master-melb:xfs-cmds:29031a by kenmcd.
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott
Legals preferences. Merge of master-melb:xfs-cmds:24327a by kenmcd.
2004-09-01make sure it can mount with quotasTim Shimmin
2004-08-27forgot common.quota ughhTim Shimmin
2004-08-27test needs to check for quota supportTim Shimmin
call _require_quota to ensure it has quota support
2004-08-16Test 081 now depends on v2 logs.Andrew Jones
Test 081 now depends on v2 logs.
2004-06-21Modify log/v2-log qa tests to run on IRIX as well as Linux.Tim Shimmin
Cater for IRIX without unmount record at start of log and for IRIX' hopeless mount option handling.
2004-06-15Fixed merge problemsptools
2004-02-13Try to simplify log QA with mnt and mkfs options.ptools
Add new test 086 for log replay with v2 logs. Need to write more tests with varying metadata ops. simplify
2003-10-06Split up v2 log testingptools