xfstests-dev.git
18 years agoKeep packaging scripts in sync across all of the packages were maintaining here
Nathan Scott [Mon, 7 Nov 2005 02:48:13 +0000 (02:48 +0000)]
Keep packaging scripts in sync across all of the packages were maintaining here
Merge of master-melb:xfs-cmds:24301a by kenmcd.

18 years agoAdded qa machine porky to common.confing.
Andrew Jones [Fri, 28 Oct 2005 03:56:33 +0000 (03:56 +0000)]
Added qa machine porky to common.confing.
Merge of master-melb:xfs-cmds:24240a by kenmcd.

  Added qa machine porky to common.confing.

18 years agoAdd comments, diganostics, pass back some errors from funcs.
Tim Shimmin [Tue, 25 Oct 2005 06:37:03 +0000 (06:37 +0000)]
Add comments, diganostics, pass back some errors from funcs.
Merge of master-melb:xfs-cmds:24197a by kenmcd.

  When tracking down an error msg from fsstress, I had no idea what
  was going on. So I have added a bunch of comments to the code
  and added some more diagnostics (in verbose mode). Have also passed
  back some failures which weren't directly before.
  Hopefully this will not change the ops which are called for
  a given rand-seed run.

18 years agoAdded machine cocky to common.config
Andrew Jones [Tue, 25 Oct 2005 06:36:22 +0000 (06:36 +0000)]
Added machine cocky to common.config
Merge of master-melb:xfs-cmds:24175a by kenmcd.

  Added machine cocky to common.config.

18 years agocheck we support quotas
Tim Shimmin [Tue, 20 Sep 2005 15:32:55 +0000 (15:32 +0000)]
check we support quotas
Merge of master-melb:xfs-cmds:23856a by kenmcd.

  check we support quotas

18 years agoparanoid testing that mkfs of scratch works without ipaths option
Tim Shimmin [Thu, 15 Sep 2005 15:05:47 +0000 (15:05 +0000)]
paranoid testing that mkfs of scratch works without ipaths option
Merge of master-melb:xfs-cmds:23822a by kenmcd.

  paranoid testing that mkfs of scratch works without ipaths option

18 years agoTest out pv#942130 where the unmount rec is not ungranting log space.
Tim Shimmin [Wed, 7 Sep 2005 15:17:49 +0000 (15:17 +0000)]
Test out pv#942130 where the unmount rec is not ungranting log space.
Merge of master-melb:xfs-cmds:23759a by kenmcd.

  Test out pv#942130. Do a heap of freeze/thaws on a small log fs.

18 years agoDont write to /dev/console explicitly, its bad form.
Nathan Scott [Mon, 5 Sep 2005 06:02:20 +0000 (06:02 +0000)]
Dont write to /dev/console explicitly, its bad form.
Merge of master-melb:xfs-cmds:23723a by kenmcd.

18 years agofix up start and stop state
Tim Shimmin [Wed, 24 Aug 2005 15:19:05 +0000 (15:19 +0000)]
fix up start and stop state
Merge of master-melb:xfs-cmds:23621a by kenmcd.

  fix up start and stop state

18 years agostat is different on Linux vs. IRIX. Will use ls instead and filter.
Tim Shimmin [Tue, 23 Aug 2005 15:12:53 +0000 (15:12 +0000)]
stat is different on Linux vs. IRIX. Will use ls instead and filter.
Merge of master-melb:xfs-cmds:23593a by kenmcd.

  stat is different on Linux vs. IRIX. Will use ls instead and filter.

18 years agoA QA test to reproduce the xfs_trans_brelse() in quota bug.
Tim Shimmin [Tue, 23 Aug 2005 06:08:46 +0000 (06:08 +0000)]
A QA test to reproduce the xfs_trans_brelse() in quota bug.
Merge of master-melb:xfs-cmds:23589a by kenmcd.

  A QA test to reproduce the xfs_trans_brelse() in quota bug.

