]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
btrfs/301: require_no_compress
authorBoris Burkov <boris@bur.io>
Mon, 20 Nov 2023 21:10:55 +0000 (13:10 -0800)
committerZorro Lang <zlang@kernel.org>
Sun, 10 Dec 2023 13:38:00 +0000 (21:38 +0800)
commitc71b4e6203752cb4c54b5ae63f5197076070726b
tree7e71d73fc1e16fb031ccfe6b25b33a96326b6835
parentbd64bed7532532a1659830cf0709cb3a07933013
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>
tests/btrfs/301