mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ab1d756fe1
There are about 198 tests which requires scratch_dev, but does not check the file system consistency afterwards. Xfstests infrastructure does not do it automatically, so fix it by running _check_scratch_fs() after each test that _require_scratch. Also remove all the _check_scratch_fs() calls that are not actually needed and will be covered by the check script. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
QA output created by 042
|
|
Make a 48 megabyte filesystem on SCRATCH_DEV and mount... done
|
|
Reserve 16 1Mb unfragmented regions... done
|
|
Fill filesystem with fill file... done
|
|
Use up any further available space using dd... done
|
|
Punch every second 4k block... done
|
|
Create one very large file... done
|
|
Remove other files... done
|
|
Run xfs_fsr on filesystem... done
|
|
Check fill file... done
|
|
Check large file... done
|
|
xfs_fsr tests passed.
|