Forum member
ecargo
3 posts
Posts by ecargo
-
Ignored tests not appearing in RawResults.xml written by console runner
If I mark a fixture as ignored in Visual Studio, and then run the tests in the NCrunch console runner, I see the following in the RawResults,xml file: [code=xml]<fixture name="<redacted>"> <wasRun>False</wasRun> <isIgnored>True</isIgnored> </fixture>[/code] However, when I ignore a single…
18 Nov 2020 01:42 UTC
-
NCrunch console never exiting
Hi Remco, I killed the child processes and inspected the timeline, which made it quite obvious which tests were holding up the engine. Do you have documentation on how NCrunch timeouts work so that I can try to figure out why they didn't take effect in this case? Thanks, Bart
18 Nov 2020 01:31 UTC
-
NCrunch console never exiting
Hi, I'm running an NCrunch console test run, but it never completes. The following output was the tail of the logs copied from the terminal at 12:18: [code=plain][10:24:39.5298-Core-117] Checking for tasks to launch (1 out of 5 concurrent tasks are active) [10:24:39.5298-Core-117] Stretch tar…
17 Nov 2020 23:23 UTC