Whamcloud - gitweb
LU-11388 tests: exclude replay-single/131b for ldiskfs
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 14 Oct 2022 21:09:03 +0000 (15:09 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 27 Oct 2022 03:21:19 +0000 (03:21 +0000)
Test is failing about 1/10 of the test runs, even on ldiskfs.

Test-Parameters: trivial testlist=replay-single
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I9c36d026944876e066a1dc36877927b7a92c537e
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/48876
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/48946

lustre/tests/replay-single.sh

index 37a4f82..06de69f 100755 (executable)
@@ -11,10 +11,8 @@ ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT "
 # bug number for skipped test: LU-13614
 ALWAYS_EXCEPT+="               59"
 
-if [ "$mds1_FSTYPE" = zfs ]; then
-       # bug number for skipped test: LU-11388
-       ALWAYS_EXCEPT+="               131b"
-fi
+# bug number for skipped test: LU-11388
+ALWAYS_EXCEPT+="131b"
 
 if $SHARED_KEY; then
        # bug number for skipped tests: LU-9795