mbox series

[v2,0/2] fstests/xfs: a couple growfs log recovery tests

Message ID 20241029172135.329428-1-bfoster@redhat.com (mailing list archive)
Headers show
Series fstests/xfs: a couple growfs log recovery tests | expand

Message

Brian Foster Oct. 29, 2024, 5:21 p.m. UTC
v2:
- Miscellaneous cleanups to both tests.
v1: https://lore.kernel.org/fstests/20241017163405.173062-1-bfoster@redhat.com/

Brian Foster (2):
  xfs: online grow vs. log recovery stress test
  xfs: online grow vs. log recovery stress test (realtime version)

 tests/xfs/609     | 81 +++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/609.out |  2 ++
 tests/xfs/610     | 83 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/610.out |  2 ++
 4 files changed, 168 insertions(+)
 create mode 100755 tests/xfs/609
 create mode 100644 tests/xfs/609.out
 create mode 100755 tests/xfs/610
 create mode 100644 tests/xfs/610.out

Comments

Christoph Hellwig Oct. 30, 2024, 4:36 a.m. UTC | #1
Still looks good to me (but I'm a horrible test reviewer, so that
might not count much :)):

Reviewed-by: Christoph Hellwig <hch@lst.de>
Zorro Lang Oct. 30, 2024, 8:24 a.m. UTC | #2
On Wed, Oct 30, 2024 at 05:36:59AM +0100, Christoph Hellwig wrote:
> Still looks good to me (but I'm a horrible test reviewer, so that
> might not count much :)):

You review always counts much :)

> 
> Reviewed-by: Christoph Hellwig <hch@lst.de>
>