Forum member

Nid_fr

5 posts

Posts by Nid_fr

  1. Optimizing unit tests that use caching

    Hi all, We've been happily using NCrunch for a while now and our test catalog has grown dramatically. So much that we are now having performance issues, making continuous testing a lot less continuous :( So I've been profiling unit tests, optimized a few here and there but the main issue seems…

  2. Console runner does not ignore database project

    Thanks, that did the trick !

  3. Console runner does not ignore database project

    Hi, I'm getting build errors on our database projects when running the console runner. Since they don't show up in the NCrunch configuration like other projects I can't fix the build errors, and I can't ignore them. Is there any way to avoid trying to build them when using the console runner ? …

  4. Hide red failing unexecuted tests

    Yes I agree the result is an interesting information and somebody may want to know that an integration test failed earlier and that it needs to be fixed at some point. But, imagine you want to delegate the problem to someone else, or you know it's not going to be fixed until some infrastructure prob…

  5. Hide red failing unexecuted tests

    Hello everyone, I have setup NCrunch with a custom engine mode that ignores our integrations tests, which works great. However if at some point during the day an integration test is run manually and fails for some reason, on the next test run it will appear as a red exclamation mark that cannot b…