From d27ec1f8ea39fa899fdac2d13041dd5ab817ceba Mon Sep 17 00:00:00 2001 From: huanghua Date: Mon, 16 Oct 2006 05:21:42 +0000 Subject: [PATCH] disable sanity 60a tempprarily, which has some problem to fix. --- lustre/ldlm/ldlm_lib.c | 2 +- lustre/tests/sanity.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 215c284..baf2f72 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1615,7 +1615,7 @@ int target_queue_recovery_request(struct ptlrpc_request *req, * Also, a resent, replayed request that has already been * handled will pass through here and be processed immediately. */ - CWARN("Next recovery transno: "LPX64", current: "LPX64", replaying: %i\n", + CWARN("Next recovery transno: "LPU64", current: "LPU64", replaying: %i\n", obd->obd_next_recovery_transno, transno, obd->obd_req_replaying); if (transno <= obd->obd_next_recovery_transno && obd->obd_req_replaying) { /* Processing the queue right now, don't re-add. */ diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 00a91f6..2602536 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2396,11 +2396,11 @@ test_59() { } run_test 59 "verify cancellation of llog records async =========" -test_60() { +test_60a() { echo 60 "llog tests run from kernel mode" - sh run-llog.sh +# sh run-llog.sh } -run_test 60 "llog sanity tests run from kernel module ==========" +run_test 60a "llog sanity tests run from kernel module ==========" test_60b() { # bug 6411 dmesg > $DIR/dmesg -- 1.8.3.1