]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
btrfs: test normal qgroup operations in a compress friendly way
authorJosef Bacik <josef@toxicpanda.com>
Tue, 5 Mar 2024 18:52:24 +0000 (19:52 +0100)
committerZorro Lang <zlang@kernel.org>
Mon, 11 Mar 2024 04:50:09 +0000 (12:50 +0800)
commit512dba4fdbfcd91a255159728e212f414531a8af
tree24e55fb1ecfeddf580b767d0310fead8a6ac67b4
parent3552178f39be38e7aeee91d56026b8ba73ea12e8
btrfs: test normal qgroup operations in a compress friendly way

btrfs/022 currently fails if you are testing with -o compress because it
does a limit exceed test which will pass with compression on.

However the other functionality this test tests is completely acceptable
with compression enabled.  Handle this by breaking the test into two
tests, one that simply tests the qgroup exceed limits test that requires
no compression, and the rest of the tests that do not have the no
compression restriction.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
tests/btrfs/022
tests/btrfs/320 [new file with mode: 0755]
tests/btrfs/320.out [new file with mode: 0644]