From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Dmitry Frolov <frolov@swemel.ru>
Cc: farosas@suse.de, lvivier@redhat.com, sdl.qemu@linuxtesting.org,
qemu-devel@nongnu.org
Subject: Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
Date: Tue, 26 Nov 2024 18:32:18 +0000 [thread overview]
Message-ID: <Z0YUMoPr0oyQhqqK@redhat.com> (raw)
In-Reply-To: <20241113094342.282676-2-frolov@swemel.ru>
On Wed, Nov 13, 2024 at 12:43:40PM +0300, Dmitry Frolov wrote:
> Some tests need more time when qemu is built with
> "--enable-asan --enable-ubsan"
>
> As was discussed here:
> https://patchew.org/QEMU/20241112120100.176492-2-frolov@swemel.r/u
>
> TIMEOUT_MULTIPLIER enviroment variable will be
> a useful option, allowing non-invasive timeouts
> increasing for a specific build.
>
> Signed-off-by: Dmitry Frolov <frolov@swemel.ru>
> ---
> scripts/mtest2make.py | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/scripts/mtest2make.py b/scripts/mtest2make.py
> index eb01a05ddb..ff60b62724 100644
> --- a/scripts/mtest2make.py
> +++ b/scripts/mtest2make.py
> @@ -27,7 +27,9 @@ def names(self, base):
> .speed.slow = $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite $s)
> .speed.thorough = $(foreach s,$(sort $1), --suite $s)
>
> +ifndef TIMEOUT_MULTIPLIER
> TIMEOUT_MULTIPLIER = 1
> +endif
Can you explain what scenario this is needed for, as unless I'm
missing something this change has no purpose. This assignment is
merely defining the defalt value, which can already be overridden
at runtime without this 'ifndef'
eg
$ make check-unit TIMEOUT_MULTIPLIER=7
In another shell:
$ ps -axuwwf | grep 'meson test'
berrange 1931657 3.9 0.1 330904 99344 pts/1 S+ 18:29 0:00 \_ /var/home/berrange/src/virt/qemu/build/pyvenv/bin/python3 /var/home/berrange/src/virt/qemu/build/pyvenv/bin/meson test --no-rebuild -t 7 --num-processes 1 --print-errorlogs --suite unit
shows TIMEOUT_MULTIPLIER being honoured
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2024-11-26 18:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 9:43 [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER Dmitry Frolov
2024-11-13 21:13 ` Fabiano Rosas
2024-11-26 17:48 ` Pierrick Bouvier
2024-11-26 18:14 ` Fabiano Rosas
2024-11-26 18:22 ` Pierrick Bouvier
2024-11-26 18:32 ` Daniel P. Berrangé [this message]
2024-11-27 7:24 ` Дмитрий Фролов
2024-11-27 7:40 ` Дмитрий Фролов
2024-11-27 18:44 ` Pierrick Bouvier
2024-11-27 19:22 ` Philippe Mathieu-Daudé
2024-12-09 17:42 ` Fabiano Rosas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z0YUMoPr0oyQhqqK@redhat.com \
--to=berrange@redhat.com \
--cc=farosas@suse.de \
--cc=frolov@swemel.ru \
--cc=lvivier@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sdl.qemu@linuxtesting.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.