Commit Graph

707 Commits

Author SHA1 Message Date
Nathan Scott 84a947f6cb Fix a ls invocation in test 069.
Merge of master-melb:xfs-cmds:26245a by kenmcd.
2006-06-15 04:02:43 +00:00
Bill Kendall 64e89fe895 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.
2006-06-08 12:50:04 +00:00
Tim Shimmin 543e4a76fa 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.
2006-05-26 15:38:44 +00:00
Tim Shimmin 44bf3c8222 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.
2006-05-26 04:02:17 +00:00
Nathan Scott cce5a421c8 Dont hard code paths ni test 050, and fix common.quota macros on Debian setups.
Merge of master-melb:xfs-cmds:26021a by kenmcd.
2006-05-25 06:13:27 +00:00
Tim Shimmin 4d9847210e add puffy as test machine
Merge of master-melb:xfs-cmds:26001a by kenmcd.

  add puffy as test machine
2006-05-23 15:40:33 +00:00
Nathan Scott 4af2ca38f9 Drop support for version 1 directories completely.
Merge of master-melb:xfs-cmds:25994a by kenmcd.
2006-05-22 03:51:26 +00:00
Allan Randall 5b783b2e44 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
2006-05-18 15:48:26 +00:00
Allan Randall f55c95c49d 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
2006-05-15 15:29:16 +00:00
Allan Randall b51a45e297 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
2006-05-15 06:10:31 +00:00
Andrew Jones 0e183a3032 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.
2006-05-12 06:06:04 +00:00
Barry Naujok f87d14c2ac added test machine hammer
Merge of master-melb:xfs-cmds:25914a by kenmcd.

  added test machine hammer
2006-05-10 15:35:05 +00:00
Allan Randall 478d0343bc Added test for noatime checking
Merge of master-melb:xfs-cmds:25899a by kenmcd.

  Test for noatime checking
2006-05-08 15:29:52 +00:00
Andrew Jones 0894c147d7 added qaclient cxfsirix1.
Merge of master-melb:xfs-cmds:25894a by kenmcd.

  added qaclient cxfsirix1.
2006-05-05 03:59:22 +00:00
Nathan Scott 1c53da1e7b Allow LDFLAGS to come from build env, for the Gentoo fringe dwellers.
Merge of master-melb:xfs-cmds:25860a by kenmcd.
2006-05-02 03:50:41 +00:00
Andrew Jones 9fe48075ca 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.
2006-04-28 04:03:39 +00:00
Tim Shimmin 64fe5df9de xfstests changes for lib64 stuff
Merge of master-melb:xfs-cmds:25826a by kenmcd.

  call configure with libexecdir and lib64 enabling
2006-04-24 15:31:12 +00:00
Nathan Scott c16d3b2281 Make test 41 fail if it cannot run mkfs successfully.
Merge of master-melb:xfs-cmds:25749a by kenmcd.
2006-04-18 03:48:00 +00:00
Nathan Scott af59350a27 Make xfstests build use -O2 by default.
Merge of master-melb:xfs-cmds:25677a by kenmcd.
2006-04-05 03:55:41 +00:00
Tim Shimmin 86f92b45a6 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.
2006-04-04 15:34:04 +00:00
Tim Shimmin e11d0477a1 fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.
2006-04-04 06:06:00 +00:00
Nathan Scott 8449a4e3ed Make test 018 work when underlying volume provides stripe alignment info to mkfs.
Merge of master-melb:xfs-cmds:25611a by kenmcd.
2006-03-30 03:54:16 +00:00
Nathan Scott 6712554df4 Fix filtering in xfs_copy test 073.
Merge of master-melb:xfs-cmds:25610a by kenmcd.
2006-03-30 03:53:33 +00:00
Nathan Scott ac0abd5dad Handle parent pointer attribute namespace in test 021 attr filtering.
Merge of master-melb:xfs-cmds:25581a by kenmcd.
2006-03-28 06:04:20 +00:00
Bob Kierski e664e8508a 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
2006-03-23 15:45:54 +00:00