Re: [OE-core][PATCH v2] oeqa/runtime: fix race-condition in minidebuginfo test

2024-06-10 Thread Richard Purdie
On Mon, 2024-06-10 at 18:03 +0200, Etienne Cordonnier via lists.openembedded.org wrote: > From: Etienne Cordonnier > > Fix this error where 'coredumpctl info' warns that the coredump is still being > processed: > > ``` > AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found. > -- N

[OE-core][PATCH v2] oeqa/runtime: fix race-condition in minidebuginfo test

2024-06-10 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier Fix this error where 'coredumpctl info' warns that the coredump is still being processed: ``` AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found. -- Notice: 1 systemd-coredump@.service unit is running, output may be incomplete. ``` Signed-off-by: Etienn