Tim Shimmin [Fri, 1 Dec 2006 14:46:42 +0000 (14:46 +0000)]
Add some more tests for the attr2 test.
Do some EA and extent interaction at different formats due to different
number of extents and EAs.
It showed up the current attr2 bug.
With the proposed patch this doesn't happen.
Merge of master-melb:xfs-cmds:27606a by kenmcd.
Add some more tests for the attr2 test.
Do some EA and extent interaction at different formats due to different
number of extents and EAs.
It showed up the current attr2 bug.
With the proposed patch this doesn't happen.
Tim Shimmin [Tue, 17 Oct 2006 06:10:19 +0000 (06:10 +0000)]
test out attr2 with different number of extents and number
of EAs - with both sizes shrinking and enlarging and changing
formats. Need to fix up the output before setting live.
Merge of master-melb:xfs-cmds:27208a by kenmcd.
test out attr2 with different number of extents and number
of EAs - with both sizes shrinking and enlarging and changing
formats. Need to fix up the output before setting live.
David Disseldorp [Mon, 16 Oct 2006 06:14:00 +0000 (06:14 +0000)]
moved _mount_ops_minus_o_comma_replace to _mount routine, to filter all mount requests for multiple -o's
Merge of master-melb:xfs-cmds:27199a by kenmcd.
David Disseldorp [Fri, 13 Oct 2006 03:54:57 +0000 (03:54 +0000)]
irix is fussy about how it is fed its mount options
- multiple -o's are not allowed
- no spaces between comma delimitered options
added sed script replaces all -o's (except the first) with a comma
Merge of master-melb:xfs-cmds:27184a by kenmcd.
Vlad Apostolov [Mon, 2 Oct 2006 15:47:03 +0000 (15:47 +0000)]
pv 955274 - Limit the offset passed to dm_write_invis() to the file size to avoid
EINVAL error. Fix u_char to char comparison. Print out hex instead of
char for nonprintable characters.
Merge of master-melb:xfs-cmds:27094a by kenmcd.
pv 955274 - Limit the offset passed to dm_write_invis() to the file size to avoid
EINVAL error. Fix u_char to char comparison. Print out hex instead of
char for nonprintable characters.
pv 955274 - Limit the random generated file size attribute to 1 TB (if size is too big the kernel panics)
Merge of master-melb:xfs-cmds:27060a by kenmcd.
pv 955274 - Limit the random generated file size attribute to 1 TB (if size is too big the kernel panics)
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.