From: Alex Zhuravlev Date: Wed, 25 Sep 2019 18:00:40 +0000 (+0300) Subject: LU-12805 tests: disable replay-single/36 X-Git-Tag: 2.15.55~46 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F36291%2F13;p=fs%2Flustre-release.git LU-12805 tests: disable replay-single/36 the test is broken as it checks for server-side message on the client. it fails constantly if changed to make correct checking (on the server). see LU-12805 for the details. Test-Parameters: trivial Test-Parameters: testlist=replay-single Change-Id: I70db3994ba51076ce9a8ef47efded1acb4ddaf52 Signed-off-by: Alex Zhuravlev Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/36291 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Sarah Liu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 0047c42..63013bc 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -21,6 +21,9 @@ if $SHARED_KEY; then fi # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +# bug number: LU-12805 +ALWAYS_EXCEPT+=" 36" + build_test_filter CHECK_GRANT=${CHECK_GRANT:-"yes"} @@ -844,7 +847,7 @@ test_36() { checkstat $DIR/$tfile facet_failover $SINGLEMDS cancel_lru_locks mdc - if $LCTL dk | grep "stale lock .*cookie"; then + if do_facet $SINGLEMDS $LCTL dk | grep "stale lock .*cookie"; then error "cancel after replay failed" fi }