From 829731a6e971f4ca12c23e8fcd08fb4516b839dd Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Fri, 16 Feb 2018 12:46:30 +0300 Subject: [PATCH] LU-8503 tests: fix replay-single/66b test In replay-single test_66b replace lookup with touch to ensure a new RPC is sent on each test invocation. Author: Abrarahmed Momin Signed-off-by: Abrarahmed Momin Signed-off-by: Elena Gryaznova Signed-off-by: Ashish Purkar Test-Parameters: trivial testlist=replay-single envdefinitions=ONLY=66b Cray-bug-id: LUS-4868 Seagate-bug-id: MRP-3386 Reviewed-by: Rahul Deshmukh Reviewed-by: Ujjwal Lanjewar Change-Id: I87e91cccd8af92fe9ca2002127af934b8b02edfb Reviewed-on: https://review.whamcloud.com/21941 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Alexandr Boyko Reviewed-by: Vladimir Saveliev Reviewed-by: Oleg Drokin --- lustre/tests/replay-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 3b0f75e..3dfcd04 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1912,7 +1912,7 @@ test_66b() #bug 3055 $LCTL set_param fail_val=$(($ORIG + 5)) #define OBD_FAIL_PTLRPC_PAUSE_REP 0x50c $LCTL set_param fail_loc=0x50c - ls $DIR/$tfile > /dev/null 2>&1 + touch $DIR/$tfile > /dev/null 2>&1 $LCTL set_param fail_loc=0 CUR=$(lctl get_param -n mdc.${FSNAME}-MDT0000*.timeouts | awk '/network/ {print $4}') -- 1.8.3.1