From 02b6b6746af7e032df51001926fe1d59143520da Mon Sep 17 00:00:00 2001 From: Mikhail Pershin Date: Wed, 3 Oct 2018 21:58:37 +0300 Subject: [PATCH] LU-11388 test: disable replay-single test_131b 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 Change-Id: I76fb56896d53674c7eb9456a8bcbb1b2a23629c7 Reviewed-on: https://review.whamcloud.com/33279 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/replay-single.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 2b93f2d..d261265 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -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 -- 1.8.3.1