Whamcloud - gitweb
LU-9140 tests: disable sanityn test_77j and test_77k 15/26615/2
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 13 Apr 2017 22:57:56 +0000 (16:57 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 18 Apr 2017 00:15:24 +0000 (00:15 +0000)
These tests are failing regularly, disable until fixed.

Test-Parameters: trivial testlist=sanityn
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I9aa88b0a564e6c74e021627bdc372d40df92c3f6
Reviewed-on: https://review.whamcloud.com/26615
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanityn.sh

index 7b05211..a2e9202 100644 (file)
@@ -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"