18 years agofilter out extra quota restore msg on irix
Tim Shimmin [Mon, 22 Aug 2005 06:01:48 +0000 (06:01 +0000)]
filter out extra quota restore msg on irix
Merge of master-melb:xfs-cmds:23581a by kenmcd.

  filter out extra quota restore msg on irix

18 years agoAdded PV number to test description.
Andrew Jones [Fri, 19 Aug 2005 03:54:48 +0000 (03:54 +0000)]
Added PV number to test description.
Merge of master-melb:xfs-cmds:23561a by kenmcd.

  Added PV number to test description.

18 years agoConverted IRIX ln -s failure output to be the same as Linux's.
Andrew Jones [Thu, 18 Aug 2005 03:49:54 +0000 (03:49 +0000)]
Converted IRIX ln -s failure output to be the same as Linux's.
Merge of master-melb:xfs-cmds:23524a by kenmcd.

  Converted IRIX ln -s failure output to be the same as Linux's.

18 years agoTest for attempting to filesystem corruption with serial fsstresses and a known seed.
Andrew Jones [Fri, 5 Aug 2005 15:06:10 +0000 (15:06 +0000)]
Test for attempting to filesystem corruption with serial fsstresses and a known seed.
Merge of master-melb:xfs-cmds:23409a by kenmcd.

  Test for attempting to filesystem corruption with serial fsstresses and a known seed.

18 years agoTest out the resetting of sb_qflags for pv#940491.
Tim Shimmin [Thu, 4 Aug 2005 06:03:32 +0000 (06:03 +0000)]
Test out the resetting of sb_qflags for pv#940491.
Merge of master-melb:xfs-cmds:23384a by kenmcd.

  Test out the resetting of sb_qflags for pv#940491.

18 years agouseful simple program for creating holes when want
Tim Shimmin [Fri, 15 Jul 2005 03:49:38 +0000 (03:49 +0000)]
useful simple program for creating holes when want
to create lots of extents
Merge of master-melb:xfs-cmds:23185a by kenmcd.

  Add makeextents

18 years agoTake 071 (writing/reading from large offsets), and 114,115 (parentptr)
Tim Shimmin [Thu, 14 Jul 2005 03:46:23 +0000 (03:46 +0000)]
Take 071 (writing/reading from large offsets), and 114,115 (parentptr)
out of auto group.
Merge of master-melb:xfs-cmds:23175a by kenmcd.

  Take 071 (writing/reading from large offsets), and 114,115 (parentptr)
  out of auto group.

18 years agofgrep on IRIX doesnt have a -q flag - so switch to plain grep.
Nathan Scott [Thu, 14 Jul 2005 03:45:42 +0000 (03:45 +0000)]
fgrep on IRIX doesnt have a -q flag - so switch to plain grep.
Merge of master-melb:xfs-cmds:23174a by kenmcd.

18 years agoUpdated common.config to icy new scratch disk partition layout.
Andrew Jones [Wed, 13 Jul 2005 15:17:49 +0000 (15:17 +0000)]
Updated common.config to icy new scratch disk partition layout.
Merge of master-melb:xfs-cmds:23171a by kenmcd.

  Updated common.config to icy new scratch disk partition layout.

18 years agoFix test 094 wrt its xfs_io usage.
Nathan Scott [Tue, 12 Jul 2005 03:45:00 +0000 (03:45 +0000)]
Fix test 094 wrt its xfs_io usage.
Merge of master-melb:xfs-cmds:23143a by kenmcd.

18 years agoAdd a generic inode flag tester, fix filter in test 103.
Nathan Scott [Mon, 11 Jul 2005 14:57:36 +0000 (14:57 +0000)]
Add a generic inode flag tester, fix filter in test 103.
Merge of master-melb:xfs-cmds:23132a by kenmcd.

18 years agoFix up test 096 to work for both internal and external logs.
Nathan Scott [Mon, 11 Jul 2005 14:56:55 +0000 (14:56 +0000)]
Fix up test 096 to work for both internal and external logs.
Merge of master-melb:xfs-cmds:23131a by kenmcd.

