From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Thomas Huth <thuth@redhat.com>
Cc: "Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
qemu-devel@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Hao Wu" <wuhaotsh@google.com>,
"Tyrone Ting" <kfting@nuvoton.com>,
"Leif Lindholm" <leif.lindholm@oss.qualcomm.com>,
"Radoslaw Biernacki" <rad@semihalf.com>,
"Peter Maydell" <peter.maydell@linaro.org>
Subject: Re: [PATCH v2 1/5] tests/functional: Add a decorator for skipping long running tests
Date: Wed, 29 Jan 2025 13:49:55 +0000 [thread overview]
Message-ID: <Z5oyA4SagNN5NHy7@redhat.com> (raw)
In-Reply-To: <20250128152839.184599-2-thuth@redhat.com>
On Tue, Jan 28, 2025 at 04:28:35PM +0100, Thomas Huth wrote:
> Some tests have a very long runtime and might run into timeout issues
> e.g. when QEMU has been compiled with --enable-debug. Add a decorator
> for marking them more easily. Rename the corresponding environment
> variable to be more in sync with the other QEMU_TEST_ALLOW_* switches
> that we already have, and add a paragraph about it in the documentation.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> docs/devel/testing/functional.rst | 8 ++++++++
> tests/functional/qemu_test/__init__.py | 2 +-
> tests/functional/qemu_test/decorators.py | 14 ++++++++++++++
> tests/functional/test_aarch64_sbsaref_alpine.py | 5 ++---
> tests/functional/test_aarch64_sbsaref_freebsd.py | 9 +++------
> tests/functional/test_arm_quanta_gsj.py | 6 +++---
> 6 files changed, 31 insertions(+), 13 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
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:[~2025-01-29 13:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-28 15:28 [PATCH v2 0/5] Convert the MIPS replay tests to the functional framework Thomas Huth
2025-01-28 15:28 ` [PATCH v2 1/5] tests/functional: Add a decorator for skipping long running tests Thomas Huth
2025-01-29 13:49 ` Daniel P. Berrangé [this message]
2025-01-28 15:28 ` [PATCH v2 2/5] tests/functional: Add the ReplayKernelBase class Thomas Huth
2025-01-28 15:28 ` [PATCH v2 3/5] tests/functional/test_mipsel_malta: Convert the mipsel replay tests Thomas Huth
2025-01-29 13:50 ` Daniel P. Berrangé
2025-01-28 15:28 ` [PATCH v2 4/5] tests/functional/test_mips64el_malta: Convert the mips64el " Thomas Huth
2025-01-29 13:51 ` Daniel P. Berrangé
2025-01-28 15:28 ` [PATCH v2 5/5] tests/functional/test_mips_malta: Convert the mips big endian " Thomas Huth
2025-01-29 13:51 ` Daniel P. Berrangé
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=Z5oyA4SagNN5NHy7@redhat.com \
--to=berrange@redhat.com \
--cc=jiaxun.yang@flygoat.com \
--cc=kfting@nuvoton.com \
--cc=leif.lindholm@oss.qualcomm.com \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rad@semihalf.com \
--cc=thuth@redhat.com \
--cc=wuhaotsh@google.com \
/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.