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

tests: skip some tests on valgrind run

Skip some tests that takes too much time with valgrind pass.
This commit is contained in:
Zdenek Kabelac 2023-10-02 22:42:36 +02:00
parent 3c70c243c5
commit 36bccbc4f3
4 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
test "${LVM_VALGRIND:-0}" -eq 0 || skip # too slow test for valgrind
which mkfs.ext4 || skip
which resize2fs || skip
aux have_integrity 1 5 0 || skip

View File

@ -14,6 +14,7 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
test "${LVM_VALGRIND:-0}" -eq 0 || skip # too slow test for valgrind
which mkfs.ext4 || skip
which resize2fs || skip
aux have_integrity 1 5 0 || skip

View File

@ -14,6 +14,7 @@
. lib/inittest
test "${LVM_VALGRIND:-0}" -eq 0 || skip # too slow test for valgrind
aux lvmconf "global/support_mirrored_mirror_log=1"
log_name_to_count() {

View File

@ -16,6 +16,7 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
test "${LVM_VALGRIND:-0}" -eq 0 || skip # too slow test for valgrind
get_image_pvs() {
local d
local images=()