mbox series

[v1,0/1] parent pointer tests

Message ID 20220614220129.20847-1-catherine.hoang@oracle.com (mailing list archive)
Headers show
Series parent pointer tests | expand

Message

Catherine Hoang June 14, 2022, 10:01 p.m. UTC
Hi all,

These are the tests for Allison's parent pointer series:
https://lore.kernel.org/linux-xfs/20220611094200.129502-1-allison.henderson@oracle.com/

These tests cover basic parent pointer operations, including link, unlink,
rename, overwrite, hardlinks and error inject. This patch also adds a new
parent group and parent common functions.

Feedback is appreciated!

Thanks,
Catherine

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

 common/parent       |  196 +++++++++
 common/rc           |    3 +
 doc/group-names.txt |    1 +
 tests/xfs/547       |  126 ++++++
 tests/xfs/547.out   |   59 +++
 tests/xfs/548       |   97 +++++
 tests/xfs/548.out   | 1002 +++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/549       |  110 +++++
 tests/xfs/549.out   |   14 +
 9 files changed, 1608 insertions(+)
 create mode 100644 common/parent
 create mode 100755 tests/xfs/547
 create mode 100644 tests/xfs/547.out
 create mode 100755 tests/xfs/548
 create mode 100644 tests/xfs/548.out
 create mode 100755 tests/xfs/549
 create mode 100644 tests/xfs/549.out