From: Andreas Dilger Date: Thu, 13 Apr 2017 22:57:56 +0000 (-0600) Subject: LU-9140 tests: disable sanityn test_77j and test_77k X-Git-Tag: 2.9.56~35 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e9b0c8b55c100e1d86093636309b385a913e927e;p=fs%2Flustre-release.git LU-9140 tests: disable sanityn test_77j and test_77k These tests are failing regularly, disable until fixed. Test-Parameters: trivial testlist=sanityn Signed-off-by: Andreas Dilger Change-Id: I9aa88b0a564e6c74e021627bdc372d40df92c3f6 Reviewed-on: https://review.whamcloud.com/26615 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 7b05211..a2e9202 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -3101,7 +3101,7 @@ tbf_verify() { # verify the write rate does not exceed 110% of TBF limited rate [ $(bc <<< "$rate < 1.1 * $1") -eq 1 ] || - error "The write rate ($rate) exceeds 110% of preset rate ($1)" + error_ignore LU-9140 "The write rate ($rate) exceeds 110% of preset rate ($1)" cancel_lru_locks osc @@ -3112,7 +3112,7 @@ tbf_verify() { # verify the read rate does not exceed 110% of TBF limited rate [ $(bc <<< "$rate < 1.1 * $2") -eq 1 ] || - error "The read rate ($rate) exceeds 110% of preset rate ($2)" + error_ignore LU-9140 "The read rate ($rate) exceeds 110% of preset rate ($2)" cancel_lru_locks osc rm -rf $dir || error "rm -rf $dir failed"