Whamcloud - gitweb
LU-12622 tests: skip sanity test_816 with SSK 64/35664/2
authorSebastien Buisson <sbuisson@ddn.com>
Thu, 1 Aug 2019 06:58:44 +0000 (08:58 +0200)
committerOleg Drokin <green@whamcloud.com>
Wed, 21 Aug 2019 04:53:06 +0000 (04:53 +0000)
sanity test_816 is incompatible with SSK, so skip it
in case SHARED_KEY is true.

Whamcloud-bug-id: ATM-1283
Test-Parameters: trivial
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I019cf6a4bab8b0cf9825b7c49f364225d5156dfa
Reviewed-on: https://review.whamcloud.com/35664
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
lustre/tests/sanity.sh

index 2b74045..d6e2f40 100644 (file)
@@ -21659,6 +21659,9 @@ test_815()
 run_test 815 "zero byte tiny write doesn't hang (LU-12382)"
 
 test_816() {
+       [ "$SHARED_KEY" = true ] &&
+               skip "OSC connections never go IDLE with Shared-Keys enabled"
+
        $LFS setstripe -c 1 -i 0 $DIR/$tfile
        # ensure ost1 is connected
        stat $DIR/$tfile >/dev/null || error "can't stat"