From c735ca8b07fb355f8aa504fd2d778a67b32b3b69 Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 24 Apr 2003 05:19:26 +0000 Subject: [PATCH] - remove double-CDEBUG in ptlrpc_get_connection path - add some bug numbers to sanity-ldlm.sh --- lustre/tests/sanity-ldlm.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/tests/sanity-ldlm.sh b/lustre/tests/sanity-ldlm.sh index 891957b..e5bd422 100644 --- a/lustre/tests/sanity-ldlm.sh +++ b/lustre/tests/sanity-ldlm.sh @@ -31,7 +31,7 @@ pass() { mount | grep $MOUNT || sh llmount.sh -log '== drop ldlm request ================= test 1' +log '== drop ldlm request ======================== test 1' echo 0x302 > /proc/sys/lustre/fail_loc echo 3 > /proc/sys/lustre/timeout touch $DIR/f & @@ -42,7 +42,7 @@ pass $CLEAN $START -log '== drop ldlm reply ================= test 2' +log '== drop ldlm reply (bug 1139) ================ test 2' echo 0x213 > /proc/sys/lustre/fail_loc echo 3 > /proc/sys/lustre/timeout touch $DIR/f @@ -50,11 +50,11 @@ pass $CLEAN $START -log '== drop reply after completion ================= test 3' +log '== drop reply after completion (bug 1068) ==== test 3' touch $DIR/f stat $DIR/f echo 0x213 > /proc/sys/lustre/fail_loc -echo 0x5 > /proc/sys/lustre/timeout +echo 3 > /proc/sys/lustre/timeout echo foo >> $DIR/f pass $CLEAN -- 1.8.3.1