]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/569: skip post-test fsck run
authorDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jul 2023 17:03:44 +0000 (10:03 -0700)
committerZorro Lang <zlang@kernel.org>
Fri, 7 Jul 2023 14:04:41 +0000 (22:04 +0800)
This test examines the behavior of mkfs.xfs with specific filesystem
configuration files by formatting the scratch device directly with those
exact parameters.  IOWs, it doesn't include external log devices or
realtime devices.  If external devices are set up, the post-test fsck
run fails because the filesystem doesnt' use the (allegedly) configured
external devices.  Fix that by adding _require_scratch_nocheck.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/569

index e8902708bc94a4bac86c417abc54bc1251619509..b6d579805850f37e03ec9e0a5836f7440c758a74 100755 (executable)
@@ -14,7 +14,7 @@ _begin_fstest mkfs
 
 # Modify as appropriate.
 _supported_fs xfs
-_require_scratch
+_require_scratch_nocheck
 
 ls /usr/share/xfsprogs/mkfs/*.conf &>/dev/null || \
        _notrun "No mkfs.xfs config files installed"