Forum member
alexidsa
8 posts
Posts by alexidsa
-
Ncrunch Build Server integration
Hello! Here is my StackOverflow question: http://stackoverflow.com/questions/14936880/mstest-parallel-execution-on-teamcity I think N Crunch would be a great solution for quick test execution on build server. Is there any way to integrate NCrunch to TeamCity?
19 Feb 2013 17:58 UTC
-
Parallelization settings
At some point I had problems with tests parallel execution as those tests used files and there were some locking conflicts (only in case of parallel execution). When I swithced to ContinuosTests (Mighty Moose) the problem gone as tests execution is parallelized only per assemlby in Mighty Moose. May…
28 Jun 2012 16:40 UTC
-
Running only impacted tests
Thank you for detailed answer. I got your point. Just one thing I wanted to clarify: what do you mean by dynamic analysis. I kind of understand how static analysis could work here: we see a modified code, go throught the graph and find all tests which depend on it (of course, it is a simplified repr…
26 Jun 2012 05:27 UTC
-
Running only impacted tests
Hm... I don't understand why you treat "run all tests" as a default behaviour. I don't get why we need to run all those unimpacted tests, in 99.999% it gives us nothing. Thank you for pointing out "run only impacted tests" engine mode, I didn't see it before (did this feature appear recently?). S…
25 Jun 2012 04:24 UTC
-
Is NCrunch build smart
Thank you! Good to know. May be it would be reasonable to add this to "What else does NCrunch do" list.
25 Jun 2012 04:04 UTC
-
Running only impacted tests
I have read Greg Young's feedback on NCrunch approach to run all (not only impacted) tests: http://codebetter.com/gregyoung/2012/02/28/risk-management-and-continuous-testing. According to my experience Greg is correct. While NCrunch parallelization is implemented in a great manner, at some point …
24 Jun 2012 20:51 UTC
-
Is NCrunch build smart
MightyMoose guys have implemented some smart build system (for example, it doesn't rebuild dependencies if public interface has not changed). Does NCrunch do something like that?
24 Jun 2012 17:21 UTC
-
NCrunch Risk/Progress status as in NCrunch Tests
It would be great to have status (building, how many tests are queued, etc.) in Risk/Progress panel
14 Feb 2012 06:07 UTC