xfstests-dev.git
17 years agopv 955274 - Requires fsync() after a file attribute change. This is for dm_get_bulkat...
Vlad Apostolov [Wed, 27 Sep 2006 06:07:54 +0000 (06:07 +0000)]
pv 955274 - Requires fsync() after a file attribute change. This is for dm_get_bulkattr().
Merge of master-melb:xfs-cmds:27061a by kenmcd.

  pv 955274 - Requires fsync() after a file attribute change. This is for dm_get_bulkattr().

17 years agopv 955274 - Limit the random generated file size attribute to 1 TB (if size is too...
Vlad Apostolov [Wed, 27 Sep 2006 06:07:10 +0000 (06:07 +0000)]
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)

17 years agoadded giro to xfsqa common.config
David Disseldorp [Tue, 19 Sep 2006 15:48:06 +0000 (15:48 +0000)]
added giro to xfsqa common.config
Merge of master-melb:xfs-cmds:27006a by kenmcd.

  see description

17 years agoFix emy settings
Vlad Apostolov [Fri, 15 Sep 2006 12:37:44 +0000 (12:37 +0000)]
Fix emy settings
Merge of master-melb:xfs-cmds:26981a by kenmcd.

  Fix emy settings

17 years agoPre-create test file so reader wont quit if it passes the writer.
Lachlan McIlroy [Sat, 9 Sep 2006 03:51:57 +0000 (03:51 +0000)]
Pre-create test file so reader wont quit if it passes the writer.
Merge of master-melb:xfs-cmds:26951a by kenmcd.

  Pre-create test file so reader wont quit if it passes the writer.

17 years agoFix test 004 for recent TOT kernels.
Dave Chinner [Thu, 7 Sep 2006 04:01:04 +0000 (04:01 +0000)]
Fix test 004 for recent TOT kernels.
Merge of master-melb:xfs-cmds:26932a by kenmcd.

  Take into account out put from df does not include space required
  for AG freelists on 2.6.18+ kernels.

17 years agoinitialize extra_mount_options as blank string in _check_xfs_filesystem to prevent...
David Disseldorp [Thu, 7 Sep 2006 04:00:20 +0000 (04:00 +0000)]
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

17 years agoRemove test 133 from auto group.
Lachlan McIlroy [Thu, 7 Sep 2006 03:59:36 +0000 (03:59 +0000)]
Remove test 133 from auto group.
Merge of master-melb:xfs-cmds:26930a by kenmcd.

  Remove test 133 from auto group.

17 years agotest for deadlocks with concurrent I/O.
Lachlan McIlroy [Wed, 6 Sep 2006 03:53:22 +0000 (03:53 +0000)]
test for deadlocks with concurrent I/O.
Merge of master-melb:xfs-cmds:26927a by kenmcd.

  test for deadlocks with concurrent I/O.

17 years agochanged attributes.h include path for irix
David Disseldorp [Fri, 1 Sep 2006 06:14:07 +0000 (06:14 +0000)]
changed attributes.h include path for irix
Merge of master-melb:xfs-cmds:26897a by kenmcd.

  changed attributes.h include path for irix

17 years agofixed order of quota reports to always follow:
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

17 years agoFix filter on realtime extsize.
Nathan Scott [Mon, 28 Aug 2006 06:07:58 +0000 (06:07 +0000)]
Fix filter on realtime extsize.
Merge of master-melb:xfs-cmds:26875a by kenmcd.

17 years agopv 955274, rv bnaujok - add 1sec delay between file creation and changing its
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.

17 years agoModified _supported_fs to reflect fs types supported
Allan Randall [Fri, 25 Aug 2006 03:53:25 +0000 (03:53 +0000)]
Modified _supported_fs to reflect fs types supported
Merge of master-melb:xfs-cmds:26860a by kenmcd.

  Modified _supported_fs to reflect fs types supported

17 years agochanged infernos logdevs to ramdisk devices
David Disseldorp [Wed, 23 Aug 2006 06:06:34 +0000 (06:06 +0000)]
changed infernos logdevs to ramdisk devices
Merge of master-melb:xfs-cmds:26854a by kenmcd.

  changed infernos logdevs to ramdisk devices

