From 85ac0da36748311528aa7b89f62679f087b7445c Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Mon, 13 May 2019 20:49:44 +0300 Subject: [PATCH] LU-10754 tests: sanityn/47b to sleep for 1s it seem 0.2s is not enough in this specific case Change-Id: I51e00adb2de1229e8beafd8fe567fa7637e5d764 Signed-off-by: Alex Zhuravlev Reviewed-on: https://review.whamcloud.com/34853 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: James Nunez --- lustre/tests/sanityn.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index d59d426..a4006aa 100755 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -2564,6 +2564,7 @@ test_47b() { do_facet $SINGLEMDS lctl set_param fail_loc=0x80000145 $LFS mkdir -i 1 $DIR1/$tfile & PID1=$! ; pdo_sched + sleep 1 # please do not remove this sleep, see LU-10754 multiop $DIR2/$tfile oO_CREAT:O_EXCL:c & PID2=$! ; pdo_sched do_facet $SINGLEMDS lctl set_param fail_loc=0 -- 1.8.3.1