1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: bump raid target version in reshape tests

Adjust to target version allowing tests to succeed.
This commit is contained in:
Heinz Mauelshagen 2018-05-04 16:56:38 +02:00
parent 8bf92875f7
commit c9729022bf
3 changed files with 3 additions and 6 deletions

View File

@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1
test $(aux total_mem) -gt $((4096*1024)) || skip test $(aux total_mem) -gt $((4096*1024)) || skip
which mkfs.ext4 || skip which mkfs.ext4 || skip
aux have_raid 1 13 1 || skip aux have_raid 1 13 2 || skip
mount_dir="mnt" mount_dir="mnt"

View File

@ -15,16 +15,13 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest . lib/inittest
# FIXME - skippping until properly kernel is released
skip
# Test reshaping under io load # Test reshaping under io load
# FIXME: This test requires 3GB in /dev/shm! # FIXME: This test requires 3GB in /dev/shm!
test $(aux total_mem) -gt $((4096*1024)) || skip test $(aux total_mem) -gt $((4096*1024)) || skip
which mkfs.ext4 || skip which mkfs.ext4 || skip
aux have_raid 1 13 1 || skip aux have_raid 1 13 2 || skip
mount_dir="mnt" mount_dir="mnt"

View File

@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1
test $(aux total_mem) -gt $((4096*1024)) || skip test $(aux total_mem) -gt $((4096*1024)) || skip
which mkfs.ext4 || skip which mkfs.ext4 || skip
aux have_raid 1 13 1 || skip aux have_raid 1 13 2 || skip
mount_dir="mnt" mount_dir="mnt"