18 years agoUpdated common.config to reflect inferno's scratch disk partition layout.
Andrew Jones [Mon, 11 Jul 2005 03:44:07 +0000 (03:44 +0000)]
Updated common.config to reflect inferno's scratch disk partition layout.
Merge of master-melb:xfs-cmds:23125a by kenmcd.

  Added TEST_LOGDEV, SCRATCH_LOGDEV and #SCRATCH_RTDEV for machine inferno.

18 years agoquota and vfat fixes.
Andrew Jones [Fri, 8 Jul 2005 15:05:17 +0000 (15:05 +0000)]
quota and vfat fixes.
Merge of master-melb:xfs-cmds:23117a by kenmcd.

  Added fixed block size for vfat filesystems. Required because mkfs.vfat fails after the super-block is wiped.

18 years agoUpdated common.config for sheila's new partition layout.
Andrew Jones [Thu, 7 Jul 2005 15:05:09 +0000 (15:05 +0000)]
Updated common.config for sheila's new partition layout.
Merge of master-melb:xfs-cmds:23102a by kenmcd.

  Updated common.config for sheila's new partition layout.

18 years agoFix fsstress builds when setting the project identifier (fsx interface now).
Nathan Scott [Tue, 5 Jul 2005 03:44:14 +0000 (03:44 +0000)]
Fix fsstress builds when setting the project identifier (fsx interface now).
Merge of master-melb:xfs-cmds:23061a by kenmcd.

18 years agoGet libhandle working on IRIX for qa. Put back fd_to_handle.
Tim Shimmin [Mon, 4 Jul 2005 06:00:09 +0000 (06:00 +0000)]
Get libhandle working on IRIX for qa. Put back fd_to_handle.
Merge of master-melb:xfs-cmds:23053a by kenmcd.

18 years agoAdd a couple of test boxes for convenience.
Tim Shimmin [Mon, 27 Jun 2005 14:57:49 +0000 (14:57 +0000)]
Add a couple of test boxes for convenience.
Cleanup some endline whitespace.
Merge of master-melb:xfs-cmds:22996a by kenmcd.

  Add a couple of test boxes for convenience.
  Cleanup some endline whitespace.

18 years agoDo some more checks.
Tim Shimmin [Mon, 27 Jun 2005 14:57:07 +0000 (14:57 +0000)]
Do some more checks.
Merge of master-melb:xfs-cmds:22995a by kenmcd.

  Do some more checks.

18 years agofix endianess cleanups fallout in xfstests
Christoph Hellwig [Fri, 10 Jun 2005 16:14:17 +0000 (16:14 +0000)]
fix endianess cleanups fallout in xfstests

18 years agoTweak quota QA test 107, sort output for deterministic result.
Nathan Scott [Tue, 7 Jun 2005 06:09:16 +0000 (06:09 +0000)]
Tweak quota QA test 107, sort output for deterministic result.
Merge of master-melb:xfs-cmds:22844a by kenmcd.

18 years agofilter out log device
Tim Shimmin [Fri, 3 Jun 2005 15:11:17 +0000 (15:11 +0000)]
filter out log device
Merge of master-melb:xfs-cmds:22816a by kenmcd.

  filter out log device

18 years agoAdd project quota to user/group quota types already checked in test 030.
Nathan Scott [Fri, 3 Jun 2005 15:10:36 +0000 (15:10 +0000)]
Add project quota to user/group quota types already checked in test 030.
Merge of master-melb:xfs-cmds:22809a by kenmcd.

18 years agofix filter name - got to carried away with search and replace
Tim Shimmin [Fri, 3 Jun 2005 06:07:55 +0000 (06:07 +0000)]
fix filter name - got to carried away with search and replace
for XFS_IO_PROG.
Merge of master-melb:xfs-cmds:22793a by kenmcd.

  fix filter name - got to carried away with search and replace
  for XFS_IO_PROG.

