From: Darrick J. Wong Date: Thu, 20 Feb 2025 21:46:58 +0000 (-0800) Subject: misc: drop the dangerous label from xfs_scrub fsstress tests X-Git-Tag: v2025.03.09~72 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a93452279a95f6309dcf1028bae595010824c42c;p=xfstests-dev.git misc: drop the dangerous label from xfs_scrub fsstress tests Now that online fsck has been in the upstream kernel for 8 months, I think it's stabilized enough that we don't need to hide the stress tests behind the "dangerous" label anymore. Also rename fsstress_repair to fsstress_online_repair to be consistent with the online_repair group. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/doc/group-names.txt b/doc/group-names.txt index f5bf79a5..57aa2001 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -34,8 +34,6 @@ dangerous_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair dangerous_fuzzers fuzzers that can crash your computer dangerous_norepair fuzzers to evaluate kernel metadata verifiers dangerous_online_repair fuzzers to evaluate xfs_scrub online repair -dangerous_fsstress_repair race fsstress and xfs_scrub online repair -dangerous_fsstress_scrub race fsstress and xfs_scrub checking dangerous_repair fuzzers to evaluate xfs_repair offline repair dangerous_scrub fuzzers to evaluate xfs_scrub checking dangerous_selftest selftests that crash/hang @@ -58,6 +56,8 @@ fsck general fsck tests fsmap FS_IOC_GETFSMAP ioctl fsproperties Filesystem properties fsr XFS free space reorganizer +fsstress_online_repair race fsstress and xfs_scrub online repair +fsstress_scrub race fsstress and xfs_scrub checking fuzzers filesystem fuzz tests growfs increasing the size of a filesystem hardlink hardlinks diff --git a/tests/xfs/285 b/tests/xfs/285 index 909db488..f08cb449 100755 --- a/tests/xfs/285 +++ b/tests/xfs/285 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/286 b/tests/xfs/286 index 7743d037..04663829 100755 --- a/tests/xfs/286 +++ b/tests/xfs/286 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { cd / diff --git a/tests/xfs/422 b/tests/xfs/422 index 1043d419..833fb93a 100755 --- a/tests/xfs/422 +++ b/tests/xfs/422 @@ -7,7 +7,7 @@ # Race fsstress and rmapbt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair freeze +_begin_fstest online_repair fsstress_online_repair freeze _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/561 b/tests/xfs/561 index bbfcefcb..baf8a450 100755 --- a/tests/xfs/561 +++ b/tests/xfs/561 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/562 b/tests/xfs/562 index 354992a6..aac363f0 100755 --- a/tests/xfs/562 +++ b/tests/xfs/562 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/563 b/tests/xfs/563 index 3cd00651..db5f94e6 100755 --- a/tests/xfs/563 +++ b/tests/xfs/563 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/564 b/tests/xfs/564 index ae45952f..5c21f5cf 100755 --- a/tests/xfs/564 +++ b/tests/xfs/564 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/565 b/tests/xfs/565 index 40f1139a..43185a25 100755 --- a/tests/xfs/565 +++ b/tests/xfs/565 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/566 b/tests/xfs/566 index 19c73ff9..5398d1d0 100755 --- a/tests/xfs/566 +++ b/tests/xfs/566 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { cd / diff --git a/tests/xfs/570 b/tests/xfs/570 index 4e64a03a..707ff232 100755 --- a/tests/xfs/570 +++ b/tests/xfs/570 @@ -7,7 +7,7 @@ # Race fsstress and superblock scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/571 b/tests/xfs/571 index 016387b4..ce1ca396 100755 --- a/tests/xfs/571 +++ b/tests/xfs/571 @@ -7,7 +7,7 @@ # Race fsstress and AGF scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/572 b/tests/xfs/572 index dfee9825..01122dec 100755 --- a/tests/xfs/572 +++ b/tests/xfs/572 @@ -7,7 +7,7 @@ # Race fsstress and AGFL scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/573 b/tests/xfs/573 index 5ff1bdbd..11c10a69 100755 --- a/tests/xfs/573 +++ b/tests/xfs/573 @@ -7,7 +7,7 @@ # Race fsstress and AGI scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/574 b/tests/xfs/574 index 6250f514..a6d7bf91 100755 --- a/tests/xfs/574 +++ b/tests/xfs/574 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/575 b/tests/xfs/575 index 6cf321ce..75cc73e4 100755 --- a/tests/xfs/575 +++ b/tests/xfs/575 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/576 b/tests/xfs/576 index d3d3e783..ffa5cacf 100755 --- a/tests/xfs/576 +++ b/tests/xfs/576 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/577 b/tests/xfs/577 index 35ca1468..9afe9b2e 100755 --- a/tests/xfs/577 +++ b/tests/xfs/577 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/578 b/tests/xfs/578 index 2101eb55..cc120377 100755 --- a/tests/xfs/578 +++ b/tests/xfs/578 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/579 b/tests/xfs/579 index e552e499..aa72276d 100755 --- a/tests/xfs/579 +++ b/tests/xfs/579 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/580 b/tests/xfs/580 index dac036f4..70a080e7 100755 --- a/tests/xfs/580 +++ b/tests/xfs/580 @@ -8,7 +8,7 @@ # if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/581 b/tests/xfs/581 index 73b51f99..39eb42da 100755 --- a/tests/xfs/581 +++ b/tests/xfs/581 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/582 b/tests/xfs/582 index f390b77f..e92f128f 100755 --- a/tests/xfs/582 +++ b/tests/xfs/582 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/583 b/tests/xfs/583 index dcc60f12..fc91d8f2 100755 --- a/tests/xfs/583 +++ b/tests/xfs/583 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/584 b/tests/xfs/584 index 3f62261c..12442b53 100755 --- a/tests/xfs/584 +++ b/tests/xfs/584 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/585 b/tests/xfs/585 index 987c799f..3f1b814c 100755 --- a/tests/xfs/585 +++ b/tests/xfs/585 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/586 b/tests/xfs/586 index d78dea51..9e2312f4 100755 --- a/tests/xfs/586 +++ b/tests/xfs/586 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/587 b/tests/xfs/587 index a9d46904..0ae2f4c3 100755 --- a/tests/xfs/587 +++ b/tests/xfs/587 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/588 b/tests/xfs/588 index bd0788d3..a2249cc4 100755 --- a/tests/xfs/588 +++ b/tests/xfs/588 @@ -7,7 +7,7 @@ # Race fsstress and data fork scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/589 b/tests/xfs/589 index 806c445f..378e4f67 100755 --- a/tests/xfs/589 +++ b/tests/xfs/589 @@ -7,7 +7,7 @@ # Race fsstress and attr fork scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/590 b/tests/xfs/590 index 59a42f11..3a200ffc 100755 --- a/tests/xfs/590 +++ b/tests/xfs/590 @@ -7,7 +7,7 @@ # Race fsstress and cow fork scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/591 b/tests/xfs/591 index 9f080ebb..856e2dfd 100755 --- a/tests/xfs/591 +++ b/tests/xfs/591 @@ -7,7 +7,7 @@ # Race fsstress and directory scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/592 b/tests/xfs/592 index 653ad256..998be997 100755 --- a/tests/xfs/592 +++ b/tests/xfs/592 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/593 b/tests/xfs/593 index 118b7e75..1706c83b 100755 --- a/tests/xfs/593 +++ b/tests/xfs/593 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/594 b/tests/xfs/594 index c86234e1..7de5eed5 100755 --- a/tests/xfs/594 +++ b/tests/xfs/594 @@ -8,7 +8,7 @@ # We can't open symlink files directly for scrubbing, so we use xfs_scrub(8). # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/595 b/tests/xfs/595 index 75797b6c..12cd0352 100755 --- a/tests/xfs/595 +++ b/tests/xfs/595 @@ -9,7 +9,7 @@ # xfs_scrub(8). # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/621 b/tests/xfs/621 index 24fbbc4e..feafc6fd 100755 --- a/tests/xfs/621 +++ b/tests/xfs/621 @@ -8,7 +8,7 @@ # see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/622 b/tests/xfs/622 index 59503cfa..2ba27947 100755 --- a/tests/xfs/622 +++ b/tests/xfs/622 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/628 b/tests/xfs/628 index 8dc26898..c77d67db 100755 --- a/tests/xfs/628 +++ b/tests/xfs/628 @@ -9,7 +9,7 @@ # handle unlinked directories. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub # Import common functions. . ./common/filter diff --git a/tests/xfs/708 b/tests/xfs/708 index 40c4d92d..6e4e98f4 100755 --- a/tests/xfs/708 +++ b/tests/xfs/708 @@ -7,7 +7,7 @@ # Race fsstress and bnobt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/709 b/tests/xfs/709 index 3a29ca12..ae531359 100755 --- a/tests/xfs/709 +++ b/tests/xfs/709 @@ -7,7 +7,7 @@ # Race fsstress and inobt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/710 b/tests/xfs/710 index dc599c0b..4e9d9862 100755 --- a/tests/xfs/710 +++ b/tests/xfs/710 @@ -7,7 +7,7 @@ # Race fsstress and refcountbt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/711 b/tests/xfs/711 index 685ada10..2bd2812c 100755 --- a/tests/xfs/711 +++ b/tests/xfs/711 @@ -7,7 +7,7 @@ # Race fsstress and superblock repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/712 b/tests/xfs/712 index 15a94a52..ef6afdc6 100755 --- a/tests/xfs/712 +++ b/tests/xfs/712 @@ -7,7 +7,7 @@ # Race fsstress and agf repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/713 b/tests/xfs/713 index 55165391..32603fd1 100755 --- a/tests/xfs/713 +++ b/tests/xfs/713 @@ -7,7 +7,7 @@ # Race fsstress and agfl repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/714 b/tests/xfs/714 index aa209ce5..4371d93f 100755 --- a/tests/xfs/714 +++ b/tests/xfs/714 @@ -7,7 +7,7 @@ # Race fsstress and agi repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/715 b/tests/xfs/715 index e6821c02..01c1963e 100755 --- a/tests/xfs/715 +++ b/tests/xfs/715 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/717 b/tests/xfs/717 index 6368d704..ac8e83f6 100755 --- a/tests/xfs/717 +++ b/tests/xfs/717 @@ -7,7 +7,7 @@ # Race fsstress and data fork repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/718 b/tests/xfs/718 index 7b0fe2c4..6bff5461 100755 --- a/tests/xfs/718 +++ b/tests/xfs/718 @@ -7,7 +7,7 @@ # Race fsstress and attr fork repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/719 b/tests/xfs/719 index 81805402..8ea2faf7 100755 --- a/tests/xfs/719 +++ b/tests/xfs/719 @@ -7,7 +7,7 @@ # Race fsstress and CoW fork repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/721 b/tests/xfs/721 index c25cd269..fe9a9331 100755 --- a/tests/xfs/721 +++ b/tests/xfs/721 @@ -8,7 +8,7 @@ # We can't open special files directly for scrubbing, so we use xfs_scrub(8). # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/722 b/tests/xfs/722 index b96163e3..f0491494 100755 --- a/tests/xfs/722 +++ b/tests/xfs/722 @@ -9,7 +9,7 @@ # xfs_scrub(8). # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/723 b/tests/xfs/723 index 21b608aa..1cd3f7a7 100755 --- a/tests/xfs/723 +++ b/tests/xfs/723 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/724 b/tests/xfs/724 index a832063b..890140b9 100755 --- a/tests/xfs/724 +++ b/tests/xfs/724 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/725 b/tests/xfs/725 index 2972aeb7..7e843d75 100755 --- a/tests/xfs/725 +++ b/tests/xfs/725 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/726 b/tests/xfs/726 index f4bedcca..24f5ef7e 100755 --- a/tests/xfs/726 +++ b/tests/xfs/726 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/727 b/tests/xfs/727 index 2e882775..d9abea46 100755 --- a/tests/xfs/727 +++ b/tests/xfs/727 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/728 b/tests/xfs/728 index b4cf95f5..cc3f41c6 100755 --- a/tests/xfs/728 +++ b/tests/xfs/728 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/729 b/tests/xfs/729 index 45d65892..710ace97 100755 --- a/tests/xfs/729 +++ b/tests/xfs/729 @@ -7,7 +7,7 @@ # Race fsstress and nlinks scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/731 b/tests/xfs/731 index 8cc38f58..496fd78a 100755 --- a/tests/xfs/731 +++ b/tests/xfs/731 @@ -9,7 +9,7 @@ # filesystem activity, so we can't have userspace wandering in and thawing it. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/793 b/tests/xfs/793 index d942d980..a779bf81 100755 --- a/tests/xfs/793 +++ b/tests/xfs/793 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/794 b/tests/xfs/794 index cdccf969..e0025ed5 100755 --- a/tests/xfs/794 +++ b/tests/xfs/794 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/796 b/tests/xfs/796 index e6a88cc6..df1161b7 100755 --- a/tests/xfs/796 +++ b/tests/xfs/796 @@ -7,7 +7,7 @@ # Race fsstress and directory repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/797 b/tests/xfs/797 index 642930f2..a9d1a6c1 100755 --- a/tests/xfs/797 +++ b/tests/xfs/797 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/799 b/tests/xfs/799 index 0a43eb01..da13247b 100755 --- a/tests/xfs/799 +++ b/tests/xfs/799 @@ -8,7 +8,7 @@ # while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { cd / diff --git a/tests/xfs/800 b/tests/xfs/800 index f12ef69e..40ad12a1 100755 --- a/tests/xfs/800 +++ b/tests/xfs/800 @@ -8,7 +8,7 @@ # while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/801 b/tests/xfs/801 index 53122352..1190cfab 100755 --- a/tests/xfs/801 +++ b/tests/xfs/801 @@ -9,7 +9,7 @@ # because the xfile code wasn't folioized. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair declare -A oldvalues