xfstests-dev.git
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.

19 years agoAdded highmem group so that these tests can be excluded for low memory machine.
ptools [Wed, 8 Sep 2004 03:55:31 +0000 (03:55 +0000)]
Added highmem group so that these tests can be excluded for low memory machine.
Added highmem group so that these tests can be excluded for low memory machine.

19 years agotest out some mkfs sunit options and its output
Tim Shimmin [Tue, 7 Sep 2004 08:39:57 +0000 (08:39 +0000)]
test out some mkfs sunit options and its output

19 years agoFixed BLKGETSIZE IRIX compile error
Andrew Jones [Tue, 7 Sep 2004 07:57:35 +0000 (07:57 +0000)]
Fixed BLKGETSIZE IRIX compile error
Moved getdevicesize to Linux only target

19 years agoAdd an O_SYNC run into the set of fstest invocations.
fsgqa [Sun, 5 Sep 2004 23:18:44 +0000 (23:18 +0000)]
Add an O_SYNC run into the set of fstest invocations.

19 years agoAdd a test program which just dumps out device size as mkfs would see it. Makes...
fsgqa [Wed, 1 Sep 2004 04:27:46 +0000 (04:27 +0000)]
Add a test program which just dumps out device size as mkfs would see it.  Makes finger-pointing at buggy drivers easier.

19 years agomake sure it can mount with quotas
Tim Shimmin [Wed, 1 Sep 2004 02:06:54 +0000 (02:06 +0000)]
make sure it can mount with quotas

19 years agoFix test 022 when used with -bsize=1024 and -isize=512; filtering problem.
fsgqa [Mon, 30 Aug 2004 05:40:10 +0000 (05:40 +0000)]
Fix test 022 when used with -bsize=1024 and -isize=512; filtering problem.

19 years agoforgot common.quota ughh
Tim Shimmin [Fri, 27 Aug 2004 09:50:01 +0000 (09:50 +0000)]
forgot common.quota ughh

19 years agotest needs to check for quota support
Tim Shimmin [Fri, 27 Aug 2004 01:05:45 +0000 (01:05 +0000)]
test needs to check for quota support
call _require_quota to ensure it has quota support

19 years agoqa updates for v2 log checkin
Tim Shimmin [Mon, 23 Aug 2004 07:10:08 +0000 (07:10 +0000)]
qa updates for v2 log checkin
update with some extra logprint output from glen's recent changes
this just affects the op output

19 years agoRegression test exercising realtime inheritance behavior.
fsgqa [Fri, 20 Aug 2004 06:44:08 +0000 (06:44 +0000)]
Regression test exercising realtime inheritance behavior.

19 years agoDo more testing for the EA/CAP removal on write bug.
Tim Shimmin [Wed, 18 Aug 2004 09:29:50 +0000 (09:29 +0000)]
Do more testing for the EA/CAP removal on write bug.
Do more testing for the EA/CAP removal on write bug.

19 years agoTest 081 now depends on v2 logs.
Andrew Jones [Mon, 16 Aug 2004 06:18:29 +0000 (06:18 +0000)]
Test 081 now depends on v2 logs.
Test 081 now depends on v2 logs.

19 years agoFix v2 log scripts so that they are not run if v2 log support is not there.
Tim Shimmin [Fri, 13 Aug 2004 13:06:25 +0000 (13:06 +0000)]
Fix v2 log scripts so that they are not run if v2 log support is not there.

19 years agoIrix filter fix.
ptools [Fri, 13 Aug 2004 06:37:12 +0000 (06:37 +0000)]
Irix filter fix.
Irix filter fix.

19 years agoAdded IRIX, nfs, running comments to README.
ptools [Thu, 12 Aug 2004 07:31:30 +0000 (07:31 +0000)]
Added IRIX, nfs, running comments to README.
Added IRIX, nfs, running comments to README.

19 years agoadd test 093 for testing removal of cap EA on file writes when
Tim Shimmin [Tue, 10 Aug 2004 05:43:44 +0000 (05:43 +0000)]
add test 093 for testing removal of cap EA on file writes when
process doesn't have FSETID and SETFCAP capabilities.
This is an IRIX only test.
This will check that pv#901019 changes are not stuffing up
what the code was supposed to do.
removal of file caps on write test - pv#901019

19 years agoxfs qa changes to get thinks working on irix
Tim Shimmin [Tue, 10 Aug 2004 03:55:47 +0000 (03:55 +0000)]
xfs qa changes to get thinks working on irix
add verbosity to a file for debugging
reduce iteration count

19 years agoirix qa stuff
Tim Shimmin [Thu, 5 Aug 2004 08:28:48 +0000 (08:28 +0000)]
irix qa stuff
have different output for linux and irix
our access checks aren't quite the same -
they have been corrected on linux due to some
complaints

19 years agoSome qa changes to get more tests working on IRIX.
Tim Shimmin [Thu, 5 Aug 2004 06:39:05 +0000 (06:39 +0000)]
Some qa changes to get more tests working on IRIX.
Reduce a param to get it working in a more reasonable time on irix.

19 years agochanges for running on IRIX
Tim Shimmin [Fri, 30 Jul 2004 07:01:58 +0000 (07:01 +0000)]
changes for running on IRIX
handle odd case where hostname where running is crackle

19 years agocompiler warning fixes on IA64
ptools [Fri, 30 Jul 2004 06:21:22 +0000 (06:21 +0000)]
compiler warning fixes on IA64
added the correct type cast for printfs