18 years agoget rid of tee - works or irix but not on linux
Tim Shimmin [Fri, 3 Jun 2005 03:49:22 +0000 (03:49 +0000)]
get rid of tee - works or irix but not on linux
Merge of master-melb:xfs-cmds:22790a by kenmcd.

  get rid of tee - works or irix but not on linux when we
  don't get output from touch.
  Not really needed anyway.

18 years agoFix .full file overwrite in test 106, enable project quota QA in 108.
Nathan Scott [Fri, 3 Jun 2005 03:48:40 +0000 (03:48 +0000)]
Fix .full file overwrite in test 106, enable project quota QA in 108.
Merge of master-melb:xfs-cmds:22787a by kenmcd.

18 years agocheck for ipath consistency on TEST_DIR between tests.
Tim Shimmin [Thu, 2 Jun 2005 15:10:00 +0000 (15:10 +0000)]
check for ipath consistency on TEST_DIR between tests.
Merge of master-melb:xfs-cmds:22780a by kenmcd.

  check for ipath consistency on TEST_DIR between tests.

18 years agoxfs_io -> XFS_IO_PROG as used by dgc
Tim Shimmin [Thu, 2 Jun 2005 15:09:19 +0000 (15:09 +0000)]
xfs_io -> XFS_IO_PROG as used by dgc
Merge of master-melb:xfs-cmds:22779a by kenmcd.

18 years agoDave (dgc) changed xfs_chver for his lazy-superblock counter stuff
Tim Shimmin [Thu, 2 Jun 2005 06:05:00 +0000 (06:05 +0000)]
Dave (dgc) changed xfs_chver for his lazy-superblock counter stuff
so that it now modifies the feature2 field in the superblock.
There is now an extra msg about feature2 in the output.
Merge of master-melb:xfs-cmds:22778a by kenmcd.

  Dave (dgc) changed xfs_chver for his lazy-superblock counter stuff
  so that it now modifies the feature2 field in the superblock.
  There is now an extra msg about feature2 in the output.

18 years agofilter out IRIX difference for repair where it complains about
Tim Shimmin [Thu, 2 Jun 2005 06:04:19 +0000 (06:04 +0000)]
filter out IRIX difference for repair where it complains about
bogus userids/groupids since they were set to -1.
This does not have such a limit on linux.
Merge of master-melb:xfs-cmds:22777a by kenmcd.

  filter out IRIX difference for repair where it complains about
  bogus userids/groupids since they were set to -1.
  This does not have such a limit on linux.

18 years agofilter out cleanup rm for IRIX
Tim Shimmin [Thu, 2 Jun 2005 06:03:36 +0000 (06:03 +0000)]
filter out cleanup rm for IRIX
Merge of master-melb:xfs-cmds:22776a by kenmcd.

  filter out cleanup rm for IRIX

18 years agoAdd three additional quota tests - 106/107/108.
Nathan Scott [Thu, 2 Jun 2005 06:02:53 +0000 (06:02 +0000)]
Add three additional quota tests - 106/107/108.
Merge of master-melb:xfs-cmds:22775a by kenmcd.

18 years agofix up irix differences
Tim Shimmin [Thu, 2 Jun 2005 03:48:53 +0000 (03:48 +0000)]
fix up irix differences
Merge of master-melb:xfs-cmds:22772a by kenmcd.

  fix up for different irix error msg for too many symlinks

18 years agoMake get_events easier to use in a script
Dean Roehrich [Fri, 27 May 2005 17:23:04 +0000 (17:23 +0000)]
Make get_events easier to use in a script
Change some output to be valid as shell variable assignments.

18 years agofix write_invis, workaround irix compiler bug
Dean Roehrich [Fri, 27 May 2005 17:20:01 +0000 (17:20 +0000)]
fix write_invis, workaround irix compiler bug
Do not lseek--no reason for it.
Workaround irix compiler bug, I think, by using a temp variable
for the read() length...the irix compiler kept inserting a value of
zero for the length.

