linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Parent pointers test v2
@ 2018-09-26 10:28 Allison Henderson
  2018-09-26 10:28 ` [PATCH v2 1/1] xfstests: Add parent pointer test Allison Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Allison Henderson @ 2018-09-26 10:28 UTC (permalink / raw)
  To: linux-xfs

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-26 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-26 10:28 [PATCH v2 0/1] Parent pointers test v2 Allison Henderson
2018-09-26 10:28 ` [PATCH v2 1/1] xfstests: Add parent pointer test Allison Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).