From e9b0c8b55c100e1d86093636309b385a913e927e Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 13 Apr 2017 16:57:56 -0600 Subject: [PATCH] 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 --- lustre/tests/sanityn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 1.8.3.1