Whamcloud - gitweb
LU-5407 tests: Disable replay-single test 58c 64/14864/2
authorJames Nunez <james.a.nunez@intel.com>
Tue, 19 May 2015 18:50:44 +0000 (12:50 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 20 May 2015 14:47:00 +0000 (14:47 +0000)
Replay-single test 58c is failing review-zfs with enough
frequency that is it interfering with landing patches.

Test 58c is temporarily disabled for zfs only.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: Ief1b4d5c9ab6bf163bdae9737c1bffcdbef763cf
Reviewed-on: http://review.whamcloud.com/14864
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/replay-single.sh

index 89efa0b..2f34c50 100755 (executable)
@@ -29,8 +29,8 @@ ALWAYS_EXCEPT="                 61d   $REPLAY_SINGLE_EXCEPT"
 [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 12 16 44a      44b    65 66 67 68"
 
 [ $(facet_fstype $SINGLEMDS) = "zfs" ] &&
 [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 12 16 44a      44b    65 66 67 68"
 
 [ $(facet_fstype $SINGLEMDS) = "zfs" ] &&
-# bug number for skipped test:        LU-1867  LU-3127
-        ALWAYS_EXCEPT="$ALWAYS_EXCEPT 89       73b"
+# bug number for skipped test:        LU-1867  LU-3127 LU-5407
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 89        73b     58c"
 
 build_test_filter
 
 
 build_test_filter