Whamcloud - gitweb
LU-13578 test: sleep longer in sanity test_39
authorJohn L. Hammond <jhammond@whamcloud.com>
Wed, 8 Jun 2022 02:15:39 +0000 (19:15 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 14 Oct 2022 20:01:59 +0000 (20:01 +0000)
In sanity test_39r(), sleep for 2 * atime_diff rather than atime_diff + 1.

Lustre-change: https://review.whamcloud.com/47346
Lustre-commit: be2525ffddb4bf55fde77e97b00d1c349119daed

Test-Parameters: trivial testlist=sanity env=ONLY=39r,ONLY_REPEAT=50
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: Ied508e12c848f6935d2317fb86bddc5341a6156e
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/48831
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
lustre/tests/sanity.sh

index f0a41ac..b5d2fd5 100755 (executable)
@@ -4872,7 +4872,7 @@ test_39r() {
        cancel_lru_locks osc
 
        # exceed atime_diff and access file
-       sleep 6
+       sleep 10
        dd if=$DIR/$tfile of=/dev/null bs=4k count=1 ||
                error "can't udpate atime"