From: Filipe Manana <fdmanana@xxxxxxxx> Add a 'logical_resolve' group to identify tests that use the btrfs logical-resolve command, which exercises btrfs' logical to ino ioctl. Signed-off-by: Filipe Manana <fdmanana@xxxxxxxx> --- doc/group-names.txt | 1 + tests/btrfs/004 | 2 +- tests/btrfs/287 | 2 +- tests/btrfs/299 | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index 5fd8fe67..1c35a394 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -70,6 +70,7 @@ label filesystem labelling limit resource limits locks file locking log metadata logging +logical_resolve btrfs logical to ino ioctl (logical-resolve command) logprint xfs_logprint functional tests long_rw long-soak read write IO path exercisers metacopy overlayfs metadata-only copy-up diff --git a/tests/btrfs/004 b/tests/btrfs/004 index aa37c45d..ea40dbf6 100755 --- a/tests/btrfs/004 +++ b/tests/btrfs/004 @@ -10,7 +10,7 @@ # We check to end up back at the original file with the correct offset. # . ./common/preamble -_begin_fstest auto rw metadata fiemap +_begin_fstest auto rw metadata fiemap logical_resolve noise_pid=0 diff --git a/tests/btrfs/287 b/tests/btrfs/287 index a7e29e2b..a0b71c7e 100755 --- a/tests/btrfs/287 +++ b/tests/btrfs/287 @@ -7,7 +7,7 @@ # Test btrfs' logical to inode ioctls (v1 and v2). # . ./common/preamble -_begin_fstest auto quick snapshot clone punch +_begin_fstest auto quick snapshot clone punch logical_resolve . ./common/filter . ./common/reflink diff --git a/tests/btrfs/299 b/tests/btrfs/299 index 2ac05957..c4b1c7c5 100755 --- a/tests/btrfs/299 +++ b/tests/btrfs/299 @@ -15,7 +15,7 @@ # resolution is still successful. # . ./common/preamble -_begin_fstest auto quick preallocrw +_begin_fstest auto quick preallocrw logical_resolve # real QA test starts here # Modify as appropriate. -- 2.35.1