From: Bruce Richardson <bruce.richardson@intel.com>
To: David Marchand <david.marchand@redhat.com>
Cc: <dev@dpdk.org>, Marat Khalili <marat.khalili@huawei.com>
Subject: Re: [PATCH v4 00/11] Assign all unit tests to suites
Date: Mon, 19 Jan 2026 10:45:12 +0000 [thread overview]
Message-ID: <aW4LOImpe4wh8rmx@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <CAJFAV8y8rObNjwotr0FDCD50pZZfXvekA0m-fZeXMxGJKcLweg@mail.gmail.com>
On Mon, Jan 19, 2026 at 09:09:10AM +0100, David Marchand wrote:
> Hello Bruce,
>
> On Fri, 16 Jan 2026 at 14:24, David Marchand <david.marchand@redhat.com> wrote:
> >
> > On Thu, 11 Dec 2025 at 18:17, Bruce Richardson
> > <bruce.richardson@intel.com> wrote:
> > >
> > > Categorize all unit tests into one of the test suites: generally driver
> > > tests or fast-tests. In order to add some of the tests to fast tests,
> > > some additional work was required, hence the additional patches in this
> > > set. Also, make the parameters for asan and hugepages clearer in each
> > > test's definition.
> > >
<snip>
> >
> > Series applied, thanks.
>
> I can see a few failures, namely, for the daily tests on the main
> branch in GHA, and it seems reproducible.
>
> Attempt 1:
> https://github.com/DPDK/dpdk/actions/runs/21121155333/job/60734135604
> Attempt 2:
> https://github.com/DPDK/dpdk/actions/runs/21121155333/job/60756716459
>
> Could you have a look please?
>
Yes, will investigate. Unfortunately the logs don't show anything
immediately obvious, so some digging is required. I also don't see the
errors when I do a push of latest main to my own github fork, which is
strange.
/Bruce
prev parent reply other threads:[~2026-01-19 10:45 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-02 15:49 [PATCH 0/2] improve fast-tests suite Bruce Richardson
2025-12-02 15:49 ` [PATCH 1/2] app/test: add some unattached tests to fast-test suite Bruce Richardson
2025-12-02 15:49 ` [PATCH 2/2] app/test: make parameters clearer when adding fast tests Bruce Richardson
2025-12-02 16:53 ` Marat Khalili
2025-12-02 18:16 ` Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 00/10] Assign all unit tests to suites Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 01/10] app/test: make parameters clearer when adding fast tests Bruce Richardson
2025-12-05 10:10 ` Marat Khalili
2025-12-05 10:17 ` Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 02/10] app/test: fix undefined behaviour in red autotest Bruce Richardson
2025-12-05 10:25 ` Marat Khalili
2025-12-04 18:20 ` [PATCH v2 03/10] app/test: reduce duration of secondary timer test Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 04/10] app/test: fix timer loop hang on secondary process failure Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 05/10] eal: add internal APIs to query loaded driver paths Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 06/10] app/test: pass loaded driver info to secondary procs Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 07/10] app/test: skip power capabilities test if unsupported Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 08/10] app/test: add some unattached tests to fast-test suite Bruce Richardson
2025-12-05 12:37 ` David Marchand
2025-12-05 12:43 ` Bruce Richardson
2025-12-05 12:50 ` David Marchand
2025-12-05 12:53 ` Bruce Richardson
2025-12-05 13:08 ` David Marchand
2025-12-04 18:20 ` [PATCH v2 09/10] app/test: add tests to driver test suite Bruce Richardson
2025-12-04 18:20 ` [PATCH v2 10/10] buildtools/get-test-suites: suppress empty output Bruce Richardson
2025-12-05 10:29 ` Marat Khalili
2025-12-08 11:52 ` [PATCH v3 00/11] Assign all unit tests to suites Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 01/11] app/test: make parameters clearer when adding fast tests Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 02/11] app/test: fix undefined behaviour in red autotest Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 03/11] app/test: reduce duration of secondary timer test Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 04/11] app/test: fix timer loop hang on secondary process failure Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 05/11] eal: add internal APIs to query loaded driver paths Bruce Richardson
2025-12-08 19:09 ` Stephen Hemminger
2025-12-09 8:41 ` Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 06/11] app/test: pass loaded driver info to secondary procs Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 07/11] app/test: skip power capabilities test if unsupported Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 08/11] app/test: add some unattached tests to fast-test suite Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 09/11] app/test: add tests to driver test suite Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 10/11] buildtools/get-test-suites: suppress empty output Bruce Richardson
2025-12-08 11:52 ` [PATCH v3 11/11] app/test: move red autotest to attic Bruce Richardson
2025-12-08 19:10 ` [PATCH v3 00/11] Assign all unit tests to suites Stephen Hemminger
2025-12-09 8:50 ` Bruce Richardson
2025-12-11 17:16 ` [PATCH v4 " Bruce Richardson
2025-12-11 17:16 ` [PATCH v4 01/11] app/test: make parameters clearer when adding fast tests Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 02/11] app/test: fix undefined behaviour in red autotest Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 03/11] app/test: reduce duration of secondary timer test Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 04/11] app/test: fix timer loop hang on secondary process failure Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 05/11] eal: add internal APIs to query loaded driver paths Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 06/11] app/test: pass loaded driver info to secondary procs Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 07/11] app/test: skip power capabilities test if unsupported Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 08/11] app/test: add some unattached tests to fast-test suite Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 09/11] app/test: add tests to driver test suite Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 10/11] buildtools/get-test-suites: suppress empty output Bruce Richardson
2025-12-11 17:17 ` [PATCH v4 11/11] app/test: move red autotest to attic Bruce Richardson
2026-01-16 13:24 ` [PATCH v4 00/11] Assign all unit tests to suites David Marchand
2026-01-19 8:09 ` David Marchand
2026-01-19 10:45 ` Bruce Richardson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aW4LOImpe4wh8rmx@bricha3-mobl1.ger.corp.intel.com \
--to=bruce.richardson@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=marat.khalili@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox