mbox series

[0/4] btrfs-progs: tests false alerts fixes

Message ID cover.1691533896.git.wqu@suse.com (mailing list archive)
Headers show
Series btrfs-progs: tests false alerts fixes | expand

Message

Qu Wenruo Aug. 8, 2023, 10:40 p.m. UTC
This is the resent and aggregate version of the fixes I sent but mostly
eaten by the recent vger down time.

Those are small fixes for the false alerts I hit during my local runs.

Most of them are subtle fixes, only the last one is more like an
optimization.

Qu Wenruo (4):
  btrfs-progs: tests/mkfs/005: use udevadm settle to avoid false alerts
  btrfs-progs: tests/misc/030: do not require v1 cache for the test case
  btrfs-progs: tests/misc/046: fix false alerts on write detection
  btrfs-progs: tests/misc/058: reduce the space requirement and speed up
    the test

 tests/misc-tests/030-missing-device-image/test.sh     | 8 --------
 tests/misc-tests/046-seed-multi-mount/test.sh         | 4 +++-
 tests/misc-tests/058-replace-start-enqueue/test.sh    | 5 ++---
 tests/mkfs-tests/005-long-device-name-for-ssd/test.sh | 4 +++-
 4 files changed, 8 insertions(+), 13 deletions(-)

--
2.41.0

Comments

David Sterba Aug. 11, 2023, 2:53 p.m. UTC | #1
On Wed, Aug 09, 2023 at 06:40:40AM +0800, Qu Wenruo wrote:
> This is the resent and aggregate version of the fixes I sent but mostly
> eaten by the recent vger down time.
> 
> Those are small fixes for the false alerts I hit during my local runs.
> 
> Most of them are subtle fixes, only the last one is more like an
> optimization.
> 
> Qu Wenruo (4):
>   btrfs-progs: tests/mkfs/005: use udevadm settle to avoid false alerts
>   btrfs-progs: tests/misc/030: do not require v1 cache for the test case
>   btrfs-progs: tests/misc/046: fix false alerts on write detection

This one was not in the first batch so I've added it now, thanks.

>   btrfs-progs: tests/misc/058: reduce the space requirement and speed up
>     the test