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

2025-01-28 Thread Thomas Huth
On 24/01/2025 16.28, Daniel P. Berrangé wrote: On Fri, Jan 24, 2025 at 03:15:25PM +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 and document the co

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

2025-01-24 Thread Daniel P . Berrangé
On Fri, Jan 24, 2025 at 03:15:25PM +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 and document the > corresponding environment variable that is u

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

2025-01-24 Thread Philippe Mathieu-Daudé
On 24/1/25 15:15, 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 and document the corresponding environment variable that is used to enable the tests. Sign

[PATCH 1/5] tests/functional: Add a decorator for skipping long running tests

2025-01-24 Thread Thomas Huth
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 and document the corresponding environment variable that is used to enable the tests. Signed-off-by: Thomas Huth --- docs/devel