Whamcloud - gitweb
LU-10754 tests: sanityn/47b to sleep for 1s 53/34853/4
authorAlex Zhuravlev <bzzz@whamcloud.com>
Mon, 13 May 2019 17:49:44 +0000 (20:49 +0300)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 22 May 2019 20:00:32 +0000 (20:00 +0000)
it seem 0.2s is not enough in this specific case

Change-Id: I51e00adb2de1229e8beafd8fe567fa7637e5d764
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/34853
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
lustre/tests/sanityn.sh

index d59d426..a4006aa 100755 (executable)
@@ -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