General Feedback

Endless analysis of test project

Started by Peter Osterdahl on 817 views

I dont know if this will help anyone but maybe.

I noticed that one of my testprojects was stuck in analysis for ever.
After lots of searching it turned out that it was because of nUnits TestCaseSource that was collecting data from a database with a really slow SQL query.
I found this by removing all tests and readding them one by one.

So if you have this problem you might have a stupid test setup that takes forever.

Post a reply

Log in to reply.