[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 :|
- [PATCH v2 0/5] Convert the MIPS replay tests to the functional framework, Thomas Huth, 2025/01/28
- [PATCH v2 1/5] tests/functional: Add a decorator for skipping long running tests, Thomas Huth, 2025/01/28
- Re: [PATCH v2 1/5] tests/functional: Add a decorator for skipping long running tests,
Daniel P . Berrangé <=
- [PATCH v2 3/5] tests/functional/test_mipsel_malta: Convert the mipsel replay tests, Thomas Huth, 2025/01/28
- [PATCH v2 2/5] tests/functional: Add the ReplayKernelBase class, Thomas Huth, 2025/01/28
- [PATCH v2 4/5] tests/functional/test_mips64el_malta: Convert the mips64el replay tests, Thomas Huth, 2025/01/28
- [PATCH v2 5/5] tests/functional/test_mips_malta: Convert the mips big endian replay tests, Thomas Huth, 2025/01/28