public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH 0/3] improve debug output for EAL flags unit tests
@ 2026-01-20 11:25 Bruce Richardson
  2026-01-20 11:25 ` [PATCH 1/3] app/test: add extra logging for recursive calls Bruce Richardson
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bruce Richardson @ 2026-01-20 11:25 UTC (permalink / raw)
  To: dev; +Cc: anatoly.burakov, Bruce Richardson

If issues arise in the EAL flags unit tests they can be trick to debug
due to the lack of debugging output when running recursive instances of
the test binary with different EAL flags. Try to improve this situation
by adding extra debug output for recursive dpdk-test calls in general,
and to some of the EAL flags tests in particular that are proving
problematic.

NOTE: there are intermittent failures seen in github actions with the
file-prefix EAL unit tests. The problems seem less frequent, or possibly
"gone", with this set applied, but even if it masks the problem, this
set does give us greater visibility to debug if they do re-occur.

Bruce Richardson (3):
  app/test: add extra logging for recursive calls
  test/eal_flags: add line numbers to error messages
  test/eal_flags: add extra logging for file prefix tests

 app/test/test.c           |  14 +-
 app/test/test_eal_flags.c | 373 ++++++++++++++++++++++----------------
 2 files changed, 224 insertions(+), 163 deletions(-)

--
2.51.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-23 11:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 11:25 [PATCH 0/3] improve debug output for EAL flags unit tests Bruce Richardson
2026-01-20 11:25 ` [PATCH 1/3] app/test: add extra logging for recursive calls Bruce Richardson
2026-01-20 11:25 ` [PATCH 2/3] test/eal_flags: add line numbers to error messages Bruce Richardson
2026-01-20 15:03   ` Stephen Hemminger
2026-01-20 15:22     ` Bruce Richardson
2026-01-20 11:25 ` [PATCH 3/3] test/eal_flags: add extra logging for file prefix tests Bruce Richardson
2026-01-21  9:14 ` [PATCH 0/3] improve debug output for EAL flags unit tests David Marchand
2026-01-23 11:08   ` David Marchand
2026-01-23 11:28     ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox