mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: no further fixes likely to be expected
Skip tests for these kernels.
This commit is contained in:
parent
87659256f0
commit
db37905d7f
@ -18,7 +18,7 @@ SKIP_WITH_LVMPOLLD=1
|
|||||||
# Test reshaping under io load
|
# Test reshaping under io load
|
||||||
|
|
||||||
case "$(uname -r)" in
|
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
|
esac
|
||||||
|
|
||||||
which mkfs.ext4 || skip
|
which mkfs.ext4 || skip
|
||||||
|
@ -22,7 +22,8 @@ which mkfs.ext4 || skip
|
|||||||
aux have_raid 1 13 2 || skip
|
aux have_raid 1 13 2 || skip
|
||||||
|
|
||||||
case "$(uname -r)" in
|
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*)
|
4.18.0-*.el8*)
|
||||||
REL="$(uname -r)"
|
REL="$(uname -r)"
|
||||||
REL="${REL#4.18.0-}"
|
REL="${REL#4.18.0-}"
|
||||||
|
@ -16,7 +16,7 @@ SKIP_WITH_LVMPOLLD=1
|
|||||||
. lib/inittest
|
. lib/inittest
|
||||||
|
|
||||||
case "$(uname -r)" in
|
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
|
esac
|
||||||
|
|
||||||
# Test reshaping under io load
|
# Test reshaping under io load
|
||||||
|
Loading…
Reference in New Issue
Block a user