Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Cannot run tests anymore on other servers

    Are you running any software on the Azure on that might interfere with network connectivity?

  2. Cannot run tests anymore on other servers

    2.9.0.1 didn't contain any changes to the grid protocol. Something here isn't making sense. What result do you get if you run the console host for the grid node on the azure node? Do you have VS installed on the azure node? It would be interesting to see if this happens locally on the node wit…

  3. Crunch fails to detect code change and reports failed test after fixing

    Ok - I now have a fixed build available. Take it for a spin and let me know how it goes! [url=http://downloads.ncrunch.net/NCrunch_Console_2.9.0.2.msi]http://downloads.ncrunch.net/NCrunch_Console_2.9.0.2.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.9.0.2.zip]http://downloads.nc…

  4. Issues after V2.8

    Are you using a sliding build delay? If so, this may be the same issue - [url=http://forum.ncrunch.net/yaf_postst1353_Crunch-fails-to-detect-code-change-and-reports-failed-test-after-fixing.aspx]http://forum.ncrunch.net/yaf_postst1353_Crunch-fails-to-detect-code-change-and-reports-failed-test-after…

  5. Cannot run tests anymore on other servers

    Sorry, that was unexpected. Here is the full set of download links for all 2.9.0.1 components: [url=http://downloads.ncrunch.net/NCrunch_Console_2.9.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_2.9.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.9.0.1.zip]http://downlo…

  6. Crunch fails to detect code change and reports failed test after fixing

    Hi Ralf, Thanks for sharing this issue. With the build delay set, I've managed to quickly reproduce it and I am working on a fix. Turning off the build delay should allow you to work around it. I'll have the fix out shortly. Cheers, Remco

  7. Issues after V2.8

    Great, thanks!

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

    I've managed to isolate and resolve this issue. The build below contains the fix: [url=http://downloads.ncrunch.net/NCrunch_VS2008_2.9.0.1.msi]http://downloads.ncrunch.net/NCrunch_VS2008_2.9.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_VS2010_2.9.0.1.msi]http://downloads.ncrunch.net/…

  9. Cannot run tests anymore on other servers

    Ok - I've managed to isolate and resolve this issue. The build below contains the fix: [url=http://downloads.ncrunch.net/NCrunch_VS2008_2.9.0.1.msi]http://downloads.ncrunch.net/NCrunch_VS2008_2.9.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_VS2010_2.9.0.1.msi]http://downloads.ncrunch…

  10. Cannot run tests anymore on other servers

    Hi, Thanks for sharing this issue. I'm seeing some strange behaviour around the menu options to run tests on specific grid nodes. It looks like sometimes grid nodes aren't appearing in this list when they should be. Reconnecting to the nodes seems to solve the problem on my side. However,…

  11. Issues after V2.8

    Hi, Can you share any more details about how to reproduce this issue? Perhaps from a blank or dummy solution? Unfortunately I can't seem to get it to happen on this side.

  12. NullReferenceException when ncrunch commandline tool finishes

    Ok - I've managed to reproduce and resolve this issue. The fix is included in a new build that I've just pushed up to the download page. The new revision is 2.8.0.36. Give it a spin and let me know how it goes!

  13. NullReferenceException when ncrunch commandline tool finishes

    Hi Peter, Thanks for sharing this issue. It looks like NCrunch is trying to report on a fixture with inconsistent data. I'll need to get you a diagnostic build so that we can learn more about this fixture in order to solve the problem. I'll have it ready for you soon! Cheers, Remco

  14. Sharing The same project over Grid-Nodes

    Yes! NCrunch keeps a snapshot store on the grid node full of recently uploaded projects. It will re-use these snapshots for new connections, so it won't need to upload files again. It does also go through some pain to re-use files between snapshots. If you have a DLL that is used for several s…

  15. Why does the Metric Window include Tests Projects?

    You're welcome to [url=https://ncrunch.uservoice.com]vote for it as a feature request[/url] if you like. If enough people say they want the auto detection, it will be hard for me to argue against it :)

  16. 2.8 freezes at "engine is intialising".....

    Ok - I've pushed out a new revision of 2.8 to address this issue. The old revision was 2.8.0.34, the new one is 2.8.0.35. You can grab it from the download page.

  17. 2.8 freezes at "engine is intialising".....

    Thanks for sharing this. v2.8 introduced some new logic that attempts to parse the solution file during project resolution. This new logic seems to be flawed in that it isn't correctly catering for solutions referencing projects over http (i.e. web projects). I'm busy preparing a fixed build …

  18. When/Why is "Pre-load all assembly references into test environment" required

    Hi, It can be difficult to tell why the CLR would have trouble loading the mixed mode assembly at run-time. My first thought is that the CLR may be behaving very differently when loading this assembly due to it being structurally different to a normal .NET assembly. When the pre-load assembly…

  19. Why does the Metric Window include Tests Projects?

    Hi, thanks for posting. NCrunch itself does not discriminate in this situation, largely because it cannot make safe assumptions about how the test code or the solution is structured. Nor can it safely make decisions on behalf of the user about they should interpret or make use of metrics provide…

  20. NCrunch does complete rebuild when opening a solution

    Ok :) Thinking about the related thread you've posted regarding the space consumed by assembly references, I have a feeling that having the static reference copying turned off will probably make a very big difference in your initial build time. The upcoming v2.8 release does have a number of imp…