Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Client always needs access to License Server

    [quote=AndyLowry;8668] I'm wondering if this could be a case that isn't allowed for, as the dns will resolve to another IP address when not on the VPN, which will respond with our company homepage. If NCrunch can talk to a server but it gives a response it doesn't understand, how does it handle thi…

  2. Issue with code coverage markers

    v2.22 is now available - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url].

  3. Hangs on initialisation in 2.21

    [quote=csmager;8662]Ah, that sounds plausible! I'm away for the weekend so will check it and report back on Monday. Thanks for your help so far![/quote] Thanks for all your patience on this one! I've managed to reproduce both of these issues now. Here are the details... Encoding detection is…

  4. Issue with code coverage markers

    Ok, I've managed to reproduce this problem. It's bad. Basically, the engine is corrupting code coverage over time in response to source files being added/removed from projects, followed by successive restarts of the engine. The only way to fix the invalid state is to either remove NCrunch's…

  5. Hangs on initialisation in 2.21

    This is an encoding detection issue of some kind. It wouldn't surprise me if 2.21 triggered this. 2.21 included a fix for encoding detection for source files. Prior to this version, it was assuming (sometimes incorrectly) that all source files were UTF8. Now it tries to detect the encoding in a …

  6. Issue with code coverage markers

    Thanks for sharing this. It looks like there's still something not right here in the coverage handling. When this next appears for you, I'm wondering if you can try the following: 1. Submit a bug report, I'll then check the log for any clear issues 2. Close and reopen the source file - does …

  7. Hangs on initialisation in 2.21

    [quote=csmager;8655]I'll try some of the things you suggest. I've now got rid of Sprache. This extremely simple test now fails: [code=csharp]Parser.Tokens.IsLeftQuote('‘').ShouldBe(true)[/code] Where IsLeftQuote is defined as: [code=csharp]public static bool IsLeftQuote(char c) { re…

  8. Hangs on initialisation in 2.21

    [quote=Stanislaw;8653]The issue is solved after applying the workaround mentioned in the @csmager's first post (deleting the folder and restart VS). If the issue occurs again - I'll post the log here.[/quote] Thanks, I'm eager to get a log of this. Do let me know if you can grab one!

  9. Hangs on initialisation in 2.21

    [quote=Stanislaw;8651]+1 for confirming the initialization issue - when I've updated to the latest 2.21.0.16 version the initialization become never ending.[/quote] Thanks for joining in here - I think this problem has the potential to be very widespread and I'd like to fix it quickly. Would you…

  10. Hangs on initialisation in 2.21

    Thanks for sharing the extra details. The static state here is quite suspect. Because the object is stored as a static, there is the potential for its state to change between tests run inside the same process. I don't know if there's any state inside this Parser type that might be changed durin…

  11. Hangs on initialisation in 2.21

    Hi, thanks for sharing these issues. The test issue you've described seems very much like sequence or state related behaviour. There's a good page in the documentation that describes tests like this ([url=http://www.ncrunch.net/documentation/considerations-and-constraints_test-atomicity]http://w…

  12. Feedback about failing test in case the mouse hovers the > character

    A fix for this issue is now available in v2.21, released today - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url]

  13. Possible bug with XML results output

    A fix for this issue is now available in v2.21, released today - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url]

  14. Build appears to fail due to Japanese in c# strings

    A fix for this issue is now available in v2.21, released today - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url]

  15. Can't go to selected Test from NCrunch Tests Tool Window in VS 2015 CTP5

    A fix for this issue is now available in v2.21, released today - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url]

  16. NCrunch cannot load project when using VLC binaries

    A fix for this issue is now available in v2.21, released today - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url]

  17. Issue with code coverage markers

    Hi, Thanks for sharing this issue. I've managed to identify a code coverage consistency problem that can be triggered by certain change sequences made to source files. Although the problem has been long standing, it appears much more often under v2.20 after this version introduced some change…

  18. Test projects not able to be analysed for tests

    Hi Henry, It isn't clear to me why the MSI is installing these modules where it is. This would appear to be erroneous behaviour of the windows installer, or perhaps there is something else amiss. ALL module files are expected to be inside a subdirectory 'Modules' inside the install path. In …

  19. Test projects not able to be analysed for tests

    Hi Henry, This looks to me like a corrupt install state. Do you have an NUnit ncrunchmodule file sitting in your root NCrunch install directory? I realise you've already uninstalled/reinstalled a few times, but something worth trying is making sure the install directory is completely delete…

  20. Aborted tests leaving behind running selenium processes

    Hi, Unfortunately, there isn't any feature in NCrunch that can be targeted to a problem like this. It needs to be solved by the tests themselves. Ideally, you'd probably want each test to automatically terminate any orphaned chromedriver.exe processes at the start of each run. Pulling up the…