Re: [dpdk-dev] [RFC PATCH] ci: catch coredumps

2021-01-11 Thread Aaron Conole
David Marchand writes: > Parts of the unit tests code rely on forked/secondary processes > (expectedly) failing. > A crash in those situations could be missed so add a check on coredumps > presence after unit tests have run. > > In some situations (like explicitly call rte_panic), coredump genera

[dpdk-dev] [RFC PATCH] ci: catch coredumps

2021-01-11 Thread David Marchand
Parts of the unit tests code rely on forked/secondary processes (expectedly) failing. A crash in those situations could be missed so add a check on coredumps presence after unit tests have run. In some situations (like explicitly call rte_panic), coredump generation must be disabled to avoid false