Forum member

GreenMoose

511 posts

Posts by GreenMoose

  1. Cannot run tests anymore on other servers

    Interesting, when installing 2.9.3 on both client and server they can connect, if using 2.9.1 on server and 2.9.3 on client they cannot (submitted bug report anyhow, if that helps...)

  2. Cannot run tests anymore on other servers

    Follow-up: Downgraded to 2.8.0.36 and it works connecting to Azure node again.

  3. Cannot run tests anymore on other servers

    Shouldn't network connectivity issue prevent it to connect in the first place? But I will try to downgrade to version 2.8.0.36 to verify it still works with that version.

  4. Cannot run tests anymore on other servers

    Running console tool on azure machine [quote] [09:05:53.7707-Core-6] Connection established with remote grid node at xxx.cloudapp.net [09:05:56.3752-Core-13] Sending processing instructions to node xxx.cloudapp.net for 1 tasks [09:06:04.2867-Core-9] Grid node xxx.cloudapp.net reports task comple…

  5. Cannot run tests anymore on other servers

    Installing 2.9.0.1 worked fine on grid nodes on local network, but I have one on an Azure machine which could not stop the grid node service so I killed it and then I always get "Publishing Event: [RemoteServerErrorEvent:xxxxx:Incompatible versions of NCrunch]" errror. Even tried to uninstall/re…

  6. Cannot run tests anymore on other servers

    "Incompatible versions of NCrunch" when installed above. *Edit: And downgrading results in "A later version of NCrunch"... Is it safe to uninstall and re-install old version without loosing any settings?

  7. Cannot run tests anymore on other servers

    Yeah reconnecting did it for me, thanks. (and yes they were executed across the grid when implicitly run, even when menu wasn't there)

  8. Cannot run tests anymore on other servers

    Same issue here with NCrunch_VS2012_2.8.0.36.

  9. "Run covering test on server" not displaying servers after 2.8

    Dupe of http://forum.ncrunch.net/yaf_postst1351_Cannot-run-tests-anymore-on-other-servers.aspx

  10. Why does the Metric Window include Tests Projects?

    [quote=CreepyGnome;6225]Two Questions: 1. Why does NCrunch shows the Test Projects within the Metrics window that shows the code coverage? [/quote] I for one am very happy it does since I use that to find dead test code such as obsolete setups never executed on mock objects, incorrect assumpti…

  11. "Run covering test on server" not displaying servers after 2.8

    Just installed NCrunch_VS2012_2.8.0.36 and upgraded grid nodes, I only see "(local)" when using the RMB->"Run covering test on server" even though servers are connected and green. (I need it in order to reset db state on grid nodes. My current workaround is "queuing tests very fast" so same test …

  12. Opposite of Isolated

    [quote=Remco;6082]In this situation, you really want to set the 'Process pool size' global configuration setting as high as you can.[/quote] Do you mean setting "Max number of test runner processes to pool" ? (I could not find any other with v2.7.0.5) (I did try setting this to 20 and it "seems"…

  13. Opposite of Isolated

    [Quote=Remco]Different test projects also need to execute inside different test processes as NCrunch cannot re-use a process launched for a different test assembly.[/Quote] This was quite interesting, I also suffer from the fact that task runner start and stop all the time throughout the testing ph…

  14. Troubleshooting "hanging/cpu hog" taskrunner

    Found the error, it is an SMTP integration test where we have a loop for receiving data through which seems to not be stopped properly as part of test completion. So not NCrunch fault this time it seems, sorry :). (I managed to get a callstack for a cpu-intensive thread when breaking a couple of ti…

  15. Troubleshooting "hanging/cpu hog" taskrunner

    [quote=Remco;6031]Do you know anything about what kind of tests may have been running in the process previously? Anything that involves background processing or making use of unmanaged code?[/quote] Only managed code, except some funky integration tests modifying system time using below dll import…

  16. Troubleshooting "hanging/cpu hog" taskrunner

    v2.7.0.5/vstudio2012 Came to work today and noticed my cpu was very high and it was due to nCrunch.TaskRuynner45x86.exe. I tried to attach to process and watch the call stack for the thread that was causing the cpu load but devstudio could not display any stack for that thread it said. Killed …

  17. Remote server: "hanging" nCrunch.TestRunner at grid node after devstudio was closed

    v2.7.5 I noticed cpu was spiking due to a test runner on a grid node on Azure VM after I had closed visual studio 2012 and it never becomes idle. Process: nCrunch.TestRunner (32-bit). The very same server had run out on disk space just before on the ramdisk (softperfect) assigned to NCrunch,…

  18. Remote server: Sluggish vstudio when using remote servers.

    [quote=Remco;5984]How certain are you that the Distributed Processing Window is triggering the problem? Do you notice a clear pattern of the devenv CPU cores spiking whenever it's opened, then dropping whenever it's closed?[/quote] I suspended RS to rule that out, the behavior when window was besi…

  19. Remote server: Sluggish vstudio when using remote servers.

    [quote=Remco;5982]I think there's a good chance this is related to memory consumption - probably the O/S is paging heavily and the extra I/O from this is interfering with normal operation of the IDE.[/quote] But it feels kindof weird since I had several GBs available :/ Or is it due to the fact tha…

  20. Remote server: Sluggish vstudio when using remote servers.

    Interestingly enough, I enabled distributed window again and started the Azure VMs to see the task count to answer your task question when I noticed your reply. At the same time when I was starting the VMs devenv became completely unresponsive so I fired up perfmon and noticed % Time in GC was pract…