Greetings.
The attached demo demonstrates a problem I've seen when running nUnit tests with parallelization.
In the demo, there are 4 test fixtures, each with a few tests, each of which calls Console.WriteLine() in addition to an Assert call.
In the Test Runner results, rather than each test node containing one Console Out message, some contain none and some contain multiple, or simply the wrong Console Out message. I'll add a comment to include a screenshot.
As you can see, the selected test method node has 4 console out messages associated, but they're from the wrong test fixtures/methods. We should see only one console out message here.
Hi Robert,
Thank you for the detailed explanation and the code sample.I have reproduced the issue and our team is researching it. Thank you for your patience.