Message ID | 87126391fec8bcba888f8fe0f8978f5363a2bb91.1700505679.git.boris@bur.io (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs/301: test fixes for squotas vs other features | expand |
diff --git a/tests/btrfs/301 b/tests/btrfs/301 index 5bb6b16a6..165c6e417 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
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@bur.io> --- tests/btrfs/301 | 1 + 1 file changed, 1 insertion(+)