From: Alex Zhuravlev Date: Mon, 13 May 2019 17:49:44 +0000 (+0300) Subject: LU-10754 tests: sanityn/47b to sleep for 1s X-Git-Tag: 2.12.54~67 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F34853%2F4;p=fs%2Flustre-release.git 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 --- 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