initialize extra_mount_options as blank string in _check_xfs_filesystem to prevent mount arg duplication every test
Merge of master-melb:xfs-cmds:26931a by kenmcd.
fixed mount arg duplication causing irix mounts to fail
David Disseldorp [Mon, 28 Aug 2006 15:39:03 +0000 (15:39 +0000)]
fixed order of quota reports to always follow:
[ROOT]
[NAME]
rather than depend on the order of /etc/passwd & /etc/groups
Merge of master-melb:xfs-cmds:26878a by kenmcd.
fixed order of quota reports to always follow:
[ROOT]
[NAME]
rather than depend on the order of /etc/passwd & /etc/groups
Vlad Apostolov [Mon, 28 Aug 2006 03:52:59 +0000 (03:52 +0000)]
pv 955274, rv bnaujok - add 1sec delay between file creation and changing its
attribute via dm_set_dmattr(). If the machine is too fast the ctime doesn't
change between create and dm_set_dmattr() and the test fails.
Merge of master-melb:xfs-cmds:26870a by kenmcd.
pv 955274, rv bnaujok - add 1sec delay between file creation and changing its
attribute via dm_set_dmattr(). If the machine is too fast the ctime doesn't
change between create and dm_set_dmattr() and the test fails.
Nathan Scott [Tue, 22 Aug 2006 03:55:50 +0000 (03:55 +0000)]
Fix test 123 (assumed fsgqa shell was sh, now make it so), and 130.out which had incorrect golden output.
Merge of master-melb:xfs-cmds:26835a by kenmcd.
Nathan Scott [Mon, 21 Aug 2006 03:54:04 +0000 (03:54 +0000)]
Make test 050 output deterministic - cater for #days flipping to six (correctly), and extra space being allocated to id zero (also correctly).
Merge of master-melb:xfs-cmds:26820a by kenmcd.
Allan Randall [Fri, 4 Aug 2006 13:47:09 +0000 (13:47 +0000)]
Added checks for variables (QA Machines only) allowing them to be set from the command line without being overwritten
Merge of master-melb:xfs-cmds:26652a by kenmcd.
Added checks for variables (QA Machines only) allowing them to be set from the command line without being overwritten
Tim Shimmin [Tue, 4 Jul 2006 03:50:40 +0000 (03:50 +0000)]
Fix up the irix build with the log format 32/64 packed changes being
put into irix.h and GCCFLAGS separated out.
Merge of master-melb:xfs-cmds:26404a by kenmcd.
fix up compiler flags for irix - don't want gcc ones
Tim Shimmin [Tue, 27 Jun 2006 15:34:39 +0000 (15:34 +0000)]
filter out in the logprint filter, the new flags field that I added
for buf items - it's not useful for checking it generally.
Merge of master-melb:xfs-cmds:26358a by kenmcd.
filter out in the logprint filter, the new flags field that I added
for buf items - it's not useful for checking it generally.
Allan Randall [Mon, 19 Jun 2006 06:10:49 +0000 (06:10 +0000)]
Ordered test and golden output files as test was failing due to sizeof( xfs_alloctype_t ) = 4 being on a different line
Merge of master-melb:xfs-cmds:26276a by kenmcd.
Ordered test and golden output files as test was failing due to sizeof( xfs_alloctype_t ) = 4 being on a different line
Bill Kendall [Thu, 8 Jun 2006 12:50:04 +0000 (12:50 +0000)]
A recent mod changed the number of phases in xfsdump, and consequently the
xfsdump output changed. This mod fixes the expected output for the xfsdump
tests, as well as a few other minor bugs I came across when running the
xfsdump qa tests.
Tim Shimmin [Fri, 26 May 2006 15:38:44 +0000 (15:38 +0000)]
An attempt at looking at the sizes of xfs structures with exclusions
for ones that we know are different.
The aim is to help pick up on extensions to structures and addition
of structures which for instance may vary on 32 bit and 64 bit word size
versions.
Merge of master-melb:xfs-cmds:26056a by kenmcd.
An attempt at looking at the sizes of xfs structures with exclusions
for ones that we know are different.
The aim is to help pick up on extensions to structures and addition
of structures which for instance may vary on 32 bit and 64 bit word size
versions.
Tim Shimmin [Fri, 26 May 2006 04:02:17 +0000 (04:02 +0000)]
Test out pv#953263 by creating AGI unlinked lists for recovery and
looking in logprint for CLEAR_AGI_BUCKET transactions.
Merge of master-melb:xfs-cmds:26042a by kenmcd.
Andrew Jones [Fri, 12 May 2006 06:06:04 +0000 (06:06 +0000)]
Test 105 was broken on IRIX because there is no setfacl cmd in IRIX.
Merge of master-melb:xfs-cmds:25919a by kenmcd.
Test now checks HOSTOS and runs setfacl for linux and chacl for IRIX. Also removed the group ($4) column in the ls -l cmd because IRIX reports the group 'sys' but Linux reports the group as 'root'. This detail was not needed for the test.
Bob Kierski [Thu, 23 Mar 2006 15:45:54 +0000 (15:45 +0000)]
Fix atohan to verify a valid hex string is being used for a handle.
atohan needs to verify that the string being passed in is actually a
valid hex string before it assumes that it's a file handle rather than
a file name.
PV 951244
Tim Shimmin [Tue, 21 Feb 2006 02:50:34 +0000 (02:50 +0000)]
need to filter out scratch device for setfattr tests since they
report errors and mention the mount point.
Merge of master-melb:xfs-cmds:25252a by kenmcd.
need to filter out scratch device for setfattr tests since they
report errors and mention the mount point.
Tim Shimmin [Fri, 9 Dec 2005 05:08:00 +0000 (05:08 +0000)]
Stop using ls for comparison with dump/restore for 065 and instead
use find with src/lstat64. Should convert other tests in the future.
Merge of master-melb:xfs-cmds:24773a by kenmcd.
Stop using ls for comparison with dump/restore for 065 and instead
use find with src/lstat64. Should convert other tests in the future.
Nathan Scott [Fri, 9 Dec 2005 02:52:22 +0000 (02:52 +0000)]
QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passed through to test_dev.
Merge of master-melb:xfs-cmds:24763a by kenmcd.