Tim Shimmin
7584d33f1b
Put the output of fsx into seq.full and output all of seq.full on failure.
...
Just to give more context around the error if we get one.
Merge of master-melb:xfs-cmds:28068a by kenmcd.
Put the output of fsx into seq.full and output all of seq.full on failure.
Just to give more context around the error if we get one.
2007-02-12 05:08:57 +00:00
David Disseldorp
7a66930c57
added flame, modified indentation
...
Merge of master-melb:xfs-cmds:28062a by kenmcd.
added flame, modified indentation
2007-02-12 02:55:02 +00:00
Allan Randall
71a17a861d
Modified golden output to reflect NUM loop filter
...
Merge of master-melb:xfs-cmds:28052a by kenmcd.
Modified golden output to reflect NUM loop filter
2007-02-08 14:48:49 +00:00
David Disseldorp
48b4c4b13a
_check_sids previously grepped the entire output of dm_getall_sessions for sids, which is:
...
ret=dm_getall_sessions return value
rnelem=number of sessions
sids="sid1 sid2 ... sidn "
If the session id of a previously destroyed session matches the current number of sessions (rnelem),
then _check_sids() $PREV_DESTROYED_SID will _not_ flag ERROR: SID(s) not created.
This fix also makes _check_sids() not rely on sids being consecutive. DMF may be running on a FS in background.
Tested on Linux and Irix.
Merge of master-melb:xfs-cmds:28043a by kenmcd.
change _check_sids to go through sids line 1 by 1 checking for matches
2007-02-07 14:37:33 +00:00
David Disseldorp
dfd5bd939e
XFSQA 122 on machines with xfs_lazy_sb.patch have failed due to the addition of __be32 agf_btreeblks to xfs_agf_t.
...
This change causes 122 detect whether the patch is installed by greping for lazy count in mkfs output, the xfs_agf_t size is then filtered based on the patch status.
The original intention was to check /lib/modules/$(uname -r)/source/fs/xfs/xfs_ag.h for btreeblks and filter on this, however the kernel source is not a prereq for XFSQA.
Merge of master-melb:xfs-cmds:28014a by kenmcd.
pipe get_structs.c output through _type_size_filter to filter out known changes to xfs type sizes
2007-02-05 02:52:17 +00:00
David Disseldorp
fef38da4f7
fix null string comparison in notrun case
...
Merge of master-melb:xfs-cmds:28004a by kenmcd.
2007-01-31 14:36:17 +00:00
leenap.longdrop.melbourne.sgi.com
c7abee77d2
-
...
Merge of master-melb:xfs-cmds:27993a by kenmcd.
-
2007-01-25 14:46:44 +00:00
leenap.longdrop.melbourne.sgi.com
2f93e7fa24
-
...
Merge of master-melb:xfs-cmds:27977a by kenmcd.
-
2007-01-22 02:53:19 +00:00
David Disseldorp
ad59af0117
change inferno, sheila and chapter11 configs to follow same test partition conventions
...
Merge of master-melb:xfs-cmds:27957a by kenmcd.
2007-01-17 15:00:07 +00:00
leenap.longdrop.melbourne.sgi.com
825c1c7e39
Changed specs for cxfsaltix2
...
Merge of master-melb:xfs-cmds:27929a by kenmcd.
Changed specs for cxfsaltix2
2007-01-16 02:59:49 +00:00
leenap.longdrop.melbourne.sgi.com
06284fa0ce
Updated the config for cxfsaltix2
...
Merge of master-melb:xfs-cmds:27927a by kenmcd.
Updated config for cxfsaltix2
2007-01-16 02:59:06 +00:00
Allan Randall
133fdfd9c5
Integrate dmapi suite 1 into xfsqa infrastructure
...
Merge of master-melb:xfs-cmds:27924a by kenmcd.
added IRIX to _supported_os
2007-01-16 02:58:21 +00:00
leenap.longdrop.melbourne.sgi.com
95e61ff3b2
Added cxfsaltix2 to the list of known hosts.
...
Merge of master-melb:xfs-cmds:27913a by kenmcd.
Added cxfsaltix2 to the list of known hosts.
2007-01-12 15:54:24 +00:00
leenap.longdrop.melbourne.sgi.com
684e6131b1
-.
...
Merge of master-melb:xfs-cmds:27905a by kenmcd.
-.
2007-01-11 05:11:03 +00:00
leenap.longdrop.melbourne.sgi.com
d6b2f6ff18
-
...
Merge of master-melb:xfs-cmds:27903a by kenmcd.
-.
2007-01-11 02:57:41 +00:00
leenap.longdrop.melbourne.sgi.com
e27fb8e95c
Modified devices for cxfsaltix5
...
Merge of master-melb:xfs-cmds:27902a by kenmcd.
Modified devices for cxfsaltix5
2007-01-11 02:56:56 +00:00
Allan Randall
5dbb6726b4
fixed dmapi mount filter to work on irix
...
Merge of master-melb:xfs-cmds:27901a by kenmcd.
Execute bits changed from --- to xxx
fixed dmapi mount filter to work on irix
2007-01-11 02:56:11 +00:00
leenap.longdrop.melbourne.sgi.com
9bad123a70
Added cxfsaltix5 to list of known hosts
...
Merge of master-melb:xfs-cmds:27892a by kenmcd.
Added cxfsaltix5 to list of known hosts
2007-01-10 02:53:18 +00:00
Allan Randall
e9c53c45a1
_dmapi_scratch_mount changes
...
Merge of master-melb:xfs-cmds:27847a by kenmcd.
changed _dmapi_scratch_mount to determine dmapi support by attempting to mount the filesystem with the dmapi mount option and checking it succeeds
2007-01-04 05:12:36 +00:00
Allan Randall
e0015c93d0
Dmapi build fix
...
Merge of master-melb:xfs-cmds:27826a by kenmcd.
added default make option
2007-01-02 14:38:56 +00:00
David Disseldorp
5902bd4c76
fix not_run condition
...
Merge of master-melb:xfs-cmds:27812a by kenmcd.
fix not_run condition
2006-12-22 05:07:41 +00:00
David Disseldorp
fdeaa5213d
clone of test 031 using xfs_prepair instead of xfs_repair
...
Merge of master-melb:xfs-cmds:27794a by kenmcd.
clone of test 031 using xfs_prepair instead of xfs_repair
2006-12-21 02:54:59 +00:00
David Disseldorp
f08eebda41
use _filter_repair when running xfs_repair. This stops timestamp mismatches from causing test failures.
...
Merge of master-melb:xfs-cmds:27793a by kenmcd.
pipe repair output through _filter_repair
2006-12-21 02:54:16 +00:00
David Disseldorp
cd3d8b0532
golden output is the same for irix and linux, merge both
...
Merge of master-melb:xfs-cmds:27791a by kenmcd.
don't link .out file
2006-12-21 02:53:33 +00:00
David Disseldorp
07fbf178c1
XFS: totally zeroed log warning should not be output in irix, a zeroed log is a normal condition
...
Merge of master-melb:xfs-cmds:27786a by kenmcd.
remove XFS: totally zeroed log from golden output
2006-12-20 14:34:03 +00:00