qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/5] tests/functional: Add a decorator for skipping long r


From: Daniel P . Berrangé
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
User-agent: Mutt/2.2.13 (2024-03-09)

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 :|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]