[lvm-devel] master - test: "Disable" lvconvert-raid-reshape

Marian Csontos mcsontos at sourceware.org
Thu Oct 12 08:55:32 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=ae55b1b20a4539be2f9702f5dbf882cf50267a62
Commit:        ae55b1b20a4539be2f9702f5dbf882cf50267a62
Parent:        71261ae3747f3810a1cf279098e149bc0f8dd833
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Thu Oct 12 10:53:22 2017 +0200
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Thu Oct 12 10:55:02 2017 +0200

test: "Disable" lvconvert-raid-reshape

...when running from ramdisk. This causes test failure, so it is kept on
eyes.
---
 test/shell/lvconvert-raid-reshape.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/test/shell/lvconvert-raid-reshape.sh b/test/shell/lvconvert-raid-reshape.sh
index c93d79b..b07e1ce 100644
--- a/test/shell/lvconvert-raid-reshape.sh
+++ b/test/shell/lvconvert-raid-reshape.sh
@@ -15,6 +15,11 @@ SKIP_WITH_LVMPOLLD=1
 
 . lib/inittest
 
+if [[ "$TESTDIR" == /dev/shm/* ]]; then
+	echo "Disabled. This tests is permanently causing /dev/shm exhaustion. RHBZ#1501145"
+	false
+fi
+
 which mkfs.ext4 || skip
 aux have_raid 1 12 0 || skip
 




More information about the lvm-devel mailing list