mbox series

[v2,0/2] btrfs/301: test fixes for squotas vs other features

Message ID cover.1700514431.git.boris@bur.io (mailing list archive)
Headers show
Series btrfs/301: test fixes for squotas vs other features | expand

Message

Boris Burkov Nov. 20, 2023, 9:10 p.m. UTC
The squotas targeting tests in btrfs/301 do not currently pass test runs
with compression enabled or free space tree disabled. We can fix the no
free space tree case by querying subvolid rather than assuming
256,257,etc.. Skip compression, it is covered anyway by fsck on the rest
of the tests.
---
V2:
- fix tons of mistakes from global subvid/snapid variables by making
  them local
- handle the nested subvol too
- fix descriptions from previous confusion about noholes
- run with and without free space tree

Boris Burkov (2):
  btrfs/301: fix hardcoded subvolids
  btrfs/301: require_no_compress

 tests/btrfs/301 | 172 +++++++++++++++++++++++++++++-------------------
 1 file changed, 104 insertions(+), 68 deletions(-)