Whamcloud - gitweb
LU-13745 tests: skip sanity test_426 for 4.15+ 66/40366/2
authorJohn L. Hammond <jhammond@whamcloud.com>
Thu, 22 Oct 2020 22:09:03 +0000 (17:09 -0500)
committerOleg Drokin <green@whamcloud.com>
Fri, 23 Oct 2020 17:34:46 +0000 (17:34 +0000)
Add sanity test_426 to ALWAYS_EXCEPT for newer client kernels because
it is crashing 100% since "LU-13745 test: add splice test for lustre"
was landed.

Test-Parameters: trivial clientdistro=ubuntu1804
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I84a722a27c3e8a572c20b46ca9daaf44e8720b54
Reviewed-on: https://review.whamcloud.com/40366
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
lustre/tests/sanity.sh

index edc1dc9..44f5646 100755 (executable)
@@ -65,8 +65,8 @@ if [[ $(uname -m) = aarch64 ]]; then
        ALWAYS_EXCEPT+=" 400a     400b"
 fi
 
-# skip splice tests on kernels >= 4.18.0 until they are fixed
-if [ $LINUX_VERSION_CODE -ge $(version_code 4.18.0) ]; then
+# skip splice tests on kernels >= 4.15.0 until they are fixed
+if [ $LINUX_VERSION_CODE -ge $(version_code 4.15.0) ]; then
        # bug number:   LU-14045
        ALWAYS_EXCEPT+=" 426"
 fi