Re: [PATCH 4/4] test/malloc: fix case expectation

2023-05-19 Thread Burakov, Anatoly
On 5/19/2023 5:29 AM, Ruifeng Wang wrote: The case expects all stats to be equal. Therefor the conditions in check should be logically or'ed. Fixes: a40a1f8231b4 ("app: various tests update") Cc: sta...@dpdk.org Signed-off-by: Ruifeng Wang Reviewed-by: Feifei Wang --- Acked-by: Anatoly Bura

[PATCH 4/4] test/malloc: fix case expectation

2023-05-18 Thread Ruifeng Wang
The case expects all stats to be equal. Therefor the conditions in check should be logically or'ed. Fixes: a40a1f8231b4 ("app: various tests update") Cc: sta...@dpdk.org Signed-off-by: Ruifeng Wang Reviewed-by: Feifei Wang --- app/test/test_malloc.c | 20 ++-- 1 file changed, 1