Forum member

dariusdamalakas

43 posts

Posts by dariusdamalakas

  1. TestCases hidden by NCrunch and not run

    Hi, I've been using NCrunch since when it was free, so perhaps a couple of years. I need to be able to trust it, but here's an issue where I cant. I've seen this raised somewhere else, but cant find the link now, so feel free to close if this is duplicte. Here's some code to illustrate. Only …

  2. How to clear failed tests/ i.e. remove the last build status?

    Thanks for the tip, that will do! If I may to suggest, then i'd actually do a full cleanup when i resync/initialize NCrunch, instead of remembering state

  3. How to clear failed tests/ i.e. remove the last build status?

    Hi, sorry if this has been asked before. I have accidentally ran some integration tests, now all of them are showed as failing. I have only 'show failing tests' option enabled. O can ignore failing tests, that will update status message with 'monitoring X tests, failing 0', but is there an …

  4. NCrunch pins tests which i haven't pinned before

    Thanks, found it, and it is checked. Will uncheck it.

  5. NCrunch pins tests which i haven't pinned before

    Probably not, where is that option anyway? went through configuration section, didnt find that. Also, don't see this option in tests window.

  6. NCrunch pins tests which i haven't pinned before

    Somehow NCrunch pins tests which i have ignored. I guess that happens when i reload solution, but am not sure, never managed to observe this happening at the time of happening, but it occured at least 3 times over last week (enough to trigger me reporting this!). Actually, don't think it pins t…

  7. Distributed processing:incompatible versions

    Ok, let me know when this gets fixed. That server machine was bought specifically for running NCrunch as a server, so it's stays dormant for now. Built a one-liner app to print-out culture from current thread, it's en-GB for both machines.

  8. Distributed processing:incompatible versions

    Ok, i've changed regional and language-> format to be the same (English, UK), and some other bits, still same.

  9. Distributed processing:incompatible versions

    Not sure which setting you are looking for. Haven't installed any custom .Net versions, whatever comes by default from windows update. Glad we are onto something :)

  10. Distributed processing:incompatible versions

    Report submitted. Had a look myself whats contained in logs, here's what i've found (host name 'Rugile'): [08:47:55.5786-Core-126] Event [GridClientNodeStatusUpdatedEvent:Rugile] is being published on thread CoreThread to subscriber: BufferedEventSubscription`1.ReceiveEvent [08:47:55.5786-C…

  11. Distributed processing:incompatible versions

    [quote=Remco;6183] Do you have any other machines or VMs you can test with to determine which of the two (client or node) is the odd one out? What is the CPU architecture of the machines? Are they both 64-bit?[/quote] Hi, Need to look at this again, same issue. Client: VS 2013, 2.10.0.4 …

  12. Issues after V2.8

    Yes, using sliding delay. v.2.9.0.2 fixes that! Thanks! Would suggest moving this release to main download page.

  13. Issues after V2.8

    Ok, will try create a dummy solution. I'll spend more time to investigate if this occurs every time, or not. Will update once I have more info, thanks

  14. Issues after V2.8

    Hi, i've instaleld v2.8 today, and spotted something annoying happening. Strangely, if I just edit my unit test, NCrunch rebuild and reruns it, but it still marked as failed. I then right click to re-run that single test, and it then shows green. Happened with multiple tests already (over the cours…

  15. Distributed processing:incompatible versions

    Hi, Ok, this is not a super major issue, hence the delay :) I am a bit worried about if there is any icompatibility between Win7 and Win8, as I am about to purchase a dedicated machine for NCrunch, so going with Win8 might be a problem, as my working machine is Win7. Just my guess. Ok, …

  16. Distributed processing:incompatible versions

    Hey, installed NCrunch grid node today, version 2.7.0.5, but getting error: NCrunch cannot establish a connection with the remote host because the host is running a version of NCrunch that uses a different protocol. Ensure both the NCrunch client and server are running the same version. I…

  17. Feedback for distributed tests

    As promised, feedback after several weeks i've used NCrunch with 1 additional grid node. Overall experience is positive, most of the time it works as expected, and splits unit-tests between my local box and a remote one. There is one glitch, it is quite rare, but i get it sometimes. This is a…

  18. Distributed processing

    [quote=Remco;5220]Most of the time I only hear about things when they break, [/quote] Or when users have to pay again to renew their license :) Right now the only 'not on the green happy path' is the fact that i'm using my home laptop as a node, and it has different time zone and different cultu…

  19. Distributed processing

    Just tried this out, and so far all works great. At least it works as expected, didn't tinker too much with it, but i'm running 1 node, and NCrunch now succesfully uses that to run unit tests, so effectively it's twice as fast. I'm mostly pinning my tests, so there's just 10~50 at a time to run, but…

  20. Ability to config how fast NCrunch reacts to changed code

    Hi, I find NCrunch absolutely wonderful and indispensible tool for my everyday work. There's one gotcha though - we have around 50 projects in a solution, so obviously re-buidling projects takes alot of times. What i've thought would improve things is to add an ability to control the delay of …