On Fri, Dec 05, 2025 at 01:37:06PM +0100, David Marchand wrote: > On Thu, 4 Dec 2025 at 19:22, Bruce Richardson > <[email protected]> wrote: > > diff --git a/app/test/test_red.c b/app/test/test_red.c > > index 7f38ed1469..4b17173999 100644 > > --- a/app/test/test_red.c > > +++ b/app/test/test_red.c > > @@ -1872,6 +1872,6 @@ test_red_all(void) > > > > #endif /* !RTE_EXEC_ENV_WINDOWS */ > > > > -REGISTER_TEST_COMMAND(red_autotest, test_red); > > +REGISTER_FAST_TEST(red_autotest, NOHUGE_OK, ASAN_OK, test_red); > > REGISTER_PERF_TEST(red_perf, test_red_perf); > > REGISTER_PERF_TEST(red_all, test_red_all); > > The commit 50823f30f0c8 ("test: build using per-file dependencies") > removed some context on why some tests were not part of a testsuite. > -# Tests known to have issues or which don't belong in other tests lists. > -extra_test_names = [ > - 'alarm_autotest', # ee00af60170b ("test: remove strict timing > requirements some tests") > - 'red_autotest', # https://bugs.dpdk.org/show_bug.cgi?id=826 > -] > > I would prefer we don't put an unreliable test in fast-tests. > Agreed, but for many cases for developers running these on their systems, it's probably worth having them in. What would you think about having checks in the tests themselves to detect if they are running in github CI and to skip themselves in that case?
- RE: [PATCH v2 01/10] app/test: make parameters c... Marat Khalili
- Re: [PATCH v2 01/10] app/test: make paramete... Bruce Richardson
- [PATCH v2 03/10] app/test: reduce duration of second... Bruce Richardson
- [PATCH v2 04/10] app/test: fix timer loop hang on se... Bruce Richardson
- [PATCH v2 05/10] eal: add internal APIs to query loa... Bruce Richardson
- [PATCH v2 06/10] app/test: pass loaded driver info t... Bruce Richardson
- [PATCH v2 07/10] app/test: skip power capabilities t... Bruce Richardson
- [PATCH v2 09/10] app/test: add tests to driver test ... Bruce Richardson
- [PATCH v2 08/10] app/test: add some unattached tests... Bruce Richardson
- Re: [PATCH v2 08/10] app/test: add some unattach... David Marchand
- Re: [PATCH v2 08/10] app/test: add some unat... Bruce Richardson
- Re: [PATCH v2 08/10] app/test: add some ... David Marchand
- Re: [PATCH v2 08/10] app/test: add ... Bruce Richardson
- Re: [PATCH v2 08/10] app/test: ... David Marchand
- [PATCH v2 10/10] buildtools/get-test-suites: suppres... Bruce Richardson
- RE: [PATCH v2 10/10] buildtools/get-test-suites:... Marat Khalili
- [PATCH v3 00/11] Assign all unit tests to suites Bruce Richardson
- [PATCH v3 01/11] app/test: make parameters clearer w... Bruce Richardson
- [PATCH v3 02/11] app/test: fix undefined behaviour i... Bruce Richardson
- [PATCH v3 03/11] app/test: reduce duration of second... Bruce Richardson
- [PATCH v3 04/11] app/test: fix timer loop hang on se... Bruce Richardson

