mbox series

[0/8] fstests: btrfs: fix test failure when running with compression or nodatasum

Message ID cover.1739379182.git.fdmanana@suse.com (mailing list archive)
Headers show
Series fstests: btrfs: fix test failure when running with compression or nodatasum | expand

Message

Filipe Manana Feb. 12, 2025, 5:01 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Several tests fail when running with the compression or nodatasum mount
options. This patchset fixes that by either skipping the tests when those
mount options are present or adapting the tests to able to run.
Details in the changelogs.

Filipe Manana (8):
  btrfs: skip tests incompatible with compression when compression is enabled
  btrfs/290: skip test if we are running with nodatacow mount option
  common/btrfs: add a _require_btrfs_no_nodatasum helper
  btrfs/333: skip the test when running with nodatacow or nodatasum
  btrfs/205: avoid test failure when running with nodatasum mount option
  btrfs: skip tests exercising data corruption and repair when using nodatasum
  btrfs/281: skip test when running with nodatasum mount option
  btrfs: skip tests that exercise compression property when using nodatasum

 common/btrfs    |  7 +++++++
 tests/btrfs/048 |  3 +++
 tests/btrfs/059 |  3 +++
 tests/btrfs/140 |  4 +++-
 tests/btrfs/141 |  4 +++-
 tests/btrfs/157 |  4 +++-
 tests/btrfs/158 |  4 +++-
 tests/btrfs/205 |  2 --
 tests/btrfs/215 |  8 +++++++-
 tests/btrfs/265 |  7 ++++++-
 tests/btrfs/266 |  7 ++++++-
 tests/btrfs/267 |  7 ++++++-
 tests/btrfs/268 |  7 ++++++-
 tests/btrfs/269 |  7 ++++++-
 tests/btrfs/281 |  2 ++
 tests/btrfs/289 |  8 ++++++--
 tests/btrfs/290 | 12 ++++++++++++
 tests/btrfs/297 |  4 ++++
 tests/btrfs/333 |  5 +++++
 19 files changed, 91 insertions(+), 14 deletions(-)