On Mon, Nov 20, 2023 at 9:10 PM Boris Burkov <boris@xxxxxx> wrote: > > btrfs/301 makes detailed size calculations to test squota edge cases > which rely on assumptions that break down with compression enabled. > > Fix it by disabling the test with compression. Compression + squotas > still gets quite solid test coverage via squotas support in fsck and > normal compression enabled fstests runs. > > Signed-off-by: Boris Burkov <boris@xxxxxx> Reviewed-by: Filipe Manana <fdmanana@xxxxxxxx> > --- > tests/btrfs/301 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/btrfs/301 b/tests/btrfs/301 > index dbc6d9aef..82363f717 100755 > --- a/tests/btrfs/301 > +++ b/tests/btrfs/301 > @@ -22,6 +22,7 @@ _require_cp_reflink > _require_btrfs_command inspect-internal dump-tree > _require_xfs_io_command "falloc" > _require_scratch_enable_simple_quota > +_require_no_compress > > subv=$SCRATCH_MNT/subv > nested=$SCRATCH_MNT/subv/nested > -- > 2.42.0 > >