General Feedback

RDI and Console Tool / Continous Integration

Started by royboy23 on 1,550 views

Hi Remco,

I am running the NCrunch Console on my Teamcity CI server and with the VS 2022 Extension during development.

I noticed that the Console tool is trying to use RDI when running the tests. Is there any way to make use the RDI data collected on the CI server, for instance in order to debug flaky tests?

If not, is there any command line switch for the console tool to disable RDI entirely in order to avoid the unnecessary overhead and speed up builds?
Hi, thanks for posting.

At the moment, the console tool can't make use of RDI data. It stores it but there is no way to usefully retrieve it. At some stage we might add this, but it's hard to do as we don't have an available UI to bolt it into.

You can override settings via the command line on the console tool.

Try this:

ncrunch.exe mysolution.sln -EnableRDI false
This post has been deleted.

Post a reply

Log in to reply.