[lvm-devel] master - tests: bump raid target version in reshape tests

Heinz Mauelshagen heinzm at sourceware.org
Fri May 4 14:58:49 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=c9729022bf691a57df25bca43995e9a05c9cf130
Commit:        c9729022bf691a57df25bca43995e9a05c9cf130
Parent:        8bf92875f7f4633d457640af2503c06ffdee7f37
Author:        Heinz Mauelshagen <heinzm at redhat.com>
AuthorDate:    Fri May 4 16:56:38 2018 +0200
Committer:     Heinz Mauelshagen <heinzm at redhat.com>
CommitterDate: Fri May 4 16:58:11 2018 +0200

tests: bump raid target version in reshape tests

Adjust to target version allowing tests to succeed.
---
 test/shell/lvconvert-raid-reshape-load.sh          |    2 +-
 .../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 23046e5..cd72d09 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 e7066be..88722b0 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 2143b4c..1be8d61 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"
 




More information about the lvm-devel mailing list