nkaje opened a new pull request #2328: URL: https://github.com/apache/mynewt-core/pull/2328
The concurrency test output is garbled and difficult to read when the lines don't get printed completely. Avoid this by using a mutex. Before ` === Concurrency [8 tasks] === task0 [0 fails / 256 ok] done task1 [0 fails / 2t5t6t totkt] done ask2 [0 fails / 256 ok] done ask3 [0 afaaaials / 256 ok] done sk4 [0 fails / 256 sosks] done k5 [0 fails / 256 ok] done k6 [0 fakils / 256 ok] done 7 [0 fails / 256 ok] done ` After ` === Concurrency [8 tasks] === task0 [0 fails / 256 ok] done task1 [0 fails / 256 ok] done task2 [0 fails / 256 ok] done task3 [0 fails / 256 ok] done task4 [0 fails / 256 ok] done task5 [0 fails / 256 ok] done task6 [0 fails / 256 ok] done task7 [0 fails / 256 ok] done ` Signed-off-by: Naveen Kaje <[email protected]> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
