[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME |
Date: |
Mon, 2 Dec 2024 10:57:33 +0000 |
On Sun, 1 Dec 2024 at 18:09, Pierrick Bouvier
<pierrick.bouvier@linaro.org> wrote:
>
> Hi Marcin,
>
> On 12/1/24 05:34, Marcin Juszkiewicz wrote:
> > W dniu 28.11.2024 o 22:37, Pierrick Bouvier pisze:
> >> This boot an OP-TEE environment, and launch a nested guest VM inside it
> >> using the Realms feature. We do it for virt and sbsa-ref platforms.
> >>
> >> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> >
> >> diff --git a/tests/functional/meson.build b/tests/functional/meson.build
> >> index 5c048cfac6d..b975a1560df 100644
> >> --- a/tests/functional/meson.build
> >> +++ b/tests/functional/meson.build
> >> @@ -13,6 +13,8 @@ endif
> >> test_timeouts = {
> >> 'aarch64_aspeed' : 600,
> >> 'aarch64_raspi4' : 480,
> >
> >> + 'aarch64_rme_virt' : 720,
> >
> > Took 2974.95s on M1 Pro macbook.
> >
> >> + 'aarch64_rme_sbsaref' : 720,
> >
> > This one needed 2288.29s.
> >
> >> 'aarch64_sbsaref_alpine' : 720,
> >
> > Have to check cause timed out.
> >
> >> 'aarch64_sbsaref_freebsd' : 720,
> >
> > 331.65s
> >
> > So RME tests probably need longer timeouts or would not run at all.
> >
>
> By any chance, are you running those tests in debug mode?
> It seems to me that CI is running functional tests with optimized
> builds, so I'm not sure we want to support debug "times" here.
We do need to support debug times, because a common developer
use case is "doing a debug build, run 'make check-functional'
to check whether anything is broken. The debug times also
are useful because the CI runners can have highly variable
performance -- if a test is slow enough to hit the timeout
for a debug build locally, it's probably going to also hit
the timeout at least sometimes in CI.
thanks
-- PMM
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Marcin Juszkiewicz, 2024/12/01
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Pierrick Bouvier, 2024/12/01
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME,
Peter Maydell <=
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Pierrick Bouvier, 2024/12/02
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2024/12/02
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Pierrick Bouvier, 2024/12/02
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Peter Maydell, 2024/12/02
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Pierrick Bouvier, 2024/12/02
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Peter Maydell, 2024/12/03
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Pierrick Bouvier, 2024/12/02
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Gustavo Romero, 2024/12/03
- Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2024/12/03
Re: [PATCH v2] tests/functional/aarch64: add tests for FEAT_RME, Marcin Juszkiewicz, 2024/12/02