Re: [PATCH] service: reintroduce test dummy service delay

2024-10-02 Thread David Marchand
On Wed, Oct 2, 2024 at 9:40 PM Mattias Rönnblom wrote: > > Eliminate unreachable code and have dummy service function perform a > short delay again, mimicking previous service core test behavior. > Coverity issue: 445158 > Fixes: a37e053b2364 ("service: extend service function call statistics") >

[PATCH] service: reintroduce test dummy service delay

2024-10-02 Thread Mattias Rönnblom
Eliminate unreachable code and have dummy service function perform a short delay again, mimicking previous service core test behavior. Fixes: a37e053b2364 ("service: extend service function call statistics") Signed-off-by: Mattias Rönnblom --- app/test/test_service_cores.c | 12 +--- 1