17 years agoFix test 128 to work when sh is not the fsgqa login shell.
Nathan Scott [Tue, 22 Aug 2006 03:57:18 +0000 (03:57 +0000)]
Fix test 128 to work when sh is not the fsgqa login shell.
Merge of master-melb:xfs-cmds:26837a by kenmcd.

17 years agofixed common line filter
Allan Randall [Tue, 22 Aug 2006 03:56:34 +0000 (03:56 +0000)]
fixed common line filter
Merge of master-melb:xfs-cmds:26836a by kenmcd.

  fixed common line filter

17 years agoFix test 123 (assumed fsgqa shell was sh, now make it so), and 130.out which had...
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.

17 years agoImprove filtering to handle different realtime extent sizes too.
Nathan Scott [Tue, 22 Aug 2006 03:55:04 +0000 (03:55 +0000)]
Improve filtering to handle different realtime extent sizes too.
Merge of master-melb:xfs-cmds:26834a by kenmcd.

17 years agoFix symlink detection in userspace Makefiles
Nathan Scott [Mon, 21 Aug 2006 06:10:10 +0000 (06:10 +0000)]
Fix symlink detection in userspace Makefiles
Merge of master-melb:xfs-cmds:26825a by kenmcd.

17 years agoMake test 050 output deterministic - cater for #days flipping to six (correctly)...
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.

17 years agoFix shell scripting botch wrt empty variable handling.
Nathan Scott [Fri, 18 Aug 2006 15:40:32 +0000 (15:40 +0000)]
Fix shell scripting botch wrt empty variable handling.
Merge of master-melb:xfs-cmds:26814a by kenmcd.

17 years agoUnused files, remove.
Nathan Scott [Fri, 18 Aug 2006 06:13:51 +0000 (06:13 +0000)]
Unused files, remove.
Merge of master-melb:xfs-cmds:26812a by kenmcd.

17 years agoFix the file_as_id routine so it works for test 050.
Nathan Scott [Fri, 18 Aug 2006 06:13:04 +0000 (06:13 +0000)]
Fix the file_as_id routine so it works for test 050.
Merge of master-melb:xfs-cmds:26811a by kenmcd.

17 years agofix for unaligned access in loggen.c
Allan Randall [Mon, 14 Aug 2006 03:51:29 +0000 (03:51 +0000)]
fix for unaligned access in loggen.c
Merge of master-melb:xfs-cmds:26761a by kenmcd.

  fix for unaligned access PV 954475

17 years agochanged dribble scratch disk config
David Disseldorp [Fri, 4 Aug 2006 13:50:06 +0000 (13:50 +0000)]
changed dribble scratch disk config
Merge of master-melb:xfs-cmds:26685a by kenmcd.

  changed dribble scratch disk config

17 years agoAdded checks for variables (QA Machines only) allowing them to be set from the comman...
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

17 years agoChanged porky xfsqa config
David Disseldorp [Fri, 4 Aug 2006 13:46:26 +0000 (13:46 +0000)]
Changed porky xfsqa config
Merge of master-melb:xfs-cmds:26641a by kenmcd.

  changed porkys configuration

17 years agoMerge relevant CXFSQA tests into XFSQA
Allan Randall [Fri, 4 Aug 2006 13:44:58 +0000 (13:44 +0000)]
Merge relevant CXFSQA tests into XFSQA
Merge of master-melb:xfs-cmds:26631a by kenmcd.

17 years agoadded host screamer
David Disseldorp [Fri, 4 Aug 2006 13:43:30 +0000 (13:43 +0000)]
added host screamer
Merge of master-melb:xfs-cmds:26608a by kenmcd.

  added host screamer

17 years agoMerge the uid/gid username/groupname install target fixup to all packages.
Nathan Scott [Fri, 4 Aug 2006 13:42:00 +0000 (13:42 +0000)]
Merge the uid/gid username/groupname install target fixup to all packages.
Merge of master-melb:xfs-cmds:26582a by kenmcd.

17 years agofix make depend for libtool libraries
Tim Shimmin [Fri, 14 Jul 2006 15:34:37 +0000 (15:34 +0000)]
fix make depend for libtool libraries
Merge of master-melb:xfs-cmds:26539a by kenmcd.

17 years agolet people know that they probably have an old XFS if this test fails
Tim Shimmin [Mon, 10 Jul 2006 06:08:23 +0000 (06:08 +0000)]
let people know that they probably have an old XFS if this test fails
Merge of master-melb:xfs-cmds:26498a by kenmcd.

  let people know that they probably have an old XFS if this test fails

17 years agoIn _xfs_mounted, add quotes around the grep expression to prevent partial matches.
Lachlan McIlroy [Sat, 8 Jul 2006 04:23:04 +0000 (04:23 +0000)]
In _xfs_mounted, add quotes around the grep expression to prevent partial matches.
Merge of master-melb:xfs-cmds:26491a by kenmcd.

  In _xfs_mounted, add quotes around the grep expression to prevent partial matches.

17 years agoSimple little program for populating a filesystem that could look like one DMF might...
Nathan Scott [Fri, 7 Jul 2006 16:01:51 +0000 (16:01 +0000)]
Simple little program for populating a filesystem that could look like one DMF might be using.
Merge of master-melb:xfs-cmds:26472a by kenmcd.

17 years agoModified noalign to mount option so test would pass on IRIX
Allan Randall [Fri, 7 Jul 2006 16:01:08 +0000 (16:01 +0000)]
Modified noalign to mount option so test would pass on IRIX
Merge of master-melb:xfs-cmds:26468a by kenmcd.

  Modified noalign to mount option so test would pass on IRIX

17 years agoThe test device is now used as a nfs filesystem.
Andrew Jones [Fri, 7 Jul 2006 16:00:24 +0000 (16:00 +0000)]
The test device is now used as a nfs filesystem.
Merge of master-melb:xfs-cmds:26462a by kenmcd.

  modified this test to run on xfs only.

17 years agoModified Test to work on irix
Allan Randall [Wed, 5 Jul 2006 15:48:28 +0000 (15:48 +0000)]
Modified Test to work on irix
Merge of master-melb:xfs-cmds:26439a by kenmcd.

  Modified Test to work on irix

17 years agosome Makefile dependency fixes
Tim Shimmin [Tue, 4 Jul 2006 03:51:26 +0000 (03:51 +0000)]
some Makefile dependency fixes
Merge of master-melb:xfs-cmds:26405a by kenmcd.

  specify platform for depend flags

17 years agoFix up the irix build with the log format 32/64 packed changes being
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

17 years agoMake test 081 work with external log/rt devices too.
Nathan Scott [Thu, 29 Jun 2006 15:33:01 +0000 (15:33 +0000)]
Make test 081 work with external log/rt devices too.
Merge of master-melb:xfs-cmds:26376a by kenmcd.

17 years agoFix coupel of newer tests to work with external log/rt devices too.
Nathan Scott [Thu, 29 Jun 2006 03:50:18 +0000 (03:50 +0000)]
Fix coupel of newer tests to work with external log/rt devices too.
Merge of master-melb:xfs-cmds:26371a by kenmcd.

17 years agoPrevent test 016 from running if mkfs options create an unworkable log for its purposes.
Nathan Scott [Wed, 28 Jun 2006 06:07:54 +0000 (06:07 +0000)]
Prevent test 016 from running if mkfs options create an unworkable log for its purposes.
Merge of master-melb:xfs-cmds:26369a by kenmcd.

17 years agomodified client
David Disseldorp [Tue, 27 Jun 2006 15:36:05 +0000 (15:36 +0000)]
modified client
Merge of master-melb:xfs-cmds:26360a by kenmcd.

  modified galah

17 years agoadded xfs-qa client
David Disseldorp [Tue, 27 Jun 2006 15:35:22 +0000 (15:35 +0000)]
added xfs-qa client
Merge of master-melb:xfs-cmds:26359a by kenmcd.

  added galah

17 years agofilter out in the logprint filter, the new flags field that I added
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.

17 years agoQA updates - make builds on older versions of headers work, reenable rt on bruce.
Nathan Scott [Tue, 27 Jun 2006 03:49:23 +0000 (03:49 +0000)]
QA updates - make builds on older versions of headers work, reenable rt on bruce.
Merge of master-melb:xfs-cmds:26356a by kenmcd.

17 years agoCheck for indent command before running test 122.
Nathan Scott [Mon, 26 Jun 2006 15:40:22 +0000 (15:40 +0000)]
Check for indent command before running test 122.
Merge of master-melb:xfs-cmds:26354a by kenmcd.

17 years agoFix test 096 when used with realtime subvols.
Nathan Scott [Mon, 26 Jun 2006 06:08:16 +0000 (06:08 +0000)]
Fix test 096 when used with realtime subvols.
Merge of master-melb:xfs-cmds:26346a by kenmcd.

17 years agoModified to use "_scratch_mount -onoatime" rather than hardcoded mount
Allan Randall [Fri, 23 Jun 2006 02:58:26 +0000 (02:58 +0000)]
Modified to use "_scratch_mount -onoatime" rather than hardcoded mount
Merge of master-melb:xfs-cmds:26323a by kenmcd.

  Modified to use using "_scratch_mount -onoatime" rather than hardcoded mount

17 years agofixed mkfs options to stop failure when sunit and swidth are set as MKFS_OPTIONS
Allan Randall [Fri, 23 Jun 2006 02:57:44 +0000 (02:57 +0000)]
fixed mkfs options to stop failure when sunit and swidth are set as MKFS_OPTIONS
Merge of master-melb:xfs-cmds:26322a by kenmcd.

  fixed mkfs options to stop failure when sunit and swidth are set as MKFS_OPTIONS.

17 years agoModified 120 and 122 groups so auto-fsqa could display results correctly
Allan Randall [Wed, 21 Jun 2006 06:12:54 +0000 (06:12 +0000)]
Modified 120 and 122 groups so auto-fsqa could display results correctly
Merge of master-melb:xfs-cmds:26304a by kenmcd.

  Modified 120 and 122 groups

17 years agoFixed golden output
Allan Randall [Wed, 21 Jun 2006 03:55:05 +0000 (03:55 +0000)]
Fixed golden output
Merge of master-melb:xfs-cmds:26297a by kenmcd.

  Fixed golden output

17 years agoAdded filter to allow older versions of xfsdump to pass xfsqa
Allan Randall [Tue, 20 Jun 2006 16:00:17 +0000 (16:00 +0000)]
Added filter to allow older versions of xfsdump to pass xfsqa
Merge of master-melb:xfs-cmds:26294a by kenmcd.

  Added filter to allow older versions of xfsdump to pass xfsqa

