Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
NCruch crashes (instead of failing) when test code contains stack overflows
Hi, thanks for posting! Yes - this is a current limitation within the NCrunch environment. NCrunch does not handle stack overflows. One of the motives behind moving to use hosted task environments with NCrunch was specifically to handle this issue. Unfortunately, the approach doesn't seem to…
23 Apr 2013 10:10 UTC
-
VS2008 crashes when debugging
Hi Sam - Thanks for sharing this issue. Unfortunately, because of the number of components and variables involved, this may be a tough one to isolate. I'm wondering if you might be able to help by answering the following questions: - Does this happen only when you debug using NCrunch? Or wh…
22 Apr 2013 09:57 UTC
-
"Timeout of 60000 expired" is misleading
Thanks for reporting this. I'll take a look and will see if a fix is possible. Cheers, Remco
22 Apr 2013 09:53 UTC
-
Nunit theory and autofixture problems
Thanks for the reproduction - this made it much easier to identify the problem. Basically, this code is relying on dynamic test cases that make use of parameters of a random nature. NCrunch discovers and executes tests in separate physical steps, which means that the test names are not the same …
21 Apr 2013 09:57 UTC
-
Nunit theory and autofixture problems
Hi, thanks for posting! Do you have a small code sample you can share that describes the structure of this test? Also, does changing the [url=http://www.ncrunch.net/documentation/reference_solution-configuration_framework-utilisation-types]framework utilisation type[/url] for NUnit make any di…
21 Apr 2013 00:36 UTC
-
Support for NUnit's ISolutionBuilder and TestSuite
Awesome! Thanks for taking the time to provide the sample solutions .. this always makes life so much easier. I'm glad we could get this to work for you, and thanks for compliment! Cheers, Remco
19 Apr 2013 08:39 UTC
-
Support for NUnit's ISolutionBuilder and TestSuite
I just stopped to have a think about the behaviour you're describing and what you've mentioned as being your approach to the test naming (i.e. using a generated number). I wonder if the generated number is causing the test names to get out of sync between the discovery of the tests and their exec…
18 Apr 2013 23:15 UTC
-
Support for NUnit's ISolutionBuilder and TestSuite
Thanks. Do you see any obvious symptoms when they go red? I.e. is there any exception showing in the test output? Or any information in the Processing Queue window?
18 Apr 2013 22:47 UTC
-
Support for NUnit's ISolutionBuilder and TestSuite
Hi Fabio - Great that it's working! I'm afraid the rules around FullName are fairly scattered between NCrunch and NUnit, so it isn't easy to put them together. My recommendation is to simply identify which patterns work for you deductively and then run with those. As the names are normally d…
18 Apr 2013 10:42 UTC
-
Support for NUnit's ISolutionBuilder and TestSuite
Thanks Fabio. It looks as though this is now failing because NUnit is reporting two tests as existing with the same name (NUnit.Core.Test.TestName.FullName). This causes NCrunch to blow up, as it can't tell the tests apart when it feeds them into NUnit during runtime. I'm not sure if there's mu…
17 Apr 2013 23:33 UTC
-
Roadmap
Hi, no news on this yet. Most likely it will be post V2.
17 Apr 2013 12:59 UTC
-
Support for NUnit's ISolutionBuilder and TestSuite
Great to hear! If you can provide me with a demo of the 'Running' issue, I'll see if I can get to the core of this one too. Cheers, Remco
16 Apr 2013 23:13 UTC
-
Project slow to analyse and test
The test execution behaviour of NCrunch vs Resharper is very, very different. Resharper constructs a single test process and application domain, then runs through ALL tests sequentially until its hits the bottom. NCrunch will break up all the tests into a number of different tasks, then each t…
16 Apr 2013 00:17 UTC
-
Realtime console output?
Hi Darren - Thanks for the suggestion! There is a goal to move towards this. The main reason it hasn't been done yet is because is greatly increases the volume of internal messaging, slowing down the engine. I think that we would likely be able to invest more in getting here in a later versi…
15 Apr 2013 23:18 UTC
-
Support for Visual Studio's Profiler
Hi Rodney, Sorry, after looking into this, it looks like a huge amount of work that would be hard to justify relative to the value of the feature. I don't see NCrunch going down this path. Cheers, Remco
15 Apr 2013 23:12 UTC
-
Support for NUnit's ISolutionBuilder and TestSuite
Ok - try this build: [url=http://downloads.ncrunch.net/NCrunch_VS2012_1.45.0.14.msi]VS2012[/url] [url=http://downloads.ncrunch.net/NCrunch_VS2010_1.45.0.14.msi]VS2010[/url] [url=http://downloads.ncrunch.net/NCrunch_VS2008_1.45.0.14.msi]VS2008[/url] It's an experimental build, but hopefully i…
15 Apr 2013 01:15 UTC
-
NCrunch Build Fails with XUnit on VS2010
It looks as though the Nuget package for AutoFixture is rigged with this deliberately to ensure that you're binding to its version of Xunit. Most probably this was done by the author to limit the potential for cross version issues with this framework. Although I don't know much about the inner wor…
14 Apr 2013 23:10 UTC
-
Disable while debugging
Hi, thanks for posting! There isn't a feature in NCrunch that is specific to this, although I may be able to suggest better ways in which this could be handled so you don't need to deal with frustrating collisions. When you say 'debugging', do you mean by running your application with a debugg…
13 Apr 2013 09:11 UTC
-
Unable to find sn.exe for signing an instrumented assembly
Hi Sam, That's great to hear. I'll see that the fix goes in with the next minor release. Normally this forum should send notifications from forum@ncrunch.net, although you aren't the first to mention this problem - I wonder if the feature or infrastructure is having issues of some kind. …
13 Apr 2013 09:09 UTC
-
NCrunch Build Fails with XUnit on VS2010
Hi, thanks for sharing this issue. Giving this a quick try, I wasn't able to reproduce the issue. NCrunch's support for Xunit 1.9.1 actually works by redirecting to the 1.9.0 assembly that is packaged with its Gallio components - so it's definitely looking for the right file. The key question i…
12 Apr 2013 09:55 UTC