From 21a8ab3e0af4208178fc661c528571dde9f13f98 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Tue, 16 Mar 2010 14:20:40 +0100 Subject: [PATCH] b=21815 move test to replay-single --- lustre/tests/replay-single.sh | 7 +++++++ lustre/tests/sanity.sh | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 008d3d0..5a0f625 100644 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -2151,6 +2151,13 @@ test_85b() { #bug 16774 } run_test 85b "check the cancellation of unused locks during recovery(EXTENT)" +test_86() { + umount $MOUNT + do_facet mds lctl set_param mds.${FSNAME}-MDT*.exports.clear=0 + fail mds +} +run_test 86 "umount server after clear nid_stats should not hit LBUG" + equals_msg `basename $0`: test complete, cleaning up check_and_cleanup_lustre [ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG && grep -q FAIL $TESTSUITELOG && exit 1 || true diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a46b25c..553ecac 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6494,15 +6494,6 @@ test_900() { } run_test 900 "umount should not race with any mgc requeue thread" -test_910() { - local nid_cp - - umount $MOUNT - do_facet mds lctl set_param mds.${FSNAME}-MDT*.exports.clear=0 - stop mds -} -run_test 910 "umount server after clear nid_stats should not hit LBUG" - log "cleanup: ======================================================" check_and_cleanup_lustre if [ "$I_MOUNTED" != "yes" ]; then -- 1.8.3.1