On Mon, 6 Jul 2026 at 16:55, David Marchand <[email protected]> wrote: > > There was a logical error when making some last minute change. > Fix the no_shconf evaluation. > > Besides, we currently have no unit test checking device hotplug in the > fast-tests testsuite. > Instead, we rely on rcX tags validations when non regression tests > relying on the multiprocess examples are run. > > Add some basic unit test that does not cover all that the examples do > yet provide a first gate on multiprocess changes. > > Bugzilla ID: 1963 > Fixes: 1a2e26d8701d ("dev: skip multi-process in hotplug") > > Signed-off-by: David Marchand <[email protected]>
There are some issues with the added test. The new test is failing on LoongArch CI. LoongArch CI seems to have a list of excluded tests, and it excludes multiprocess related tests. So I guess I'll need LoongArch people to update their tests. I also have a build issue when disabling net/null. The AI bot also pointed out some leak in the test exit/error paths. So I'll send a v2, but I'll separate the EAL fix from the unit test so that I can merge the fix quickly. -- David Marchand

