Up to [Development] / xfs-cmds / xfstests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Fri May 9 04:37:54 2008 UTC (9 years, 5 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +3 -0
lines
Diff to previous 1.15 (unified)
Filter out onlink (because of v2 inodes by default) and gen# (because of random generation). Merge of master-melb:xfs-cmds:31049a by kenmcd. Filter out onlink (because of v2 inodes by default) and gen# (because of random generation).
Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 27 03:22:03 2008 UTC (9 years, 7 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.14: +2 -0
lines
Diff to previous 1.14 (unified)
Update xfstests for new mkfs output
Update test 082 for new filtred output
Update test 081 for new filtred output
Update test 018 for new filtred output
xfstests: filter out logprint inode version (and format)
Merge of master-melb:xfs-cmds:30583a by kenmcd.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 29 16:06:04 2007 UTC (10 years, 3 months ago) by ddiss.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.13: +5 -4
lines
Diff to previous 1.13 (unified)
For XFSQA test 018 081 082 095 the test specifies test wide mkfs options 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.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 29 15:33:01 2006 UTC (11 years, 3 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (unified)
Make test 081 work with external log/rt devices too. Merge of master-melb:xfs-cmds:26376a by kenmcd.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 27 15:34:39 2006 UTC (11 years, 3 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.11: +1 -0
lines
Diff to previous 1.11 (unified)
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.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 9 02:50:19 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.10: +0 -31
lines
Diff to previous 1.10 (unified)
Update copyright annotations and license boilerplates to correspond with SGI Legals preferences. Merge of master-melb:xfs-cmds:24329a by kenmcd.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 13 13:06:25 2004 UTC (13 years, 2 months ago) by tes
Branch: MAIN
Changes since 1.9: +43 -0
lines
Diff to previous 1.9 (unified)
Fix v2 log scripts so that they are not run if v2 log support is not there.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 10 03:55:47 2004 UTC (13 years, 2 months ago) by tes
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (unified)
xfs qa changes to get thinks working on irix allow more tolerance for number of items that can exist at an operation split point (operation split over log records).
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 25 03:09:08 2004 UTC (13 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.7: +4 -0
lines
Diff to previous 1.7 (unified)
fix up xfstests for realtime fs Filter out inode numbers; these change with realtime
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 21 04:53:35 2004 UTC (13 years, 3 months ago) by tes
Branch: MAIN
Changes since 1.6: +20 -9
lines
Diff to previous 1.6 (unified)
Modify log/v2-log qa tests to run on IRIX as well as Linux. Filter out dummy transactions. IRIX seems to be more generous with creating dummy transactions - when iclogs are empty and AIL is empty.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 15 07:32:36 2004 UTC (13 years, 4 months ago) by ptools
Branch: MAIN
Changes since 1.5: +14 -8
lines
Diff to previous 1.5 (unified)
Fixed merge problems
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 13 04:56:03 2004 UTC (13 years, 8 months ago) by ptools
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (unified)
only create a fulldir if need one only create a fulldir if need one
Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 13 04:31:25 2004 UTC (13 years, 8 months ago) by ptools
Branch: MAIN
Changes since 1.3: +55 -78
lines
Diff to previous 1.3 (unified)
Try to simplify log QA with mnt and mkfs options. Add new test 086 for log replay with v2 logs. Need to write more tests with varying metadata ops. simplify mkfs/mnt handling
Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 12 03:30:50 2004 UTC (13 years, 8 months ago) by ptools
Branch: MAIN
Changes since 1.2: +61 -40
lines
Diff to previous 1.2 (unified)
Simplify and hopefully make more repeatable log/logprint QA testing. Fix up the filtering so that it can handle flushing out of data and flushing out of iclogs at different times still allow repeatable comparisons.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 21 00:43:00 2004 UTC (13 years, 8 months ago) by ptools
Branch: MAIN
Changes since 1.1: +13 -3
lines
Diff to previous 1.1 (unified)
Fix up failure of log qa test 018 due to running with Electric Fence and somehow me not checking in my 018.noquota.op change in ages ago and left in my workarea. Fix up MOUNT_OPTIONS filtering and xfs_logprint filtering.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 6 07:46:19 2003 UTC (14 years ago) by ptools
Branch: MAIN
Split up v2 log testing