Whamcloud - gitweb
LU-11388 test: enable replay-single test_131b 21/40421/7
authorVikentsi Lapa <vlapa@whamcloud.com>
Tue, 27 Oct 2020 14:39:58 +0000 (14:39 +0000)
committerOleg Drokin <green@whamcloud.com>
Thu, 23 Dec 2021 07:17:10 +0000 (07:17 +0000)
Issue is fixed, so this commit verifies fix.

Test-Parameters: trivial env=ONLY=131 testlist=replay-single fstype=zfs
Signed-off-by: Vikentsi Lapa <vlapa@whamcloud.com>
Change-Id: I609146172c1fee2a955d5c41f623c8b8c2ffaeaa
Reviewed-on: https://review.whamcloud.com/40421
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/replay-single.sh

index cddb213..db6eac3 100755 (executable)
@@ -12,8 +12,7 @@ ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT "
 ALWAYS_EXCEPT+="               59"
 
 if [ "$mds1_FSTYPE" = zfs ]; then
 ALWAYS_EXCEPT+="               59"
 
 if [ "$mds1_FSTYPE" = zfs ]; then
-       # bug number for skipped test: LU-11388
-       ALWAYS_EXCEPT+="               131b"
+       ALWAYS_EXCEPT+=""
 fi
 
 if $SHARED_KEY; then
 fi
 
 if $SHARED_KEY; then