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:
parent
3c70c243c5
commit
36bccbc4f3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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() {
|
||||
|
@ -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=()
|
||||
|
Loading…
Reference in New Issue
Block a user