Forum member
Grendil
54 posts
Posts by Grendil
-
Code coverage not appearing (newbie question)
[quote=Remco;10287]I'm glad you managed to resolve this problem, but I'm concerned about the fact that it exists. If the engine is behaving normally, the ncrunch comments shouldn't create this kind of behaviour. Please do let me know if you find a way to reproduce this.[/quote] Will do.
18 Apr 2017 19:18 UTC
-
Code coverage not appearing (newbie question)
So after a full NCrunch lobotomy I believe everything is back to normal! Comparing the old and new config files didn't really reveal a mistake the way I was hoping it would, and in fact dropping my personal configs back in didn't break anything again. So my novice guess is that when I added ncrunc…
18 Apr 2017 07:30 UTC
-
Processing Queue Times: What do they mean?
Ah, great idea. No worries about "unfriendly" logs, I've found NCrunch extremely kind to new users overall. Thanks!
18 Apr 2017 00:16 UTC
-
Code coverage not appearing (newbie question)
[quote=Remco;10280] In most cases, yes. It looks to me like something may be misbehaving, or you've managed to set a configuration option that is giving unexpected behaviour. I think we should reset your configuration entirely. Close down your IDE, remove the _NCrunch_SOLUTION directory, delet…
18 Apr 2017 00:14 UTC
-
Processing Queue Times: What do they mean?
[quote=Remco;10277]Hi, thanks for posting. The processing queue isn't really designed for this kind of performance analysis. Instead, I suggest you use this feature: [url=http://www.ncrunch.net/documentation/reference_global-configuration_track-engine-performance]http://www.ncrunch.net/documenta…
17 Apr 2017 23:44 UTC
-
Code coverage not appearing (newbie question)
[quote=Remco;10278]Which engine mode do you usually work in? If you're using 'Run impacted tests automatically, others manually', and you haven't changed your physical code since you used the coverage suppression markers, it's quite possible your coverage data is out of date and you just need to ru…
17 Apr 2017 23:34 UTC
-
Code coverage not appearing (newbie question)
I'm fairly new to NCrunch and I'm currently seeing a behavior I don't understand. I'm guessing it's probably easily explained by someone with more experience. My tests are running green, and show as such with the code coverage markers. However some of the classes they are testing are marked as al…
17 Apr 2017 02:58 UTC
-
Processing Queue Times: What do they mean?
I'm troubleshooting some test performance issues. I'm using the NCrunch Processing Queue to help measure progress. I'm occasionally confused by what it's telling me. For example, I just had an entry that read: Task: "Run 1 Test" Status: "Complete" Actual Processing Time 7.381 Expected Proce…
15 Apr 2017 18:59 UTC
-
NCrunch with NUnit3 lagging due to Analyse Assembly
[quote=Remco;10198]The reflection activity in Analyse Assembly is essentially just iterating over all types and methods in the assembly, along with their custom attributes. You may actually be able to reproduce this activity with a small console app that enumerates the contents of the assembly in t…
12 Apr 2017 17:58 UTC
-
NCrunch with NUnit3 lagging due to Analyse Assembly
[quote=Remco;10185][quote=Grendil;10183]Ah, thanks for this diagnostic tip! So I turned on that setting, reloaded the IDE, waited for NCrunch to do its initial build and analysis, and made sure it was in manual engine mode. When it was idle I ran one test. That took about 16 sec, nearly all o…
05 Apr 2017 01:56 UTC
-
NCrunch with NUnit3 lagging due to Analyse Assembly
Ah, thanks for this diagnostic tip! So I turned on that setting, reloaded the IDE, waited for NCrunch to do its initial build and analysis, and made sure it was in manual engine mode. When it was idle I ran one test. That took about 16 sec, nearly all of which was "Invoke Nunit 3 to load test…
03 Apr 2017 06:21 UTC
-
NCrunch with NUnit3 lagging due to Analyse Assembly
I've been evaluating NCrunch in hopes of getting it adopted at our office. Like so many here, I love it. But now that I'm using it with our large solution (125+ projects) I'm finding that it's not sufficiently responsive. Even while I'm only working on one test in one test file, NCrunch will freq…
03 Apr 2017 00:20 UTC
-
Debugging Async Tests - variable "does not exist in the current context"
[quote=Remco;10007]Hi, this could be a problem with the debug metadata. Are you able to reproduce this in a code sample you can share with me?[/quote] Hi, thanks for following up with me. The project where I encountered the bug is a large solution with many interdependencies. I created a new…
19 Mar 2017 18:53 UTC
-
Debugging Async Tests - variable "does not exist in the current context"
It seems I'm having this issue now, with VS 2015 and NCrunch 3.5.0.1. I have a yield method in the SUT, and it gets called and ToList()'d in the test, and the test asserts that the resulting List<> contains items (and the test passes during debug). Yet the debugger can't see the List<> variable, s…
18 Mar 2017 03:31 UTC