mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
bf16cde854
Introduce tests for XFS and ext4 which format a filesystem, populate it, then uses blocktrash and e2fuzz to corrupt the metadata. The FS is remounted, modified, and unmounted. Following that, xfs_repair or e2fsck are run until it no longer finds errors to correct, after which the FS is mounted yet again and exercised to see if there are any errors remaining. The XFS test requires an xfs_db that can handle blocktrash and v5 filesystems. The ext4 test requires metadata_csum support in e2fsprogs. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
21 lines
543 B
Plaintext
21 lines
543 B
Plaintext
# QA groups control file
|
|
# Defines test groups and nominal group owners
|
|
# - do not start group names with a digit
|
|
# - comment line before each group is "new" description
|
|
#
|
|
001 auto prealloc quick
|
|
002 auto quick prealloc
|
|
003 auto quick
|
|
004 auto dump
|
|
005 auto quick metadata ioctl rw
|
|
006 dangerous_fuzzers
|
|
271 auto rw quick
|
|
301 aio dangerous ioctl rw stress
|
|
302 aio dangerous ioctl rw stress
|
|
303 aio dangerous ioctl rw stress
|
|
304 aio dangerous ioctl rw stress
|
|
305 auto
|
|
306 auto rw resize quick
|
|
307 auto ioctl rw
|
|
308 auto ioctl rw prealloc quick
|