On 15/10/2019 10:28, Ruifeng Wang wrote:
Sanity test could spuriously fail with reporting flush count error.
It was caused by worker stat coherent issue between distributor and
worker thread.
Fix this issue by using atomic operations to update worker stat.

Fixes: c3eabff124e6 ("distributor: add unit tests")
Cc: [email protected]

Signed-off-by: Ruifeng Wang <[email protected]>
Reviewed-by: Gavin Hu <[email protected]>
---
  app/test/test_distributor.c | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
        return 0;


Acked-by: David Hunt <[email protected]>


Reply via email to