17 years agoOrdered test and golden output files as test was failing due to sizeof( xfs_alloctype...
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

17 years agoComment out extsize setting for all allocators until delalloc accounting issue resolved.
Nathan Scott [Sat, 17 Jun 2006 06:11:37 +0000 (06:11 +0000)]
Comment out extsize setting for all allocators until delalloc accounting issue resolved.
Merge of master-melb:xfs-cmds:26268a by kenmcd.

17 years agoupdate for the extra 32/64 variants of EFI/EFD/inode log format structures.
Tim Shimmin [Fri, 16 Jun 2006 06:08:07 +0000 (06:08 +0000)]
update for the extra 32/64 variants of EFI/EFD/inode log format structures.
Merge of master-melb:xfs-cmds:26265a by kenmcd.

  update for the extra 32/64 variants of EFI/EFD/inode log format structures.

17 years agoAdded feature to allow remaining tests to be written to file
Allan Randall [Thu, 15 Jun 2006 04:03:28 +0000 (04:03 +0000)]
Added feature to allow remaining tests to be written to file
Merge of master-melb:xfs-cmds:26253a by kenmcd.

  Added feature to allow remaining tests to be written to file

17 years agoFix a ls invocation in test 069.
Nathan Scott [Thu, 15 Jun 2006 04:02:43 +0000 (04:02 +0000)]
Fix a ls invocation in test 069.
Merge of master-melb:xfs-cmds:26245a by kenmcd.

17 years agoA recent mod changed the number of phases in xfsdump, and consequently the
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.

17 years agoAn attempt at looking at the sizes of xfs structures with exclusions
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.

17 years agoTest out pv#953263 by creating AGI unlinked lists for recovery and
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.

  Test for pv#953263.

17 years agoDont hard code paths ni test 050, and fix common.quota macros on Debian setups.
Nathan Scott [Thu, 25 May 2006 06:13:27 +0000 (06:13 +0000)]
Dont hard code paths ni test 050, and fix common.quota macros on Debian setups.
Merge of master-melb:xfs-cmds:26021a by kenmcd.

17 years agoadd puffy as test machine
Tim Shimmin [Tue, 23 May 2006 15:40:33 +0000 (15:40 +0000)]
add puffy as test machine
Merge of master-melb:xfs-cmds:26001a by kenmcd.

  add puffy as test machine

17 years agoDrop support for version 1 directories completely.
Nathan Scott [Mon, 22 May 2006 03:51:26 +0000 (03:51 +0000)]
Drop support for version 1 directories completely.
Merge of master-melb:xfs-cmds:25994a by kenmcd.

17 years agoTest 050 modified to test all quota mount options in single run
Allan Randall [Thu, 18 May 2006 15:48:26 +0000 (15:48 +0000)]
Test 050 modified to test all quota mount options in single run
Merge of master-melb:xfs-cmds:25962a by kenmcd.

  Modified to test all quota mount options in single run

17 years agoadded help when using -h and --help arguments
Allan Randall [Mon, 15 May 2006 15:29:16 +0000 (15:29 +0000)]
added help when using -h and --help arguments
Merge of master-melb:xfs-cmds:25939a by kenmcd.

  added help when using -h and --help arguments

17 years agoadded dd function to handle variations of dd output in Linux
Allan Randall [Mon, 15 May 2006 06:10:31 +0000 (06:10 +0000)]
added dd function to handle variations of dd output in Linux
Merge of master-melb:xfs-cmds:25929a by kenmcd.

  added dd function to handle variations of dd output in Linux

17 years agoTest 105 was broken on IRIX because there is no setfacl cmd in IRIX.
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.

17 years agoadded test machine hammer
Barry Naujok [Wed, 10 May 2006 15:35:05 +0000 (15:35 +0000)]
added test machine hammer
Merge of master-melb:xfs-cmds:25914a by kenmcd.

  added test machine hammer

17 years agoAdded test for noatime checking
Allan Randall [Mon, 8 May 2006 15:29:52 +0000 (15:29 +0000)]
Added test for noatime checking
Merge of master-melb:xfs-cmds:25899a by kenmcd.

  Test for noatime checking

17 years agoadded qaclient cxfsirix1.
Andrew Jones [Fri, 5 May 2006 03:59:22 +0000 (03:59 +0000)]
added qaclient cxfsirix1.
Merge of master-melb:xfs-cmds:25894a by kenmcd.

  added qaclient cxfsirix1.

17 years agoAllow LDFLAGS to come from build env, for the Gentoo fringe dwellers.
Nathan Scott [Tue, 2 May 2006 03:50:41 +0000 (03:50 +0000)]
Allow LDFLAGS to come from build env, for the Gentoo fringe dwellers.
Merge of master-melb:xfs-cmds:25860a by kenmcd.

17 years agoAdded qa machine hellfire to common.config
Andrew Jones [Fri, 28 Apr 2006 04:03:39 +0000 (04:03 +0000)]
Added qa machine hellfire to common.config
Merge of master-melb:xfs-cmds:25845a by kenmcd.

  Added qa machine hellfire to common.config, removed icy.

18 years agoxfstests changes for lib64 stuff
Tim Shimmin [Mon, 24 Apr 2006 15:31:12 +0000 (15:31 +0000)]
xfstests changes for lib64 stuff
Merge of master-melb:xfs-cmds:25826a by kenmcd.

  call configure with libexecdir and lib64 enabling

18 years agoMake test 41 fail if it cannot run mkfs successfully.
Nathan Scott [Tue, 18 Apr 2006 03:48:00 +0000 (03:48 +0000)]
Make test 41 fail if it cannot run mkfs successfully.
Merge of master-melb:xfs-cmds:25749a by kenmcd.

18 years agoMake xfstests build use -O2 by default.
Nathan Scott [Wed, 5 Apr 2006 03:55:41 +0000 (03:55 +0000)]
Make xfstests build use -O2 by default.
Merge of master-melb:xfs-cmds:25677a by kenmcd.

18 years agoNeed LC_COLLATE set for sort like we do in other qa tests.
Tim Shimmin [Tue, 4 Apr 2006 15:34:04 +0000 (15:34 +0000)]
Need LC_COLLATE set for sort like we do in other qa tests.
We need a repeatable sort order.
Merge of master-melb:xfs-cmds:25663a by kenmcd.

  Execute bits changed from xxx to x--
  Need LC_COLLATE set for sort like we do in other qa tests.
  We need a repeatable sort order.

18 years agofix lib64 installs
Tim Shimmin [Tue, 4 Apr 2006 06:06:00 +0000 (06:06 +0000)]
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.

18 years agoMake test 018 work when underlying volume provides stripe alignment info to mkfs.
Nathan Scott [Thu, 30 Mar 2006 03:54:16 +0000 (03:54 +0000)]
Make test 018 work when underlying volume provides stripe alignment info to mkfs.
Merge of master-melb:xfs-cmds:25611a by kenmcd.

18 years agoFix filtering in xfs_copy test 073.
Nathan Scott [Thu, 30 Mar 2006 03:53:33 +0000 (03:53 +0000)]
Fix filtering in xfs_copy test 073.
Merge of master-melb:xfs-cmds:25610a by kenmcd.

18 years agoHandle parent pointer attribute namespace in test 021 attr filtering.
Nathan Scott [Tue, 28 Mar 2006 06:04:20 +0000 (06:04 +0000)]
Handle parent pointer attribute namespace in test 021 attr filtering.
Merge of master-melb:xfs-cmds:25581a by kenmcd.

18 years agoFix atohan to verify a valid hex string is being used for a handle.
Bob Kierski [Thu, 23 Mar 2006 15:45:54 +0000 (15:45 +0000)]
Fix atohan to verify a valid hex string is being used for a handle.
atohan needs to verify that the string being passed in is actually a
valid hex string before it assumes that it's a file handle rather than
a file name.
PV 951244

18 years agoFix up QA tests that run latest xfsdump, new message about xfs_quota wasnt filtered.
Nathan Scott [Fri, 10 Mar 2006 02:50:47 +0000 (02:50 +0000)]
Fix up QA tests that run latest xfsdump, new message about xfs_quota wasnt filtered.
Merge of master-melb:xfs-cmds:25410a by kenmcd.

18 years agoneed to filter out scratch device for setfattr tests since they
Tim Shimmin [Tue, 21 Feb 2006 02:50:34 +0000 (02:50 +0000)]
need to filter out scratch device for setfattr tests since they
report errors and mention the mount point.
Merge of master-melb:xfs-cmds:25252a by kenmcd.

  need to filter out scratch device for setfattr tests since they
  report errors and mention the mount point.

18 years agoput 063 into attr group
Tim Shimmin [Tue, 21 Feb 2006 02:49:52 +0000 (02:49 +0000)]
put 063 into attr group
Merge of master-melb:xfs-cmds:25247a by kenmcd.

  add 063 to attr group

18 years agoFix up accidental configure/m4 macro removal.
Nathan Scott [Sat, 18 Feb 2006 03:03:21 +0000 (03:03 +0000)]
Fix up accidental configure/m4 macro removal.
Merge of master-melb:xfs-cmds:25231a by kenmcd.

18 years agoUpdate 062, because permissions now enforced in VFS and symlink/dev attrs are disallowed.
Nathan Scott [Thu, 16 Feb 2006 02:50:35 +0000 (02:50 +0000)]
Update 062, because permissions now enforced in VFS and symlink/dev attrs are disallowed.
Merge of master-melb:xfs-cmds:25210a by kenmcd.

18 years agoCouple more QA tests - one ENOSPC condition, one bulkstat error case.
Nathan Scott [Wed, 8 Feb 2006 14:30:43 +0000 (14:30 +0000)]
Couple more QA tests - one ENOSPC condition, one bulkstat error case.
Merge of master-melb:xfs-cmds:25142a by kenmcd.

18 years agoRemoved snort's non-existant remote irix tape device from each QA machine.
Andrew Jones [Mon, 6 Feb 2006 15:01:34 +0000 (15:01 +0000)]
Removed snort's non-existant remote irix tape device from each QA machine.
Merge of master-melb:xfs-cmds:25126a by kenmcd.

  Removed snort's non-existant remote irix tape device from each QA machine.

18 years agoFix up a configure diagnostic when detecting attr/acl headers.
Nathan Scott [Mon, 6 Feb 2006 02:50:10 +0000 (02:50 +0000)]
Fix up a configure diagnostic when detecting attr/acl headers.
Merge of master-melb:xfs-cmds:25114a by kenmcd.

18 years agoTest case for repair dir2 freetab botch.
Nathan Scott [Thu, 15 Dec 2005 02:49:36 +0000 (02:49 +0000)]
Test case for repair dir2 freetab botch.
Merge of master-melb:xfs-cmds:24819a by kenmcd.

18 years agoUpdate quota tests to work with project quota (and xfs_quota).
Nathan Scott [Wed, 14 Dec 2005 05:04:52 +0000 (05:04 +0000)]
Update quota tests to work with project quota (and xfs_quota).
Merge of master-melb:xfs-cmds:24813a by kenmcd.

18 years agoStop using ls for comparison with dump/restore for 065 and instead
Tim Shimmin [Fri, 9 Dec 2005 05:08:00 +0000 (05:08 +0000)]
Stop using ls for comparison with dump/restore for 065 and instead
use find with src/lstat64. Should convert other tests in the future.
Merge of master-melb:xfs-cmds:24773a by kenmcd.

  Stop using ls for comparison with dump/restore for 065 and instead
  use find with src/lstat64. Should convert other tests in the future.

18 years agoQA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passe...
Nathan Scott [Fri, 9 Dec 2005 02:52:22 +0000 (02:52 +0000)]
QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passed through to test_dev.
Merge of master-melb:xfs-cmds:24763a by kenmcd.

18 years agoSwitch to always using get/setxattr rather than a separate projid call on IRIX.
Nathan Scott [Mon, 5 Dec 2005 21:41:47 +0000 (21:41 +0000)]
Switch to always using get/setxattr rather than a separate projid call on IRIX.
Merge of master-melb:xfs-cmds:24692a by kenmcd.

18 years agoAdded randomize test option to ./check
Andrew Jones [Fri, 2 Dec 2005 05:03:41 +0000 (05:03 +0000)]
Added randomize test option to ./check
Merge of master-melb:xfs-cmds:24664a by kenmcd.

  Added comment about the randomize '-r' option.

18 years agosync and sleep for bulkstat
Tim Shimmin [Mon, 28 Nov 2005 14:02:10 +0000 (14:02 +0000)]
sync and sleep for bulkstat
Merge of master-melb:xfs-cmds:24591a by kenmcd.

  sync and sleep for bulkstat

18 years agoFix compilation error with recent XFS headers.
Nathan Scott [Mon, 28 Nov 2005 05:01:57 +0000 (05:01 +0000)]
Fix compilation error with recent XFS headers.
Merge of master-melb:xfs-cmds:24584a by kenmcd.

18 years agofilter out parent output for mkfs
Tim Shimmin [Wed, 16 Nov 2005 02:49:46 +0000 (02:49 +0000)]
filter out parent output for mkfs
Merge of master-melb:xfs-cmds:24451a by kenmcd.

  filter out parent output for mkfs - since exists on IRIX but not Linux yet