generic/274: require no compress
authorJosef Bacik <josef@toxicpanda.com>
Tue, 23 Nov 2021 15:14:23 +0000 (10:14 -0500)
committerEryu Guan <guaneryu@gmail.com>
Sun, 28 Nov 2021 14:37:38 +0000 (22:37 +0800)
commit6fc65e3867240901d7f88867d886fd35ccd207c3
tree21826b0b8037c0c2cc6b8204bc8ea210abf16efd
parentefffdefa4a1374142e36ba41f58b87dee732912c
generic/274: require no compress

We hit spurious errors with generic/274 with compression on because we
attempt to fill up the disk with small writes, and these writes end up
taking up metadata space instead of data space.  Thus when we go to
write into the preallocated area we get an ENOSPC, but from the metadata
side and not the data side.  Simply skip this test if we have
compression enabled.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/274