1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: adjust target version to enable reshape tests

Bump target version to 1.14.0 which contains fixes
for reshape deadlock/corruption to allow tests to
run once the respective fixes show up in kernels.

Remove now superfluous multi-core checks.

Resolves: rhbz1501145
Related: rhbz1514539
Related: rhbz1586123
Related: rhbz1613039
This commit is contained in:
Heinz Mauelshagen 2018-09-11 15:39:31 +02:00
parent d0ff078e77
commit df67b1da4d
7 changed files with 7 additions and 34 deletions

View File

@ -19,11 +19,8 @@ SKIP_WITH_LVMPOLLD=1
aux lvmconf 'activation/raid_region_size = 512'
which mkfs.ext4 || skip
aux have_raid 1 13 1 || skip
aux have_raid 1 14 0 || skip
# Temporarily skip reshape tests on single-core CPUs until there's a fix for
# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20
aux have_multi_core || skip
aux prepare_vg 5
#

View File

@ -18,12 +18,7 @@ SKIP_WITH_LVMPOLLD=1
aux lvmconf 'activation/raid_region_size = 512'
which mkfs.ext4 || skip
aux have_raid 1 13 1 || skip
# Temporarily skip reshape tests on single-core CPUs until there's a fix for
# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20
aux have_multi_core || skip
aux prepare_vg 5
aux have_raid 1 14 0 || skip
#
# Test multi step linear -> striped conversion

View File

@ -17,11 +17,8 @@ SKIP_WITH_LVMPOLLD=1
aux lvmconf 'activation/raid_region_size = 512'
which mkfs.ext4 || skip
aux have_raid 1 12 0 || skip
aux have_raid 1 14 0 || skip
# Temporarily skip reshape tests on single-core CPUs until there's a fix for
# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20
aux have_multi_core || skip
aux prepare_vg 5
#

View File

@ -18,11 +18,7 @@ SKIP_WITH_LVMPOLLD=1
aux lvmconf 'activation/raid_region_size = 512'
which mkfs.ext4 || skip
aux have_raid 1 13 1 || skip
# Temporarily skip reshape tests on single-core CPUs until there's a fix for
# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20
aux have_multi_core || skip
aux have_raid 1 14 0 || skip
aux prepare_vg 5

View File

@ -18,11 +18,7 @@ SKIP_WITH_LVMPOLLD=1
aux lvmconf 'activation/raid_region_size = 512'
which mkfs.ext4 || skip
aux have_raid 1 12 0 || skip
# Temporarily skip reshape tests on single-core CPUs until there's a fix for
# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20
aux have_multi_core || skip
aux have_raid 1 14 0 || skip
aux prepare_vg 5 20

View File

@ -18,12 +18,7 @@ LVM_SKIP_LARGE_TESTS=0
. lib/inittest
which mkfs.ext4 || skip
aux have_raid 1 13 99 || skip # needed to address RHBZ#1501145
# Temporarily skip reshape tests on single-core CPUs until there's a fix for
# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20
#aux have_multi_core || skip
# dropping single-core limitation with 1.12 target
aux have_raid 1 14 0 || skip
if [ $LVM_SKIP_LARGE_TESTS -eq 0 ]
then

View File

@ -16,11 +16,8 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
which mkfs.ext4 || skip
aux have_raid 1 12 0 || skip
aux have_raid 1 14 0 || skip
# Temporarily skip reshape tests on single-core CPUs until there's a fix for
# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20
aux have_multi_core || skip
aux prepare_vg 5
#