Whamcloud - gitweb
LU-11388 test: disable replay-single test_131b 79/33279/2
authorMikhail Pershin <mpershin@whamcloud.com>
Wed, 3 Oct 2018 18:58:37 +0000 (21:58 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 10 Oct 2018 01:51:10 +0000 (01:51 +0000)
Add test to ALWAYS_EXCEPT list for now due to LU-11388
problem. Change also 'bs' and 'count' in test to have
only one RPC being sent.

Signed-off-by: Mikhail Pershin <mpershin@whamcloud.com>
Change-Id: I76fb56896d53674c7eb9456a8bcbb1b2a23629c7
Reviewed-on: https://review.whamcloud.com/33279
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/replay-single.sh

index 2b93f2d..d261265 100755 (executable)
@@ -29,8 +29,8 @@ ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT "
 [ "$SLOW" = "no" ] && EXCEPT_SLOW="44b"
 
 if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then
-# bug number for skipped test:
-       ALWAYS_EXCEPT+=""
+# bug number for skipped test: LU-11388
+       ALWAYS_EXCEPT+="131b"
        if [ $MDSCOUNT -gt 1 ]; then
 # bug number for skipped test:   LU-10740 LU-11330 LU-9157 LU-11336
                ALWAYS_EXCEPT+=" 2d       70d      80c     80d"
@@ -4733,7 +4733,7 @@ test_131a() {
 
        $LFS setstripe -E 1M -L mdt -E EOF -c 2 $DIR/$tfile
        replay_barrier $SINGLEMDS
-       echo "dom_data" | dd of=$DIR/$tfile bs=1 count=8
+       echo "dom_data" | dd of=$DIR/$tfile bs=8 count=1
        # lock is not canceled and will be replayed
        fail $SINGLEMDS
 
@@ -4748,7 +4748,7 @@ test_131b() {
 
        $LFS setstripe -E 1M -L mdt -E EOF -c 2 $DIR/$tfile
        replay_barrier $SINGLEMDS
-       echo "dom_data" | dd of=$DIR/$tfile bs=1 count=8
+       echo "dom_data" | dd of=$DIR/$tfile bs=8 count=1
        cancel_lru_locks mdc
 
        fail $SINGLEMDS