]> sourceware.org Git - lvm2.git/commitdiff
tests: no further fixes likely to be expected
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 16 Mar 2021 20:40:30 +0000 (21:40 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 16 Mar 2021 23:59:50 +0000 (00:59 +0100)
Skip tests for these kernels.

test/shell/lvconvert-raid-reshape-stripes-load-fail.sh
test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
test/shell/lvconvert-raid-reshape-stripes-load.sh

index 220cd365cbd5ec9568af19959ba5606c925ce24e..da9d34798be8aabaed9d62bdd32865e87f19bdae 100644 (file)
@@ -18,7 +18,7 @@ SKIP_WITH_LVMPOLLD=1
 # Test reshaping under io load
 
 case "$(uname -r)" in
-  3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+  3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
 esac
 
 which mkfs.ext4 || skip
index 3023782dd903665d688b37543d194f281b05f21c..3b61509095447e0bce4fc4d9de60b9fee896f3e2 100644 (file)
@@ -22,7 +22,8 @@ which mkfs.ext4 || skip
 aux have_raid 1 13 2 || skip
 
 case "$(uname -r)" in
-  5.[891]*|3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+  5.[891]*) die "Cannot run this test on unfixed kernel." ;;
+  3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
   4.18.0-*.el8*)
     REL="$(uname -r)"
     REL="${REL#4.18.0-}"
index 6184e9d64e66548e16c84c6f5679958c749f7c5b..68ab8b92bf02c7ac4d9b14143a187df712c5a947 100644 (file)
@@ -16,7 +16,7 @@ SKIP_WITH_LVMPOLLD=1
 . lib/inittest
 
 case "$(uname -r)" in
-  3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+  3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
 esac
 
 # Test reshaping under io load
This page took 0.033761 seconds and 5 git commands to generate.