mbox series

[v5,0/1] generic: add test for boundary in xfs_attr_shortform_verify

Message ID 20200915132651.238212-1-preichl@redhat.com (mailing list archive)
Headers show
Series generic: add test for boundary in xfs_attr_shortform_verify | expand

Message

Pavel Reichl Sept. 15, 2020, 1:26 p.m. UTC
Add test for XFS bug that corrupted metadata if extended attribute name
of length 1 was used.

V4 did the following changes:
1) replaced the system-wide cache drop and sleep by _scratch_cycle_mount
2) output of getfattr is grepped for attribute name to simplify expected
output
3) dropped explicit _check_scratch_fs
4) renamed the test from 609 to 611 - to resolve the conflict after the
recent update of master branch.

V5 did the following changes:
* dropped the the _scratch_unmount and the relevant comment

Pavel Reichl (1):
  generic: add test for boundary in xfs_attr_shortform_verify

 tests/generic/611     | 58 +++++++++++++++++++++++++++++++++++++++++++
 tests/generic/611.out |  2 ++
 tests/generic/group   |  1 +
 3 files changed, 61 insertions(+)
 create mode 100755 tests/generic/611
 create mode 100644 tests/generic/611.out