From aac0d4a0628057f26ecff79142fe1d9be486277c Mon Sep 17 00:00:00 2001 From: Dmitry Zogin Date: Fri, 12 Feb 2010 17:27:32 -0500 Subject: [PATCH] b=21913 conf-sanity test_35b FAIL due to client reconnection has not been triggered Improve the robustness of conf-sanity test_35b. i=johann --- lustre/tests/conf-sanity.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 510b63a..2b67c34 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1258,19 +1258,18 @@ test_35b() { # bug 18674 at_max_set 0 mds client fi - mkdir -p $MOUNT/testdir - touch $MOUNT/testdir/test + mkdir -p $MOUNT/$tdir log "Injecting EBUSY on MDS" # Setting OBD_FAIL_MDS_RESEND=0x136 do_facet mds "$LCTL set_param fail_loc=0x80000136" || return 2 - log "Stat on a test file" - stat $MOUNT/testdir/test + log "Creating a test file" + touch $MOUNT/$tdir/$tfile log "Stop injecting EBUSY on MDS" do_facet mds "$LCTL set_param fail_loc=0" || return 3 - rm -f $MOUNT/testdir/test + rm -f $MOUNT/$tdir/$tfile log "done" # restore adaptive timeout -- 1.8.3.1