Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Concurrent execution of Tests from Build server

    Hi Sheryl, If I understand your setup correctly, I think there may be a problem with the way the solution is being shared between the two jobs. The NCrunch console runner is essentially just an end-to-end version of the VS addin. It will load the solution from disk and distribute it to the gr…

  2. Evaluation period has ended. License purchased.

    Hi, For non-quotation purchases, any purchased licenses are usually associated with your account on this website, and you can find them here - [url=https://www.ncrunch.net/User/MyLicenses]https://www.ncrunch.net/User/MyLicenses[/url]. If your license details aren't showing here or you're not s…

  3. Issue while running test in Distributed Grid .

    Capabilities are basically just strings. They're names that you can choose. As long as you specify the same capability on the grid node using this setting, you can choose which tests will run on which nodes: [url=http://www.ncrunch.net/documentation/reference_global-configuration_capabilities-of-t…

  4. Issue while running test in Distributed Grid .

    If you're trying to allocate tests to specific nodes so that they always run on those nodes, then I think this is what you're searching for - [url=http://www.ncrunch.net/documentation/concepts_capabilities]http://www.ncrunch.net/documentation/concepts_capabilities[/url].

  5. Sharing test case source between tests

    [quote=jamezor;7895]This issue has bitten me too, and while the suggested workaround works it is a fairly tedious and mechanical process, the sort of thing computers excel at! Would there be any downside to having NCrunch automatically prepend the test method name to the name of the test case?[/quot…

  6. Sharing test case source between tests

    Hi, thanks for sharing this issue. This warning is a new feature in v2.17 intended to draw attention to an internal issue encountered by NCrunch when trying to uniquely identify tests between discovery/execution. Although previous versions of NCrunch won't have given you this warning, they still…

  7. Distributed processing node list recommended practises

    NCrunch v2.17 has just been released with a new feature that I hope will help with the multi-platform testing you've described. Check it out - [url=http://blog.ncrunch.net/post/NUnit-V3-Distributed-Processing-Upgrades-and-Lots-of-fixes.aspx]http://blog.ncrunch.net/post/NUnit-V3-Distributed-Processi…

  8. TypeLoadException for Xunit.ClassDataTrribute using Xunit 2.1.0.3179

    NCrunch v2.17 is out now, with Xunit 2.1 support - [url=http://blog.ncrunch.net/post/NUnit-V3-Distributed-Processing-Upgrades-and-Lots-of-fixes.aspx]http://blog.ncrunch.net/post/NUnit-V3-Distributed-Processing-Upgrades-and-Lots-of-fixes.aspx[/url].

  9. TypeLoadException for Xunit.ClassDataTrribute using Xunit 2.1.0.3179

    Hi, thanks for sharing this issue. I think this is probably due to NCrunch not yet supporting Xunit 2.1 in v2.16. v2.17 of NCrunch is due out soon, and it includes integration with Xunit 2.1. Try downgrading to Xunit 2.0 to see if this resolves the issue.

  10. Issue while running test in Distributed Grid .

    Hi, thanks for sharing this issue. The exception you've described isn't originating from NCrunch - this is coming from either your test code or your code under test. NCrunch communicates over its grid directly using TCP streams, where this exception seems to be HTTPS related. Without knowledg…

  11. Ncrunch is asking for not needed references

    Thanks for sharing the solution to this. What you've described is not actually the intended behaviour in NCrunch. NCrunch will always use the version of MSBuild that ships with the version of VS currently loaded. However, it does this via the MSBuild API, and I have noticed that the VS2015 releas…

  12. Distributed processing node list recommended practises

    Hi, thanks for sharing these issues. It looks to me like many of these points are heading towards the same basic issue (management of grid server addresses across clients). Although I'm not sure if I can give you a direct solution to these problems at the moment, I can share a bit more informati…

  13. ASP.NET vNext support

    Hi, See here for the latest information on this - [url=https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/8065623-support-dnx-projects]https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/8065623-support-dnx-projects[/url].

  14. NCrunch will not build when the specflow.targets is on a different drive then the solution is

    [quote=arjan;7874] I did read the link that you posted, but I was hoping that it only couldn't work with absolute file paths in my code and that targets that are on other drives would be resolved and the target location would be updated in the project. It does seem to do something similar for the …

  15. Analysis fails on Attribute

    Hi, thanks for sharing this issue with the code involved. It's great to be able to see exactly where the failure happened. When set to use a framework utilisation type of 'DynamicAnalysis' (the default for NUnit2), NCrunch creates a runtime environment and invokes NUnit to discover the tests in …

  16. Ncrunch is asking for not needed references

    Thanks. Is there any chance you could submit the entire log through the [url=https://www.ncrunch.net/support/contact]contact form[/url]? You can zip it up and attach it if the file is very large. Something else worth trying is to troubleshooting the project file NCrunch has generated for this p…

  17. NCrunch will not build when the specflow.targets is on a different drive then the solution is

    Hi Arjan, Thanks for sharing this issue. Unfortunately, this is a bit of a showstopping problem for NCrunch. NCrunch works by creating virtual structures that mirror the structure of your solution. This lets it move projects around and work with them independently. The code usually continue…

  18. Ncrunch is asking for not needed references

    Hi, thanks for sharing this issue. Could you share any more specific details about the errors you're receiving? I've wondering if this may be related to a separate build target running inside the project. Try setting your 'Log Verbosity' global configuration setting to 'Detailed' and examining …

  19. Mass-Integration Testing

    Do you have any record of which project template this project was created from? Perhaps I can take a closer look at how it's implemented to see if there is an option. It might be possible to rig up a custom build step in depending projects to copy the files into the output manually ..

  20. Mass-Integration Testing

    I'm afraid that my knowledge of cloud projects is still very limited, so it's hard for me to answer this question with certainty .. but I can say that if you are relying on a single output binary from this project, then it should be possible to simply ignore the project itself using NCrunch and crea…