mbox series

[0/2] fstests: make some tests that use fsstress easier to debug

Message ID cover.1696333874.git.fdmanana@suse.com (mailing list archive)
Headers show
Series fstests: make some tests that use fsstress easier to debug | expand

Message

Filipe Manana Oct. 3, 2023, 11:57 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Some tests that use fsstress are harder to debug than necessary because they
redirect fsstress' stdout to /dev/null instead of $seqres.full. This means we
have no way of knowing the seed used by fsstress which often helps to trigger
a bug/failure. More details on the change logs of each patch.

Filipe Manana (2):
  fstests: redirect fsstress' stdout to $seqres.full instead of /dev/null
  btrfs/192: use append operator to output log replay results to $seqres.full

 tests/btrfs/028   | 2 +-
 tests/btrfs/049   | 2 +-
 tests/btrfs/060   | 2 +-
 tests/btrfs/061   | 2 +-
 tests/btrfs/062   | 2 +-
 tests/btrfs/063   | 2 +-
 tests/btrfs/064   | 2 +-
 tests/btrfs/065   | 2 +-
 tests/btrfs/066   | 2 +-
 tests/btrfs/067   | 2 +-
 tests/btrfs/068   | 2 +-
 tests/btrfs/069   | 2 +-
 tests/btrfs/070   | 2 +-
 tests/btrfs/071   | 2 +-
 tests/btrfs/072   | 2 +-
 tests/btrfs/073   | 2 +-
 tests/btrfs/074   | 2 +-
 tests/btrfs/136   | 2 +-
 tests/btrfs/192   | 4 ++--
 tests/btrfs/232   | 2 +-
 tests/btrfs/261   | 2 +-
 tests/btrfs/286   | 2 +-
 tests/ext4/057    | 2 +-
 tests/ext4/307    | 2 +-
 tests/generic/068 | 2 +-
 tests/generic/269 | 2 +-
 tests/generic/409 | 2 +-
 tests/generic/410 | 2 +-
 tests/generic/411 | 2 +-
 tests/generic/589 | 2 +-
 tests/xfs/051     | 2 +-
 tests/xfs/057     | 2 +-
 tests/xfs/297     | 2 +-
 tests/xfs/305     | 2 +-
 tests/xfs/538     | 2 +-
 35 files changed, 36 insertions(+), 36 deletions(-)

Comments

Qu Wenruo Oct. 4, 2023, 8:06 a.m. UTC | #1
On 2023/10/3 22:27, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
>
> Some tests that use fsstress are harder to debug than necessary because they
> redirect fsstress' stdout to /dev/null instead of $seqres.full. This means we
> have no way of knowing the seed used by fsstress which often helps to trigger
> a bug/failure. More details on the change logs of each patch.

Reviewed-by: Qu Wenruo <wqu@suse.com>

Thanks,
Qu

>
> Filipe Manana (2):
>    fstests: redirect fsstress' stdout to $seqres.full instead of /dev/null
>    btrfs/192: use append operator to output log replay results to $seqres.full
>
>   tests/btrfs/028   | 2 +-
>   tests/btrfs/049   | 2 +-
>   tests/btrfs/060   | 2 +-
>   tests/btrfs/061   | 2 +-
>   tests/btrfs/062   | 2 +-
>   tests/btrfs/063   | 2 +-
>   tests/btrfs/064   | 2 +-
>   tests/btrfs/065   | 2 +-
>   tests/btrfs/066   | 2 +-
>   tests/btrfs/067   | 2 +-
>   tests/btrfs/068   | 2 +-
>   tests/btrfs/069   | 2 +-
>   tests/btrfs/070   | 2 +-
>   tests/btrfs/071   | 2 +-
>   tests/btrfs/072   | 2 +-
>   tests/btrfs/073   | 2 +-
>   tests/btrfs/074   | 2 +-
>   tests/btrfs/136   | 2 +-
>   tests/btrfs/192   | 4 ++--
>   tests/btrfs/232   | 2 +-
>   tests/btrfs/261   | 2 +-
>   tests/btrfs/286   | 2 +-
>   tests/ext4/057    | 2 +-
>   tests/ext4/307    | 2 +-
>   tests/generic/068 | 2 +-
>   tests/generic/269 | 2 +-
>   tests/generic/409 | 2 +-
>   tests/generic/410 | 2 +-
>   tests/generic/411 | 2 +-
>   tests/generic/589 | 2 +-
>   tests/xfs/051     | 2 +-
>   tests/xfs/057     | 2 +-
>   tests/xfs/297     | 2 +-
>   tests/xfs/305     | 2 +-
>   tests/xfs/538     | 2 +-
>   35 files changed, 36 insertions(+), 36 deletions(-)
>