aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Burkov <boris@bur.io>2023-11-20 13:10:55 -0800
committerZorro Lang <zlang@kernel.org>2023-12-10 21:38:00 +0800
commitc71b4e6203752cb4c54b5ae63f5197076070726b (patch)
tree7e71d73fc1e16fb031ccfe6b25b33a96326b6835
parentbd64bed7532532a1659830cf0709cb3a07933013 (diff)
downloadxfstests-dev-c71b4e6203752cb4c54b5ae63f5197076070726b.tar.gz
btrfs/301: require_no_compress
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> Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/3011
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/btrfs/301 b/tests/btrfs/301
index ffe7e4bb0f..db4697247a 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