18 years agoqa tests for parentptr stuff
Tim Shimmin [Tue, 24 May 2005 04:00:32 +0000 (04:00 +0000)]
qa tests for parentptr stuff
on irix
Merge of master-melb:xfs-cmds:22663a by kenmcd.

  test if after various vnodeops, dirstress and fsstress that the
  filesystem is still consistent in regards to parentptr EAs

18 years agoAdded machines rooster and rosella to common.config.
Andrew Jones [Fri, 6 May 2005 15:29:43 +0000 (15:29 +0000)]
Added machines rooster and rosella to common.config.
Merge of master-melb:xfs-cmds:22461a by kenmcd.

19 years agoEnable aio-stress, it passes as long as direct IO writes work/disabled (currently...
Nathan Scott [Fri, 22 Apr 2005 15:03:00 +0000 (15:03 +0000)]
Enable aio-stress, it passes as long as direct IO writes work/disabled (currently the latter).
Merge of master-melb:xfs-cmds:22349a by kenmcd.

19 years agoxfsqa changes for gcc4 (for real this time)
Christoph Hellwig [Mon, 18 Apr 2005 18:35:33 +0000 (18:35 +0000)]
xfsqa changes for gcc4 (for real this time)
inode number passed to bulkstat should be unsigned

19 years agoxfsqa changes for gcc4
Christoph Hellwig [Mon, 18 Apr 2005 11:58:42 +0000 (11:58 +0000)]
xfsqa changes for gcc4
inode number passed to bulkstat should be unsigned

19 years agoDrop 113 from auto group until AIO issue resolved, add missed quota test update.
Nathan Scott [Fri, 8 Apr 2005 03:51:40 +0000 (03:51 +0000)]
Drop 113 from auto group until AIO issue resolved, add missed quota test update.
Merge of master-melb:xfs-cmds:22100a by kenmcd.

19 years agoAbstract out some common quota shell code, add project operation to fsstress.
Nathan Scott [Fri, 8 Apr 2005 03:50:59 +0000 (03:50 +0000)]
Abstract out some common quota shell code, add project operation to fsstress.
Merge of master-melb:xfs-cmds:22099a by kenmcd.

19 years agoAdd some baseline regular-file-IO benchmarks.
Nathan Scott [Thu, 24 Mar 2005 14:15:57 +0000 (14:15 +0000)]
Add some baseline regular-file-IO benchmarks.
Merge of master-melb:xfs-cmds:21952a by kenmcd.

19 years agoSwitch over pagesize feature.c option, add a check for project quota.
Nathan Scott [Thu, 24 Mar 2005 05:05:35 +0000 (05:05 +0000)]
Switch over pagesize feature.c option, add a check for project quota.
Merge of master-melb:xfs-cmds:21941a by kenmcd.

19 years agoFix up test, skip v1 dirs component.
Nathan Scott [Thu, 24 Mar 2005 05:04:53 +0000 (05:04 +0000)]
Fix up test, skip v1 dirs component.
Merge of master-melb:xfs-cmds:21939a by kenmcd.

19 years agoFix up some autoconf macros to get freebsd builds working again.
Nathan Scott [Tue, 8 Mar 2005 02:53:05 +0000 (02:53 +0000)]
Fix up some autoconf macros to get freebsd builds working again.
Merge of master-melb:xfs-cmds:21750a by kenmcd.

19 years agoGet compiling with gcc4 - static/extern mismatch removed.
Nathan Scott [Tue, 8 Mar 2005 02:52:23 +0000 (02:52 +0000)]
Get compiling with gcc4 - static/extern mismatch removed.
Merge of master-melb:xfs-cmds:21749a by kenmcd.

19 years agoacl and exec perms test
Tim Shimmin [Wed, 2 Mar 2005 04:59:50 +0000 (04:59 +0000)]
acl and exec perms test
Merge of master-melb:xfs-cmds:21690a by kenmcd.

  acl and exec perms test

19 years agoAdd a test to run fsx with the AIO flag switched on, in combination with various...
Nathan Scott [Thu, 17 Feb 2005 02:52:28 +0000 (02:52 +0000)]
Add a test to run fsx with the AIO flag switched on, in combination with various other flags.
Merge of master-melb:xfs-cmds:21536a by kenmcd.

19 years agoAdded 068 to auto group
Andrew Jones [Wed, 16 Feb 2005 14:02:08 +0000 (14:02 +0000)]
Added 068 to auto group
Merge of master-melb:xfs-cmds:21529a by kenmcd.

  Added 068 to auto group

19 years agoEnsure we do not oversubscribe freespace for AIO stress test (take 2).
Nathan Scott [Mon, 14 Feb 2005 13:54:04 +0000 (13:54 +0000)]
Ensure we do not oversubscribe freespace for AIO stress test (take 2).
Merge of master-melb:xfs-cmds:21493a by kenmcd.

19 years agoEnsure we do not oversubscribe freespace for AIO stress test.
Nathan Scott [Mon, 14 Feb 2005 13:53:25 +0000 (13:53 +0000)]
Ensure we do not oversubscribe freespace for AIO stress test.
Merge of master-melb:xfs-cmds:21491a by kenmcd.

19 years agoUpdates to aio-stress test to make multi-threaded tests really that way.
Nathan Scott [Mon, 14 Feb 2005 13:52:46 +0000 (13:52 +0000)]
Updates to aio-stress test to make multi-threaded tests really that way.
Merge of master-melb:xfs-cmds:21490a by kenmcd.

19 years agoAdd AIO test 113 into the mix, enable AIO testing capability in local fsx.
Nathan Scott [Mon, 14 Feb 2005 13:52:05 +0000 (13:52 +0000)]
Add AIO test 113 into the mix, enable AIO testing capability in local fsx.
Merge of master-melb:xfs-cmds:21487a by kenmcd.

19 years agoRewrote test 068, test to to reproduce xfs_freeze hang under filsystem load.
Andrew Jones [Wed, 9 Feb 2005 02:49:23 +0000 (02:49 +0000)]
Rewrote test 068, test to to reproduce xfs_freeze hang under filsystem load.
Merge of master-melb:xfs-cmds:21434a by kenmcd.

  Rewrote test 068. Test case to reproduce xfs_freeze hang under filsystem load.

19 years agoAdd a repeated-growfs-while-fsstressing test to catch deadlocks.
Nathan Scott [Wed, 12 Jan 2005 13:53:32 +0000 (13:53 +0000)]
Add a repeated-growfs-while-fsstressing test to catch deadlocks.
Merge of master-melb:xfs-cmds:21095a by kenmcd.

19 years agoSwitch to dbench3 for benchmark runs, with xattr support enabled.
Nathan Scott [Wed, 12 Jan 2005 13:52:53 +0000 (13:52 +0000)]
Switch to dbench3 for benchmark runs, with xattr support enabled.
Merge of master-melb:xfs-cmds:21094a by kenmcd.

19 years agoUse test dir for XFS runs, not localhost /tmp dir.
Nathan Scott [Wed, 12 Jan 2005 13:52:15 +0000 (13:52 +0000)]
Use test dir for XFS runs, not localhost /tmp dir.
Merge of master-melb:xfs-cmds:21093a by kenmcd.

19 years agoremove dump_allocinfo dmapi test
Dean Roehrich [Tue, 28 Dec 2004 21:13:44 +0000 (21:13 +0000)]
remove dump_allocinfo dmapi test
remove dump_allocinfo--really.

19 years agoRemove duplicate dmapi test prog
Dean Roehrich [Tue, 28 Dec 2004 21:04:44 +0000 (21:04 +0000)]
Remove duplicate dmapi test prog
update for dump_allocinfo removal

19 years agofix up the debug date output as would be seen in the full file
Tim Shimmin [Tue, 14 Dec 2004 13:46:19 +0000 (13:46 +0000)]
fix up the debug date output as would be seen in the full file
ensure each file modification will have at least 2 sec gap
Merge of xfs-cmds-melb:slinx:20713a by kenmcd.

  fix up the debug date output as would be seen in the full file
  ensure each file modification will have at least 2 sec gap

19 years agoupdate build notes for dmapi tests
Dean Roehrich [Fri, 10 Dec 2004 21:30:14 +0000 (21:30 +0000)]
update build notes for dmapi tests

19 years agoupdate the makefile.in files for dmapi tests
Dean Roehrich [Fri, 10 Dec 2004 21:27:25 +0000 (21:27 +0000)]
update the makefile.in files for dmapi tests

19 years agoFix the get_dirattrs dmapi test tool
Dean Roehrich [Fri, 10 Dec 2004 21:26:05 +0000 (21:26 +0000)]
Fix the get_dirattrs dmapi test tool

19 years agoupdate some autotools pieces in dmapi tests
Dean Roehrich [Fri, 10 Dec 2004 21:23:01 +0000 (21:23 +0000)]
update some autotools pieces in dmapi tests

19 years agoAdd up-to-date autotools pieces to dmapi tests
Dean Roehrich [Fri, 10 Dec 2004 21:20:53 +0000 (21:20 +0000)]
Add up-to-date autotools pieces to dmapi tests

19 years agoremove some out of date autotools pieces from dmapi tests
Dean Roehrich [Fri, 10 Dec 2004 21:19:26 +0000 (21:19 +0000)]
remove some out of date autotools pieces from dmapi tests
ood

19 years agoAdded tape info for inferno to common.config
Andrew Jones [Mon, 29 Nov 2004 13:41:58 +0000 (13:41 +0000)]
Added tape info for inferno to common.config
Merge of xfs-cmds-melb:slinx:20354a by kenmcd.

  Added tape info for inferno to common.config

19 years agols -l reports different file size depending on platform and user. Replaced with ls...
Andrew Jones [Thu, 25 Nov 2004 13:37:55 +0000 (13:37 +0000)]
ls -l reports different file size depending on platform and user. Replaced with ls -s and stat.
Merge of xfs-cmds-melb:slinx:20309a by kenmcd.

  Changed ls -l to stat and updated filter accord.

19 years agoFix test 073 after changes to handle external log/rt devices.
Nathan Scott [Wed, 24 Nov 2004 13:44:32 +0000 (13:44 +0000)]
Fix test 073 after changes to handle external log/rt devices.
Merge of xfs-cmds-melb:slinx:20287a by kenmcd.

19 years agoFixed double function issue with the UDF merge.
Andrew Jones [Tue, 23 Nov 2004 13:52:17 +0000 (13:52 +0000)]
Fixed double function issue with the UDF merge.
Merge of xfs-cmds-melb:slinx:20266a by kenmcd.

  Changed _filter_aces function call to _filter_aces_notypes

19 years agoAdd in sheilas config.
Nathan Scott [Tue, 16 Nov 2004 13:46:00 +0000 (13:46 +0000)]
Add in sheilas config.
Merge of xfs-cmds-melb:slinx:20175a by kenmcd.

19 years agoBuild on IRIX again, fix symbol name clash with dirname.
Nathan Scott [Mon, 15 Nov 2004 13:50:09 +0000 (13:50 +0000)]
Build on IRIX again, fix symbol name clash with dirname.
Merge of xfs-cmds-melb:slinx:20143a by kenmcd.

19 years agoReduce runtime of test 083, unilaterally, it can still do its thing at shortened...
Nathan Scott [Thu, 11 Nov 2004 13:38:36 +0000 (13:38 +0000)]
Reduce runtime of test 083, unilaterally, it can still do its thing at shortened runtimes.
Merge of xfs-cmds-melb:slinx:20095a by kenmcd.

19 years agoReduce runtime of test 083, unilaterally, it can still do its thing at shortened...
Nathan Scott [Thu, 11 Nov 2004 13:37:58 +0000 (13:37 +0000)]
Reduce runtime of test 083, unilaterally, it can still do its thing at shortened runtimes.
Merge of xfs-cmds-melb:slinx:20092a by kenmcd.

19 years agoFix quota tests correctly to run on SuSE.
Nathan Scott [Wed, 10 Nov 2004 13:49:16 +0000 (13:49 +0000)]
Fix quota tests correctly to run on SuSE.
Merge of xfs-cmds-melb:slinx:20073a by kenmcd.

19 years agoFix test 046 - need to include time in symlink filter, as well as dates.
Nathan Scott [Tue, 9 Nov 2004 13:40:59 +0000 (13:40 +0000)]
Fix test 046 - need to include time in symlink filter, as well as dates.
Merge of xfs-cmds-melb:slinx:20054a by kenmcd.

19 years agoMake test 005 work on SuSE kernels, cleanup its use on other platforms too.
Nathan Scott [Tue, 9 Nov 2004 13:40:20 +0000 (13:40 +0000)]
Make test 005 work on SuSE kernels, cleanup its use on other platforms too.
Merge of xfs-cmds-melb:slinx:20052a by kenmcd.

19 years agoAdded inferno to common.config
Andrew Jones [Mon, 8 Nov 2004 13:34:38 +0000 (13:34 +0000)]
Added inferno to common.config
Merge of xfs-cmds-melb:slinx:20045a by kenmcd.

  Added inferno

19 years agotest out some v2 log striping of more sizes
Tim Shimmin [Fri, 22 Oct 2004 14:38:45 +0000 (14:38 +0000)]
test out some v2 log striping of more sizes
Merge of xfs-cmds-melb:slinx:19870a by kenmcd.

19 years agoGet xfstests building on irix using root/toolroot.
Tim Shimmin [Fri, 22 Oct 2004 14:38:06 +0000 (14:38 +0000)]
Get xfstests building on irix using root/toolroot.
Merge of xfs-cmds-melb:slinx:19868a by kenmcd.

  Simplify instructions to use make_irix script.

19 years agoGet things working for unusual filesystem types once again.
Nathan Scott [Tue, 12 Oct 2004 15:40:35 +0000 (15:40 +0000)]
Get things working for unusual filesystem types once again.
Merge of xfs-cmds-melb:slinx:19728a by kenmcd.

19 years agoUpdate xfstests m4 macros to match other packages.
Nathan Scott [Fri, 8 Oct 2004 14:47:51 +0000 (14:47 +0000)]
Update xfstests m4 macros to match other packages.
Merge of xfs-cmds-melb:slinx:19696a by kenmcd.

19 years agoKeep userspace packaging in sync; update srcdiff to grok moved dmapi source.
Nathan Scott [Thu, 30 Sep 2004 14:48:51 +0000 (14:48 +0000)]
Keep userspace packaging in sync; update srcdiff to grok moved dmapi source.
Merge of xfs-cmds-melb:slinx:19608a by kenmcd.

19 years agoAdd more tests to auto-qa group; add test 103 exercising more inode flags.
Nathan Scott [Thu, 23 Sep 2004 14:35:43 +0000 (14:35 +0000)]
Add more tests to auto-qa group; add test 103 exercising more inode flags.
Merge of xfs-cmds-melb:slinx:19568a by kenmcd.

19 years agoUpdate QA tests and host configs.
Nathan Scott [Thu, 23 Sep 2004 14:34:25 +0000 (14:34 +0000)]
Update QA tests and host configs.
Merge of xfs-cmds-melb:slinx:19518a by kenmcd.

19 years agoTests from UDFQA ported to FSQA.
Andrew Jones [Wed, 15 Sep 2004 05:57:50 +0000 (05:57 +0000)]
Tests from UDFQA ported to FSQA.
simple attr tests for EAs.

19 years agoremoved highmem group.
ptools [Wed, 8 Sep 2004 07:17:52 +0000 (07:17 +0000)]
removed highmem group.
removed highmem group.

19 years agoFix a typo in a QA test comment.
fsgqa [Wed, 8 Sep 2004 04:57:32 +0000 (04:57 +0000)]
Fix a typo in a QA test comment.