Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Extreme build speed regression in 2.17.0.16
[quote=zibalas;7991] Yep, this helps, 2.18.0.2 works great![/quote] Great, thanks! I'll see what I can do about getting this build to the download page.
12 Nov 2015 09:44 UTC
-
Extreme build speed regression in 2.17.0.16
I'm wondering if you might be interested in trying this build: [url=http://downloads.ncrunch.net/NCrunch_Console_2.18.0.2.msi]http://downloads.ncrunch.net/NCrunch_Console_2.18.0.2.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.18.0.2.zip]http://downloads.ncrunch.net/NCrunch_Consol…
12 Nov 2015 06:25 UTC
-
Losing many tests due to duplicates in test names, but not method names
[quote=abelb;7987] In the top right of the NCrunch Tests view, just to the left of Search, there's a dropdown with a limited, fixed set of ways of ordering the tests in the pane. While this is useful, I would very much like to be able to configure this somehow, create your own order for the tree. …
12 Nov 2015 04:46 UTC
-
Problems with multiple workspaces
Hi, thanks for sharing this issue. I think you have a malfunctioning test that is cleaning up these files. This is because: - NCrunch doesn't delete build output files out of workspaces until the workspace is due to be removed, which can only happen if all test processes using the workspace h…
11 Nov 2015 22:36 UTC
-
Extreme build speed regression in 2.17.0.16
Hi, thanks for sharing this issue. You are the first person to report this problem, but that doesn't mean it isn't common. Do you have any other solutions you can test the performance on? It would be very useful if we can identify whether there is something solution-specific that is surfacing…
11 Nov 2015 12:19 UTC
-
NCrunch not cleaning old workspaces, still an issue?
[quote=GreenMoose;7980] Ok so if I understand this correctly: For project A, NCrunch test runners etc. will create X workspaces for it. Throughout the lifetime of the vstudio process NCrunch will create additional Y work spaces for it (for whatever reason) and when it reaches some limit at Z work …
11 Nov 2015 03:23 UTC
-
NCrunch not cleaning old workspaces, still an issue?
Once a workspace has been created, it is kept, because there is a high chance it will be used again in future. Creating workspaces is very expensive, especially if they're big. There is a limit to how many workspaces NCrunch will create, as it can only use so many at one time and will always upd…
10 Nov 2015 23:33 UTC
-
NCrunch not cleaning old workspaces, still an issue?
Hi, thanks for sharing this issue. NCrunch is militant with cleaning up workspaces, it has a very well tested routine to handle this, then a number of fallbacks in case the routine fails. If you're seeing the workspaces overstepping the allocated size of your RAM disk, this is more likely to be …
10 Nov 2015 22:07 UTC
-
Losing many tests due to duplicates in test names, but not method names
[quote=abelb;7974]Thanks for pointing me to that link. Is it possible that in the past, where we had discussions that the whole tree only showed green, but the root markers of the tree summarized it as red regardless, that this was caused by tests hidden? And is it likewise possible that when I see …
09 Nov 2015 23:56 UTC
-
Losing many tests due to duplicates in test names, but not method names
Hi, See here for more information about this issue - [url=http://forum.ncrunch.net/yaf_postst1686_Sharing-test-case-source-between-tests.aspx]http://forum.ncrunch.net/yaf_postst1686_Sharing-test-case-source-between-tests.aspx[/url]. Unfortunately, because of the way NUnit handles its test iden…
09 Nov 2015 21:48 UTC
-
Mass-Integration Testing
Sorry, I haven't found a way that this can be made to work with NCrunch. The build logic of the cloud projects seems to be totally dependent on project references, which effectively staples the solution together in a way that prevents NCrunch from working with it. Looking at the design of this, …
08 Nov 2015 22:35 UTC
-
Integration tests, creating databases with SetUpFixture
[quote=nrjohnstone;7968]Excellent advice.. NCrunch is fairly addictive and I am maybe taking things a bit far by wanting our integration tests to also be continuously run :-) [/quote] I would say that if you haven't yet managed to get all your tests running continuous (and distributed), you're m…
08 Nov 2015 21:53 UTC
-
Integration tests, creating databases with SetUpFixture
Hi, thanks for sharing this issue. Everything you've described is exactly as designed, and at first look it seems crazy and clumsy, but there is a good reason for it. NCrunch is a fully continuous runner - it uses a processing queue containing a list of tests to execute that is fully dynamic. …
08 Nov 2015 21:27 UTC
-
Possible performance issue for Git repositories
Hi Matthew, thanks for sharing this issue. [quote=MatthewSteeples;7964]I've no firm numbers on this, it's just a hunch. We're using Git source control for our project as well as NCrunch. We've got the _NCrunch_ cache folder excluded from the project (using .gitignore) but I believe that Visual…
08 Nov 2015 21:07 UTC
-
Force install of old version
Hi Ash, Thanks for posting! Windows Installers usually have a specific area of the registry where they place data about programs that are installed. NCrunch will be in this place, and removing the right keys should get rid of the installation. To find this, just do a search for 'NCrunch for …
07 Nov 2015 21:48 UTC
-
Disable bower/gulp/etc. in NCrunch builds?
[quote=bstenzel;7958]Thanks for your reply. Dead-on; bower and gulp are integrated with custom build targets. Prefixing all the conditions with "'$(NCrunch)' != '1' And " brought the build time in NCrunch down to under one second. There's still a curious delay of a couple seconds before it actually …
06 Nov 2015 11:43 UTC
-
Can NCrunch be improved in the "analyze stage" somehow?
That's definitely on the extreme side for project size. I can understand the issue you have with the session factory initialisation, and this is tough to work around for best performance. The only suggestion I can offer here would be to look at ways that you might be able to move some of the code …
06 Nov 2015 10:19 UTC
-
Disable bower/gulp/etc. in NCrunch builds?
Hi, Thanks for posting. I admit that I'm not sure how bower and gulp are integrated into your build, but normally build integration is done with custom build targets hooked in with build <Import> tags inside the project XML. NCrunch has an environment variable that it always sets when build…
06 Nov 2015 08:36 UTC
-
NCrunch does not ignore TestCase tests correctly with NUnit 3
A fix for the testcase ignore issue is now available: [url=http://downloads.ncrunch.net/NCrunch_Console_2.18.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_2.18.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.18.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_2.18.0.…
06 Nov 2015 01:20 UTC
-
SetUpFixture for specific namespace gets executed when running a single test in different namespace
Thanks. I've managed to reproduce this issue and have prepared a fixed build for you: [url=http://downloads.ncrunch.net/NCrunch_Console_2.18.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_2.18.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.18.0.1.zip]http://downloads.nc…
06 Nov 2015 01:13 UTC