Commit Graph

852 Commits

Author SHA1 Message Date
Dave Chinner b4b13ee325 Make sure the repair tests dirty the filesystem before corrupting it.
Merge of master-melb:xfs-cmds:28770a by kenmcd.

  Make sure the repair tests dirty the filesystem before corrupting it.
2007-06-04 06:12:42 +00:00
Dave Chinner 707df41353 QA test to exercise unwritten extent conversion for sync direct I/O
Merge of master-melb:xfs-cmds:28769a by kenmcd.

  QA test to exercise unwritten extent conversion for sync direct I/O.
2007-06-04 06:11:56 +00:00
fergalh.longdrop.melbourne.sgi.com 512f8130f2 Changed kermit xfsqa targets
Merge of master-melb:xfs-cmds:28706a by kenmcd.

  Changed kermit xfsqa targets
2007-05-25 06:07:23 +00:00
leenap.longdrop.melbourne.sgi.com 8876ff2c2d Adding devices for rizzo to do xfs-qa
Merge of master-melb:xfs-cmds:28644a by kenmcd.

  Adding devices for rizzo to do xfs-qa
2007-05-22 04:03:50 +00:00
David Disseldorp cf13e80eb4 test 121 creates unlinked and still referenced inodes, it doesn't clean up afterwards.
Merge of master-melb:xfs-cmds:28637a by kenmcd.

  do a mount after running test to trigger log recovery
  \.
2007-05-21 15:48:58 +00:00
David Disseldorp 471ab9011a check for mkfs/mount failure
Merge of master-melb:xfs-cmds:28623a by kenmcd.
2007-05-18 06:08:08 +00:00
David Disseldorp 498eb16b55 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"

Conflicts between mkfs options specified with method 1 & 3 are common.
960377 	XFSQA 041, 042 - mkfs fails with large log size MKFS_OPTIONS.

This change means if a mkfs fails where mkfs options have been appended by a test (method 3),
The mkfs is retried using only those options defined by the test.

occurances of method 4 (in test 114 & 115) are also changed to use method 3.

$seq.full logs the fact that a mkfs options conflict has occured.
Merge of master-melb:xfs-cmds:28601a by kenmcd.

  append -i parent mkfs option using _scratch_mkfs_xfs -i parent...
  rather than export MKFS_OPTIONS="$MKFS_OPTIONS -i parent=1.
  this avoids mkfs option conflicts
2007-05-17 15:58:12 +00:00
David Disseldorp db395db976 fix group listing regexp
Merge of master-melb:xfs-cmds:28513a by kenmcd.

  add dmapi group
2007-05-04 06:10:34 +00:00
Dave Chinner 99120c4055 QA test to demonstrate unwritten extent/mmap write problem
Merge of master-melb:xfs-cmds:28456a by kenmcd.

  mmap vs unwritten extents test.
2007-04-23 16:00:46 +00:00
David Disseldorp d0ee0a78a2 fix white space between comments
Merge of master-melb:xfs-cmds:28446a by kenmcd.
2007-04-20 03:59:56 +00:00
David Disseldorp b696ad7802 A bit of a cleanup of common.config and add new QA host.
Merge of master-melb:xfs-cmds:28444a by kenmcd.
2007-04-20 03:59:08 +00:00
Tim Shimmin ef8b8fcc0d Put _qmount_option into common.quota for other quota tests to use.
Merge of master-melb:xfs-cmds:28443a by kenmcd.

  Put _qmount_option into common.quota for other quota tests to use.
2007-04-20 03:58:19 +00:00
Tim Shimmin bf09e8cc4d fixup xfstests Makefile sinch dmapi changes
Merge of master-melb:xfs-cmds:28442a by kenmcd.

  fixup xfstests Makefile sinch dmapi changes
2007-04-20 03:57:28 +00:00
Mohamed Barwani 82ad2b89c0 Added rizzo1 to known host list
Merge of master-melb:xfs-cmds:28405a by kenmcd.

  Added rizzo1 to known host list
2007-04-12 15:41:06 +00:00
Tim Shimmin a906340d27 Output wasn't deterministic. Remove bmap output from stdout,
just have going to seq.full.
Merge of master-melb:xfs-cmds:28376a by kenmcd.

  Execute bits changed from --- to x--
  Fix up bmap output. Meant to remove the testfile on every
  test but forgot to. Also needed to truncate the files
  in the 2nd group of tests which used resvsp so that
  the length/eof was correct for the test.
2007-04-05 15:45:28 +00:00
Tim Shimmin a5bf75d71b Provide conditions to show up problem for dioread on IRIX and Linux
for pv#962005.
Merge of master-melb:xfs-cmds:28362a by kenmcd.

  Provide conditions to show up problem for dioread on IRIX and Linux
  for pv#962005.
2007-04-04 15:57:12 +00:00
Tim Shimmin 59cf9009f6 Some experimentation for pv#962014 doing prealloc, direct write, buffered read etc...
Add more here if come up with other ideas.
Merge of master-melb:xfs-cmds:28351a by kenmcd.

  Some experimentation for pv#962014 doing prealloc, direct write, buffered read etc...
  Add more here if come up with other ideas.
2007-04-04 03:54:24 +00:00
Mohamed Barwani 3b4ac2bd37 common.config minor changes
Merge of master-melb:xfs-cmds:28337a by kenmcd.

  Modified partitions and host name for cxfsaltix2. Now kermit1.
2007-04-02 06:10:17 +00:00
David Disseldorp 55e220f4c9 inferno is now called gaspode
Merge of master-melb:xfs-cmds:28326a by kenmcd.
2007-03-30 06:13:25 +00:00
David Disseldorp a34fe069a5 This change makes test 041 function correctly other blocks sizes, not just 4096.
The FS bsize is extracted from _filter_mkfs and then used to calculate growfs "destination" size.
Merge of master-melb:xfs-cmds:28222a by kenmcd.

  calculate one meg in blocks, then use that value to calculate grow-to values.
2007-03-09 02:58:48 +00:00
Lachlan McIlroy 0e907ec7cf fsx was calling vfprintf twice without resetting the va_list argument
Merge of master-melb:xfs-cmds:28212a by kenmcd.

  fsx was calling vfprintf twice without resetting the va_list argument and
  this caused a segfault on the second call.  Now uses one call to vsnprintf
  to print to a buffer and uses that multiple times.
2007-03-08 03:02:20 +00:00
leenap.longdrop.melbourne.sgi.com 22e7fdab4c -
Merge of master-melb:xfs-cmds:28207a by kenmcd.
2007-03-05 14:43:47 +00:00
leenap.longdrop.melbourne.sgi.com fe52b3cd74 Added changed xfs test device to cxfsaltix2 config.
Merge of master-melb:xfs-cmds:28206a by kenmcd.

  -
2007-03-05 14:43:03 +00:00
leenap.longdrop.melbourne.sgi.com 3fbd202f09 Changed the test parametrs for cxfsaltix5.
Merge of master-melb:xfs-cmds:28158a by kenmcd.
2007-02-22 05:09:49 +00:00
Vlad Apostolov fbdf0823b5 XFSQA test 144 fails again on tot linux_xfs
Merge of master-melb:xfs-cmds:28113a by kenmcd.

  pv 961215, rv allanr - replacing fsync() with global sync()
2007-02-16 02:59:54 +00:00