]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
btrfs/283: skip if we cannot write into one extent
authorNaohiro Aota <naohiro.aota@wdc.com>
Mon, 25 Sep 2023 05:55:41 +0000 (14:55 +0900)
committerZorro Lang <zlang@kernel.org>
Thu, 5 Oct 2023 14:32:01 +0000 (22:32 +0800)
commit0f4d4a18b397ea8b150d19ef32e2a950739cc313
treea07deb693a708bbc33e74e229415dc76f4dbbd88
parent15792e35ae9ba3ca41e75e6533dbe236ba0eb749
btrfs/283: skip if we cannot write into one extent

On the zoned mode, the extent size is limited also by
queue/zone_append_max_bytes. This breaks the assumption that the file "foo"
has a single extent and corrupts the test output.

It is difficult to support the case, so let's just skip the test in this
case.

Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/283