Forum member

GreenMoose

511 posts

Posts by GreenMoose

  1. Is there a way to visualize the test pipeline?

    [quote=Remco;8232]... I'm hoping that the gaps you're observing aren't big ones. If they are, we should investigate further.[/quote] Hi, what would candidate as "big" here? Is 14s like this one a non-big one? :) [img=http://content.screencast.com/users/GreenMoose2/folders/Jing/media/63a902a5-9…

  2. Gride node goes bezerk with VBCSCompiler.exe

    [quote=Remco;8071] It should be possible to disable Roslyn's use of the shared compiler by setting an environment variable on the grid node itself (UseSharedCompilation=false). [/quote] Just tried it and it works fine, thanks. [quote=Remco;8071] Do you experience the problem on any of your o…

  3. Gride node goes bezerk with VBCSCompiler.exe

    [quote=MatthewSteeples;7804]From what I've seen on the internet it looks like you may have had a pre-release version of 2015 installed? We don't see this behaviour, and the VBCSCompiler only spawns once and levels out at about 1gb of memory usage. It's there as a performance aid (as the compiler is …

  4. Grid node high disk latency on c:\users\GridNodeUser\AppData

    I have not seen this issue after I reported it so I will get back to you with further details if I stumble upon it again.

  5. Exclusive-Isolated attribute and GridNode-Serial attribute?

    Hi, 1) My scenario is: I tests which exlusively uses "database", and tests testing an http endpoint, only run by remote grid nodes towards my local machine. So "database" tests can be executed in parallelll on each grid node since the exclusively uses is "per grid node" (right? couldn't actu…

  6. Grid node high disk latency on c:\users\GridNodeUser\AppData

    I run disk node under a windows user (GridNodeUser) and I notice it has high response times (164ms) on my C-Drive (SSD) for e.g. C:\Users\GridNodeUser\AppData\Local and ...\Local\Temp and also ...\Local\NCrunch\hashcache And one process causing this is "nCrunch.BuildHost46.x86.exe". I have my n…

  7. Unattended installation for NCrunch GridNodeServer

    Can't the configuration dialog/wizard at the end be suppressed during unattended install since during an upgrade one basically re-selects same settings? Anything similar in the timeline for future? (I was considering to write a simple PS script to "auto-deploy" new versions on grid nodes but it see…

  8. Incompatible versions of NCrunch (grid nodes)

    Hi. I more often than seldom seem to need to upgrade ncrunch grid nodes to the same version I use for vstudio2015. Wasn't the idea to minimize this so the grid nodes can continue working with their old version towards a newer vstudio NCrunch version? Maybe you can write some note in the change…

  9. Tests impacted when only editing test comment?

    Hi. Is it a technical reason (vs design decision?) for why tests are considered "impacted" even though the change only involves changing of code comments? (The scenario is when I update test comments the tests are re-run when having "IsImpacted" engine mode condition. Ideally I would expect on…

  10. NCrunch not cleaning old workspaces, still an issue?

    [quote=Remco;7979]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…

  11. NCrunch not cleaning old workspaces, still an issue?

    The largest file in the workspace folders is the test project's pdb file (18MB). But what is the purpose of NCrunch keeping workspaces with outdated code in them? If the workspace was in use shouldn't the code within it reflect the latest version?

  12. NCrunch not cleaning old workspaces, still an issue?

    Regarding cleanup up workspaces (looking at the 3 year old post at http://forum.ncrunch.net/yaf_postsm1072_Hard-Drive-usage-going-up.aspx#post1072 it seems NCrunch does not clean that agressively while continuously running?). On some grid nodes and locally I use a RAMDrive to store the workspace…

  13. Can NCrunch be improved in the "analyze stage" somehow?

    [quote=Remco;7947] Those are some fairly extreme times for a single project. How large is this project? [/quote] 1 213 files, and (according to NCrunch Metrics) Code Lines 172 030 Compiled Lines 68 870 [quote=Remco;7947] Because NUnit is responsible for the heavy lifting in the discovery pr…

  14. Can NCrunch be improved in the "analyze stage" somehow?

    Hi. I have been wondering why NCrunch takes so long for "building/processing" so I set up a simple test and it seems the pure compile time seems to be about the same as e.g. ReSharper (13s) but then NCrunch jumps into analyzing stage so total it takes about 27s when I use static analysis (NUnit),…

  15. NUnit tests with the same name inside the same project.

    [quote=Remco;7939][quote=GreenMoose;7938]Thanks. Having unique test names for us is a bit cumbersome since it breaks the "BDD style" test layout "WhenCustomerIsAuthenticated" (fixture) -> "ItShouldNotThrow", "ItShouldCreateALogEntry", "ItShouldCreateEmailNotification" (tests) etc. [/quote] I …

  16. NUnit tests with the same name inside the same project.

    Thanks. Having unique test names for us is a bit cumbersome since it breaks the "BDD style" test layout "WhenCustomerIsAuthenticated" (fixture) -> "ItShouldNotThrow", "ItShouldCreateALogEntry", "ItShouldCreateEmailNotification" (tests) etc. I have tried finding on good test framework alternati…

  17. Early versions of .NET 4.6 under x64 where a serious GC performance...

    From http://www.ncrunch.net/download/showChangeLog?version=2.17, specifically [quote] Added a warning for systems using early versions of .NET 4.6 under x64, where a serious GC performance issue exists. [/quote] I got this warning on my local machine when building (it would be good if these …

  18. NUnit tests with the same name inside the same project.

    Regarding http://www.ncrunch.net/download/showChangeLog?version=2.17 specifically [quote] Added a warning message for situations where NCrunch detects multiple NUnit tests with the same name inside the same project. NCrunch needs NUnit test names to be unique in order to interpret the results …

  19. Gride node goes bezerk with VBCSCompiler.exe

    v2.16.13 Hi, I'm using gride node server on local machine where I have vstudio 2015 installed. On other machines with grid nodes I have 2013 or lower installed which do not experience this issue. When I start the grid node service it spawns tens of VBCSCompiler.exe processes, each choking the …

  20. What's new in 2.13.0.5 vs 2.13.0.1?

    Ah k I had the impression, for whatever reason, that I already had an "official" release installed, thanks.