Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Precise Meaning Of Isolated on a Test class
Hi Will, Thanks for posting. [quote=willdean;7005] Am I right in thinking that if I put [Isolated] on a test fixture class, all the tests within that fixture share the same process? i.e. If I want [i]each test[/i] to be isolated, I need to remember to annotate each test individually? I thi…
23 Feb 2015 22:03 UTC
-
Testlocation with DeploymentItem inconsistent
Hi Bob, DeploymentItems are a bit of a complex mess with MSTest, as their behaviour tends to be slightly different depending upon the version of MSTest being used and how this is configured. Because NCrunch doesn't rely on testsettings files, it must infer the correct usage of this attribute and…
20 Feb 2015 21:46 UTC
-
NCrunch can't find Record.ExceptionAsync with latest version of xUnit
[quote=bgeihsgt;7001]Thanks for the private build, Remco. Really appreciate it. Since installing the private build, we've been noticing that NCrunch will spin indefinitely without doing any work. We're doing xUnit in Static analysis mode. I've tried to switch to dynamic but that ends up with its …
20 Feb 2015 02:12 UTC
-
Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed
[quote=simon;6999]I'm thinking the problem was a GIT plugin installed by GitExtensions - I've read other reports about it causing problems, so I've removed it and things seem stable so far.[/quote] I've had problems with this plugin myself, so this isn't a surprise to me :)
19 Feb 2015 21:25 UTC
-
licencing question re:Grid
Hi Steve - NCrunch is licensed per user, so you can have as many grid nodes as you like without needing any additional licenses. So in short, the answer to your question is No :) Cheers, Remco
18 Feb 2015 21:20 UTC
-
NCrunch can't find Record.ExceptionAsync with latest version of xUnit
Ok - give this build a try ... [url=http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.zip[/url] [url=http:…
18 Feb 2015 05:17 UTC
-
Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed
[quote=simon;6993]Visual Studio is now crashing even with NCrunch uninstalled so NCrunch is definitely not causing this :)[/quote] Thanks, I appreciate you telling me this :) Though I do hope you manage to find out what is causing it to crash. A problematic package perhaps? Reinstall can often…
18 Feb 2015 04:17 UTC
-
NCrunch can't find Record.ExceptionAsync with latest version of xUnit
[quote=bgeihsgt;6989]Thanks Remco. Running against the bleeding edge of xUnit is important to our team because Brad Wilson is on our team :P I guess I'll just wait until the next build of NCrunch comes with a stable release of xUnit. Should I say anything to Brad relating to this (i.e. should I t…
17 Feb 2015 00:37 UTC
-
NCrunch can't find Record.ExceptionAsync with latest version of xUnit
Hi, thanks for sharing this. NCrunch is integrated with the version of xUnit packaged with the NCrunch binaries. Because of the design of xUnit and NCrunch's integration with it, this integration cannot be redirected arbitrarily to a different version of xUnit. This presents some problems whe…
17 Feb 2015 00:22 UTC
-
Teamcity test failed notification error
Hi, Can you confirm which version of NCrunch you're running? The problem is being caused by the square brackets in the exception [] - TeamCity can't parse them and they can't seem to be escaped ... The latest version of NCrunch should have a fix targeting this that will replace them with rounded…
16 Feb 2015 20:59 UTC
-
Trouble running tests that use RavenDB 3.x embedded in memory with NCrunch 2.12.0.2
Clearing out your NCrunch settings files and cache directory should give you the same behaviour .. otherwise you can try cloning the branch to a different location to see if this makes the tests pass. I'll be honest and say that I know absolutely nothing about how RavenDB works, or how its tests …
13 Feb 2015 23:03 UTC
-
Trouble running tests that use RavenDB 3.x embedded in memory with NCrunch 2.12.0.2
Hi, thanks for sharing this issue. I've tried cloning the source code you've described above, but all tests seem to be passing normally. Is it possible this is sequence-specific code? I'm not sure exactly what the test is trying to do in this situation .. but it's possible that it's attemptin…
13 Feb 2015 21:33 UTC
-
Where's Gallio.Framework.TestLog.WriteLine output go to?
There are two possibilities here - 1. The log will be captured in the Gallio test results report and will end up in the test output (similar to Debug.Write and Console.Write), though likely at the bottom of the output and not synchronised with the rest of the output 2. It will land in a unmonito…
13 Feb 2015 21:23 UTC
-
RequiresCapability doesn't follow class hierarchy
Hi, thanks for sharing this. It looks like the RequiresCapability feature is working correctly in this situation. After testing the code sample you've provided, I can see both capabilities being applied to the test inside the Processing Queue. However, there is another issue here that is creati…
13 Feb 2015 21:19 UTC
-
Waiting for all Nuget updates to complete
[quote=GreenMoose;6971]*Edit: The "taking forever" part seems to be related to RS 9, it went slow with NCrunch disabled as well but when also disabling RS 9 the "speed" was increased significantly. Dunno about if crashes are due to NCrunch or RS 9 though since I had both enabled at the times.[/quote…
12 Feb 2015 21:23 UTC
-
NCrunch doesn't recognise new tests
I strongly suspect that this is related to the structure of your solution. I'm sorry but I'll need to bombard you with some questions to try and better narrow down where and why this is happening. Please answer as best as you can as this will help to identify the issue quickly: - Which test fra…
11 Feb 2015 09:27 UTC
-
NCrunch doesn't recognise new tests
Hi Saikes, Can you provide any more information that might help to narrow this down? Do you experience this consistently? Does it seem to be solution specific? Does an engine reset allow it to find the tests?
11 Feb 2015 08:09 UTC
-
Process ... has exceeded its memory limit and will be terminated
[quote=chrboum;6963] I know that NCrunch uses the MSBuild APIs, so it's possible to inject a logger. Does NCrunch expose a way for me to inject my own logger? [/quote] Unfortunately not ... this is all packaged up. Probably the closest thing you could do would be to allow NCrunch to build the …
10 Feb 2015 21:21 UTC
-
Waiting for all Nuget updates to complete
Hi, thanks for sharing this. There is a popular feature request that captures this - [url=http://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/5719302-pause-while-nuget-is-installing-or-updating-packag]http://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/571930…
10 Feb 2015 21:10 UTC
-
Collapsing methods hides markers
Hi James, Thanks for sharing this. There is a feature request that captures this right now - [url=http://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/6083245-visual-marker-in-far-left-margin-when-code-is-coll]http://ncrunch.uservoice.com/forums/245203-feature-requests/suggest…
09 Feb 2015 22:33 UTC