2022-03-16 17:37:34

by Ritesh Harjani

[permalink] [raw]
Subject: [PATCHv2 0/4] generic: Add some tests around journal replay/recoveryloop

Hello,

Sending v2 with tests/ext4/ converted to tests/generic/
(although I had not received any review comments on v1).
It seems all of the tests which I had sent in v1 are not ext4 specific anyways.
So in v2, I have made those into tests/generic/.

These are some of the tests which when tested with ext4 fast_commit feature
w/o kernel fixes, could cause tests failures and/or KASAN bug (generic/486).

I gave these tests a run with default xfs, btrfs and f2fs configs (along with
ext4). No surprises observed.

[v1]: https://lore.kernel.org/all/[email protected]/

Ritesh Harjani (4):
generic/468: Add another falloc test entry
common/punch: Add block_size argument to _filter_fiemap_**
generic/676: Add a new shutdown recovery test
generic/677: Add a test to check unwritten extents tracking

common/punch | 12 +++++---
tests/generic/468 | 4 +++
tests/generic/468.out | 2 ++
tests/generic/676 | 72 +++++++++++++++++++++++++++++++++++++++++++
tests/generic/676.out | 7 +++++
tests/generic/677 | 64 ++++++++++++++++++++++++++++++++++++++
tests/generic/677.out | 6 ++++
7 files changed, 162 insertions(+), 5 deletions(-)
create mode 100755 tests/generic/676
create mode 100644 tests/generic/676.out
create mode 100755 tests/generic/677
create mode 100644 tests/generic/677.out

--
2.31.1