]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
generic/352: require no compression
authorJosef Bacik <josef@toxicpanda.com>
Thu, 16 May 2024 22:12:39 +0000 (00:12 +0200)
committerAnand Jain <anand.jain@oracle.com>
Fri, 24 May 2024 04:06:43 +0000 (12:06 +0800)
commite0aca4b09d810f47fc33acb173c346a838500037
treeae60434a5d959305ece53835f39475d05b4a5a27
parent9837971383733ad59ead121dcc4b13f89829d389
generic/352: require no compression

Our CI has been failing on this test for compression since 0fc226e7
("fstests: generic/352 should accomodate other pwrite behaviors").  This
is because we changed the size of the initial write down to 4k, and we
write a repeatable pattern.  With compression on btrfs this results in
an inline extent, and when you reflink an inline extent this just turns
it into full on copies instead of a reflink.

As this isn't a bug with compression, it's just not well aligned with
how compression interacts with the allocation of space, simply exclude
this test from running when you have compression enabled.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
tests/generic/352