mbox series

[v2,0/4] xfstests: add parent pointer tests

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

Message

Catherine Hoang Oct. 12, 2022, 1:38 a.m. UTC
Hi all,

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

These tests cover basic parent pointer operations, multiple links, and
error inject. This patch also adds a new parent group and parent common
functions.

v1->v2:
- Print name and length of bad parent pointer
- Remove line that explicitly turns on LARP mode
- Remove unnecessary empty lines
- Split single patch into multiple patches
- Add _require_xfs_parent function
- Check that mkfs/kernel/xfs_io supports parent pointers

Comments and feedback appreciated!

Catherine

Allison Henderson (4):
  common: add helpers for parent pointer tests
  xfs: add parent pointer test
  xfs: add multi link parent pointer test
  xfs: add parent pointer inject test

 common/parent       |  198 +++++++++
 common/rc           |    3 +
 common/xfs          |   12 +
 doc/group-names.txt |    1 +
 tests/xfs/554       |  125 ++++++
 tests/xfs/554.out   |   59 +++
 tests/xfs/555       |   96 +++++
 tests/xfs/555.out   | 1002 +++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/556       |  110 +++++
 tests/xfs/556.out   |   14 +
 10 files changed, 1620 insertions(+)
 create mode 100644 common/parent
 create mode 100755 tests/xfs/554
 create mode 100644 tests/xfs/554.out
 create mode 100755 tests/xfs/555
 create mode 100644 tests/xfs/555.out
 create mode 100755 tests/xfs/556
 create mode 100644 tests/xfs/556.out