From c9729022bf691a57df25bca43995e9a05c9cf130 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Fri, 4 May 2018 16:56:38 +0200 Subject: [PATCH] tests: bump raid target version in reshape tests Adjust to target version allowing tests to succeed. --- test/shell/lvconvert-raid-reshape-load.sh | 2 +- test/shell/lvconvert-raid-reshape-stripes-load-fail.sh | 5 +---- test/shell/lvconvert-raid-reshape-stripes-load.sh | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/test/shell/lvconvert-raid-reshape-load.sh b/test/shell/lvconvert-raid-reshape-load.sh index 23046e5d8..cd72d09ee 100644 --- a/test/shell/lvconvert-raid-reshape-load.sh +++ b/test/shell/lvconvert-raid-reshape-load.sh @@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1 test $(aux total_mem) -gt $((4096*1024)) || skip which mkfs.ext4 || skip -aux have_raid 1 13 1 || skip +aux have_raid 1 13 2 || skip mount_dir="mnt" diff --git a/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh b/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh index e7066be43..88722b01e 100644 --- a/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh +++ b/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh @@ -15,16 +15,13 @@ SKIP_WITH_LVMPOLLD=1 . lib/inittest -# FIXME - skippping until properly kernel is released -skip - # Test reshaping under io load # FIXME: This test requires 3GB in /dev/shm! test $(aux total_mem) -gt $((4096*1024)) || skip which mkfs.ext4 || skip -aux have_raid 1 13 1 || skip +aux have_raid 1 13 2 || skip mount_dir="mnt" diff --git a/test/shell/lvconvert-raid-reshape-stripes-load.sh b/test/shell/lvconvert-raid-reshape-stripes-load.sh index 2143b4c82..1be8d613f 100644 --- a/test/shell/lvconvert-raid-reshape-stripes-load.sh +++ b/test/shell/lvconvert-raid-reshape-stripes-load.sh @@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1 test $(aux total_mem) -gt $((4096*1024)) || skip which mkfs.ext4 || skip -aux have_raid 1 13 1 || skip +aux have_raid 1 13 2 || skip mount_dir="mnt" -- 2.43.5