Forum member
Luciferius
22 posts
Posts by Luciferius
-
Memory Leak in Large Project
I think it is by unloading and reloading projects, only with funnel this happens a lot faster, as I unload / reload more often.
23 Dec 2016 06:23 UTC
-
Memory Leak in Large Project
After some more observation it seems, that loading and unloading project has an impact on the growth rate of the memory consumption. I started to use the extension Funnel, where you can switch between different loaded solution configurations. This seem to speed up the allocation of memory faster, th…
22 Dec 2016 13:31 UTC
-
Memory Leak in Large Project
I do the update always wihtout the engine running. I will check the loading and unloading of projects.
07 Oct 2016 11:19 UTC
-
Memory Leak in Large Project
We have quite a multitude of changes per day from all developers, which I get the next morning with an svn update. I have no actual numbers, but I believe this could be around 3000 lines of code changed/added/removed per day. I usually do not ignore tests but unload unnecessary test projects. I have…
07 Oct 2016 10:58 UTC
-
Memory Leak in Large Project
I can now reproduce it. It seemed, as if the memory consumption grew from day to day. Currently it was again near 10GB. I have now a backup of the cache. How can I help analyse the leak? The size of the cache file is 650 mb.
07 Oct 2016 08:53 UTC
-
Memory Leak in Large Project
Deleting the cache solved the issue. Unfortunately I did not save the cache previously. Therefore I cannot reproduce the issue anymore. When it happens again, I can write you again. As for the statistics: Lines of code: 700,000 Tests: 10,300
28 Sep 2016 12:07 UTC
-
Memory Leak in Large Project
I have the following setup: Visual Studio 2015 Update 3 Solution Framework: 4.6.1 NCrunch Version: 2.23.0.2 Projects Count: 198 The problem is, as soon as I enable NCrunch the engine host process has a memory consumption of 10GB growing. It seems it takes as much memory as available. After so…
27 Sep 2016 08:11 UTC
-
Fody: Mono.Cecil.Mdb assembly not found
Thanks for your help. This solution works for me.
08 Sep 2015 08:50 UTC
-
Fody: Mono.Cecil.Mdb assembly not found
Yes, with Fody I add some additional attributes above all test methods in all test projects. For this I need the "FodyWeavers.xml" file as config file inside the source directory of the test assemblies. Because they are all identical I have just one config file which I copy with the above pre build …
08 Sep 2015 05:03 UTC
-
Fody: Mono.Cecil.Mdb assembly not found
For some magical reason I do not understand, it now works. I changed nothing just waited. But now there is another problem. I have a pre build step which copies the FodyWeavers.xml to every test assembly I have. with this I have no maintenance when I create a new test assembly. The pre build command…
07 Sep 2015 11:29 UTC
-
Fody: Mono.Cecil.Mdb assembly not found
I am not using Nuget. And it does find the Fody assembly only the specific Mono.Cecil.Mdb can not be found. I use the version 1.29.3 of Fody.
07 Sep 2015 09:20 UTC
-
Fody: Mono.Cecil.Mdb assembly not found
Hello, I have a problem with the Fody build step. When I build my test assembly I get the following error: [code=plain]Fody: An unhandled exception occurred: Exception: Die Datei oder Assembly "Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" oder eine Abhän…
07 Sep 2015 06:47 UTC
-
Using unloaded project information
Thank you for your fast reply. It seems, that it really is fixed with the newer version. Unfortunately Expired your license with 2.7.0.5 being the last version available to me. Seems like I need to once again convince my superior ;-)
23 Apr 2015 13:00 UTC
-
Using unloaded project information
I am using NCrunch 2.7.0.5. Our solution currently contains 228 project where around 80 are loaded local in my solution. But it seems, that NCrunch always builds all 228 projects which slows the whole studio dramatically so that I need to restart it several times a day, because this help for the nex…
23 Apr 2015 07:24 UTC
-
Missing project reference only in NCrunch
I will try this. Thank you for your help. I appreciate it.
04 Dec 2014 06:21 UTC
-
Missing project reference only in NCrunch
Thank you for your fast reply. I certainly will update the Safety.Context, hoping this will solve the issue. Nonetheless I am looking for a way to force the build, so that I can see the failing tests, because the mentioned assembly is not in my hand. Like I said I already tried the 'Copy Referenced …
03 Dec 2014 10:29 UTC
-
Missing project reference only in NCrunch
Hello, I have added lately a new project to our solution as always, but I get the following error while building the assembly. [i]The type 'Ade.Documents.IDocument' is defined in an assembly that is not referenced. You must add a reference to assembly 'Ade.Core, version=1.0.0.0, Culture=neutra…
03 Dec 2014 08:10 UTC
-
Tests are not executed
Hi, Here are some more infos: Engine mode: "Run all tests automatically" How often: Hard to say, in our company we would call it a mandelbug. Sometimes it happens all the time and sometimes it happens only once. Pattern: I am not 100 percent sure, but I would say it only happens when one or …
22 Mar 2013 06:41 UTC
-
Tests are not executed
Hello, Up to now Ncrunch work pretty well for me, but now sometimes there are tests which will not be executed. Two examples: I change something in the test method which fails. Ncrunch builds in the background, but after that the test is not executed. Or many tests fail, I repair alle tests a…
21 Mar 2013 12:37 UTC
-
Reflection Exception when running tests.
Great thanks, that does the trick for me. Regards, Luciferius
01 Mar 2013 11:34 UTC