Forum member

Marqus

38 posts

Posts by Marqus

  1. NCrunch Grid Node takes more disk space than allowed

    Hi, I've configured NCrunch Grid Node to take at most 9GB of storage space, but it looks like this setting isn't working - look attached pic. I've deleted this folder several times, reinstalled nCrunch Grid node, changed data limit value but without any effect - folder gets bigger and bigger till…

  2. Problems with tests pinning.

    Hi, Remco. I see your point. But I think, that we shouldn't pin namespace, but only all test fixtures that are currently inside this namespace (or assembly). If I add new fixture into such namespace I will see that it's not running (coverage markers will tell me this) and I will know, that I have…

  3. Problems with tests pinning.

    Hi, In our team we are often using test pinning with 'Run pinned tests automatically, others manually'. I've got two problems: 1. In 'NCrunch Tests' window we can pin tests only on class level, there's no appropriate operation in context menu on namespace and assembly level. This would greatly s…

  4. nCrunch dosn't see new files matching pattern in "Additional files to include"

    Hi Remco, Thank you for answer. I guess I will have to live with this :)

  5. nCrunch dosn't see new files matching pattern in "Additional files to include"

    Hi Remco, is this limitation due to architecture/technical problems or performance issues? If only performance, than maybe You could add some switch in preferences to enable such behavior for those who needs it? Adding those files into project file is also cumbersome, because there are many of th…

  6. nCrunch dosn't see new files matching pattern in "Additional files to include"

    Hi, In "Additional files to include" I have a pattern with wildcard, ie: "Tests\TestData\*.xml". After modifying one of .xml files in this folder, nCrunch will see this, copy modified file into workspace and run impacted tests. But, if I add a new *.xml file into this folder, nCrunch doesn't reac…

  7. Error when calling unmanaged dll in 1.40b

    Thanks for response

  8. Error when calling unmanaged dll in 1.40b

    Are there any news in this topic? I'm asking about this, because of the info text in configuration pane, saying that "unhosted task runners will be removed in future versions of NCrunch"

  9. "Ignore test(s)" setting should be saved in a user specific file

    IMHO you can pin interesting tests and switch nCrunch to "4. Run pinned test automatically, other manually". Ignoring tests should be used to 'switch off' tests, that doesn't work well with nCrunch (so this setting should be shared beetween developers).

  10. Recursive folder searching in 'Additional files to include'

    I've got some tests that require some external files (ie. expected files) and keep this files in TestData folders spreaded through project structure ie: MyComponent\Tests\TestData MyComponent\SystemA\Tests\TestData MyComponent\SystemB\Subsystem\Tests\TestData Now I have to manually add every…

  11. Automatically pin new tests in 'Run pinned tests automatically...' mode

    Now, after adding new test (or renaming existing one), I have to remember to switch to test window and pin it.

  12. "Risk/Progress" - distinction beetwen "failed this run" and "failed last run"

    Risk progress log could use colors for number of failures in same way, as spinner do. Or even show two numbers: FLR in gray and FTR in red.

  13. Error when calling unmanaged dll in 1.40b

    Thanks, it works now

  14. Error when calling unmanaged dll in 1.40b

    I'm calling a win32 unmanaged dll written in delphi from C# using DllImport attribute. After switching to 1.40b, tests with such call fail with "NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error - was the execution process terminated?" I have prepared a …

  15. Compile Errors Hyperlinking.

    It looks like everything works fine now, collapsed regions and 'word wrap' doesn't mess scrolling. Thanks for this fix BTW. 1.40b looks much faster :D

  16. new column in code coverage window

    Thanks

  17. MetricsExclusions saved as absolute paths

    Thanks 1.40b doesn't import MetricsExclusion from .ncrunchsolution saved in 1.39b format, so I have to set them manually again :( I didn't noticed this before, but why this setting is in *.ncrunchsolution and not in *.ncrunchproject? If project is used in many solutions, it has to be configured …

  18. Very long initalization time

    I will try to observe this issue

  19. Very long initalization time

    Hi Remco "- A rough number of files/documents you have open in the IDE at one time" 10-15 (I'm using "Vertical Tab Well" from Productivity Power Tools, so it's managable) "- Rough number of lines of code for your solution (the metric shown in the Metrics view would be fine)" Compiled lines: …

  20. go to selected test does not work [1.39]b

    Look here: http://forum.ncrunch.net/yaf_postst331_Compile-Errors-Hyperlinking.aspx http://forum.ncrunch.net/yaf_postst404_links-to-failing-line-of-code-acts-odd-when-methods-collapsed.aspx