Usually the risk/progressbar always showed me the current status of the test execution and the final result with "Error", "Build" or "OK".
But since one or two updates it doesn't work anymore.
NCrunch is configured to execute impacted tests.
Problems:
- When I startup a solution, NCrunch executes all tests. The Risk/Progress does not update at all and shows "N/A".
- When I change a line which marks a test as dirty, NCrunch executes the impacted test, shows "some" progress and then falls back to "N/A". External image
- It's a pretty rare situation where NCrunch shows a real status these days.
Can anyone confirm that?
Does the behavior got changed without notice?
I preffer to have a nice green "OK" on my screen instead having a "N/A" and have to check if NCrunch still works.
A quick test on my side confirms that the risk/progress indicator isn't working correctly when the engine mode is set to run impacted tests only.
Most likely a change to the way the engine removes executed tests from the processing queue is causing the indicator to land in stasis as it thinks there is no data available.