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

2024-06-13 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. ``` (From OE-Core rev:

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

2024-06-12 Thread Ross Burton
On 11 Jun 2024, at 14:24, Etienne Cordonnier via lists.openembedded.org wrote: > > +# Give some time to systemd-coredump@.service to process the coredump > +TIMEOUT_SEC = 20 > +for x in range(TIMEOUT_SEC): > +status, output = self.target.run('coredumpctl list

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

2024-06-11 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: