Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Disable green/red dots in left column, in classes that are not Test classes

    Hi, Thanks for posting. The only way you can do this is by turning off the 'Instrument Output Assembly' setting for your test projects. In this way, code coverage will not be tracked for source files in these projects. However, there is a trade-off to this. NCrunch's impact detection requ…

  2. Grid task capacity and task queue

    [quote=Marcello;16778] Yes, it's that.[/quote] Could you submit a fresh bug report after this happens to you? After the 4.18 build fix, I can no longer reproduce the issue on my end.

  3. Grid task capacity and task queue

    [quote=Marcello;16775]Tried v4.18.0.1 and the issue is still there. I wait for your feedback to know the build that will include the fix, thanks.[/quote] Thanks for the heads up. We did include a fix for the double-loading of the project via the UI (when the projects are multi-selected). Is …

  4. DateOnly serialization issue with latest xunit

    Could you try the build below and let me know if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.19.0.1.msi]NCrunch_Console_4.19.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.19.0.1.zip]NCrunch_Console_4…

  5. DateOnly serialization issue with latest xunit

    Hi, Thanks for sharing this issue. I'll take a closer look and will get back to you soon.

  6. Grid task capacity and task queue

    [quote=Marcello;16754] Thanks for the details. I confirm that reloading only one project did the trick, it works like a charm :) [/quote] Thanks for confirming this :) [quote=Marcello;16754] Let me know if you will release a new build with the fix, I'll be glad to test it of course.[/quote]…

  7. Grid task capacity and task queue

    [quote=Marcello;16751] I've already sent NCruch bug report as you asked. I confirm that the same behavior can be replicated by my colleagues. [/quote] Thanks for sending through the report. I've managed to trace the issue all the way up to the UI. I had to look very closely at your example vi…

  8. Grid task capacity and task queue

    Thanks for sharing these videos - They are such a huge help in understanding these issues. It's good to see in the video that the node is now properly sharing its resources between the clients (seen in that it picks up tests when you queue them up). This means that the initial reported problem i…

  9. Grid task capacity and task queue

    Sorry to hear this is still happening. Have you noticed any change in the behaviour of the issue with the new build? I was able to reproduce the problem as you described it and was fairly certain I'd fixed it. I'm wondering if there is another, more evasive issue hiding in there.

  10. DataRow issue with MSTest 3

    Sorry for the trouble. Could you try the build below and let me know how this goes? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.18.0.2.msi]NCrunch_Console_4.18.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.18.0.2.zip]NCrunch_Consol…

  11. DataRow issue with MSTest 3

    Would you be interested in trying the build below to see if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.18.0.1.msi]NCrunch_Console_4.18.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.18.0.1.zip]NCrunc…

  12. Grid task capacity and task queue

    Would you be interested in trying the build below to see if this solves the issue? Note that you'll need to update both the grid node and its clients (Sorry, we had to change the protocol to fix this). [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.18.0.1.msi]NCrunch_Conso…

  13. Grid task capacity and task queue

    Thanks for your patience with this issue. I've managed to identify some issues around task allocation to grid nodes that were most likely introduced in the v4.17 build. We're working on solutions for these and I will let you know as soon as I have a fixed build available for you to try.

  14. Grid task capacity and task queue

    Thanks for the extra details. I'm looking into this now and I have a few things I'd like to try. I'll update you in the coming week when I have more information.

  15. Two Bug Reports concerning Specflow

    Something else you can try is the reverse - to force NUnit to use de-DE by declaring [url=https://docs.nunit.org/articles/nunit/writing-tests/attributes/setculture.html]SetCultureAttribute[/url] at assembly level. Sadly, there isn't much we can do to fix this behaviour in NCrunch - as technically…

  16. Two Bug Reports concerning Specflow

    We suspect the root of this issue is that the culture being used by SpecFlow is different to that being used by NUnit. Apparently, SpecFlow will reset the culture according to its configuration when it executes the step definitions (see for more info: [url=https://github.com/SpecFlowOSS/SpecFlow/…

  17. MSTest test assemblies using DynamicDataAttribute cannot be built/analyzed

    Hi, thanks for sharing this issue. I believe your assessment is correct. They changed the internal field names and this has broken our integration. Hopefully, this should be simple to fix. I've noted this down to be addressed. For the time being, I recommend using an earlier version of MSTe…

  18. Grid task capacity and task queue

    Thanks for sharing this video. It looks like I'm going to need to see the log files from the grid node over the time period where it isn't cycling the work correctly between clients. It should be possible to retrieve these from the node if you turn on the 'Log to file' setting. Make sure you …

  19. Grid task capacity and task queue

    Thanks for these extra details. I've done some additional testing on my end to check whether we broke anything here with v4.17, but all seems to be well. All of our test nodes are balancing their requests between clients. When you are connected and waiting for the busy remote node to run your…

  20. Grid task capacity and task queue

    Hi, thanks for sharing this problem. The grid node is intended to follow a round-robin pattern when requesting tests to execute from clients. This means that normally the capacity should split more or less fairly between the nodes. Is this a new problem you've encountered in v4.17? Or have y…