* main - tests: check for at least 1G of RAM
@ 2022-09-07 13:04 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2022-09-07 13:04 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=e1e05cf2b526fbd8689dca8b0b232f0b1ce8ed7c
Commit: e1e05cf2b526fbd8689dca8b0b232f0b1ce8ed7c
Parent: a6e47a161240e977bac5522d85e92fff3c1c9026
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Wed Aug 31 13:57:41 2022 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Sep 7 15:00:15 2022 +0200
tests: check for at least 1G of RAM
This test requires quite some RAM to be there.
---
test/shell/lvconvert-raid-reshape.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/shell/lvconvert-raid-reshape.sh b/test/shell/lvconvert-raid-reshape.sh
index bc6eaa733..e55ab7ab9 100644
--- a/test/shell/lvconvert-raid-reshape.sh
+++ b/test/shell/lvconvert-raid-reshape.sh
@@ -20,6 +20,8 @@ LVM_SKIP_LARGE_TESTS=0
which mkfs.ext4 || skip
aux have_raid 1 14 0 || skip
+test "$(aux total_mem)" -gt 1048576 || skip "Not enough RAM for this test"
+
if [ $LVM_SKIP_LARGE_TESTS -eq 0 ]
then
aux prepare_pvs 65 9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-07 13:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07 13:04 main - tests: check for at least 1G of RAM Zdenek Kabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.