[PATCH v2 0/1] Parent pointers test v2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

This is the 2nd revision of a new xfstest group to exercise the parent
pointer code. These tests cover basic parent pointer operations,
including link, unlink, rename, overwrite, hardlinks and error inject.

Points of intrest since v1:
I've split the test into 3 different tests.  The first runs through
simple link, unlink, rename, and overwrite operations.  The next
test exercises handling multiple parent points with hardlinks, and
the last test exercises the error inject and recovery.  These
tests use the new flags in the xfsprogs set which helped to drop
the run time from a minute down to a few seconds.  I've also
factored out some of the common code into a new common/parent
file. 

As always, comments and feedback are appreciated.  Thank you!

Allison

Allison Henderson (1):
  xfstests: Add parent pointer test

 common/parent     |  196 +++++++++++
 common/rc         |    3 +
 tests/xfs/491     |  156 +++++++++
 tests/xfs/491.out |   70 ++++
 tests/xfs/492     |  134 +++++++
 tests/xfs/492.out | 1009 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/493     |  143 ++++++++
 tests/xfs/493.out |   27 ++
 tests/xfs/group   |    4 +
 9 files changed, 1742 insertions(+)
 create mode 100644 common/parent
 create mode 100755 tests/xfs/491
 create mode 100644 tests/xfs/491.out
 create mode 100755 tests/xfs/492
 create mode 100644 tests/xfs/492.out
 create mode 100755 tests/xfs/493
 create mode 100644 tests/xfs/493.out

-- 
2.7.4




[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux