Forum member

chillitom

19 posts

Posts by chillitom

  1. Console Tool TestFilter Issues

    Hi Remo, Thanks for your pointers. I have got to the bottom of the category issue but cannot explain the hang. The issue appears to be with the error reporting in our CI server "Bamboo" and the output format of NCrunch. Interestingly we've been using NCrunch on another machine for different…

  2. Console Tool TestFilter Issues

    It gets stranger! With TestsToExecuteAutomatically set to False the build never completes, the ncrunch.exe process runs indefinitely, I had one running for 400+ minutes. It seems to be stuck at/near the end of the build stage

  3. Console Tool TestFilter Issues

    This is maddening, it runs perfectly when I run this locally but once I commit and it runs on the build server it just seems to ignore the configuration and run all tests. I just can't figure it out. The checkout is fresh each time into an empty directory. The runner reports that it has found the…

  4. Console Tool TestFilter Issues

    I spoke too soon, this got the correct tests running when I run locally, but as soon as I run this on our CI build server the engine mode is completely ignored and it tries to run all tests. The log output suggests the right engine mode is being selected. Is there any way I can confirm that this i…

  5. No way to reset test window

    Would be great to see this feature, NCrunch often starts up in a test mode I don't intend to run in my current environment, the dead failed tests live around like a bad smell. Easy to imagine situations where you want them but a quick button or something to wipe the record of everything in view wou…

  6. Console Tool TestFilter Issues

    Thanks Remco, that solved it.

  7. Console Tool TestFilter Issues

    Having a lot of difficulty with the console tool and excluding categories, I've been playing with it all day long and just can't get it to behave. The versions: NCrunch Console Tools 3.10 NUnit.Framework 2.6.3 .Net 4.6.2 We wish to exclude tests marked with NUnit attribute [Category(…

  8. Issues with NUnit async tests and SerialAttribute

    Quick follow-up to say that Isolated worked as you suggested and led us to find an error in our code. Thanks for your help.

  9. Issues with NUnit async tests and SerialAttribute

    Hi There, Seeing strange behaviour and think it can only be explained by NUnit async tests not obeying the Serial attribute (Both class and methods marked with the attribute). Could someone outline the intended behaviour in this case? My expectation is that the task should run to completion b…

  10. Ncrunch Build Server integration

    Hi Remco, I don't think that a CI version has to be too complicated, we'd be interested in one just because it allows us to see whether the build works under NCrunch's isolated projects build system. One example is that we often get people committing assembly references to bin folders and su…

  11. Column indicating no. of bytes of console output per test

    Hi, I think a column indicating number of bytes of console output each test writes would be extremely useful. I can't count the number of times I've had to do a manual binary search across our test base to find the culprit that's clogging our log files up. Would also encourage tests that keep…

  12. NCrunch littering DLLs about the solution's source folders.

    Hi Remco, Still seeing this problem but now it just seems to XML documentation files from referenced assemblies that are appearing. Is there perhaps a workaround that could prevent NCrunch from creating or copying these XML files? Thanks, T. UPDATE: scratch that, it's still all file…

  13. Unusual behaviour messages..

    Hi Remco, Trying to understand why we're getting the following messages.. [quote]NCrunch detected unusual behaviour around the resolution of referenced assemblies required by this project in its test environment. This can often be caused by usage of the 'Copy Referenced Assemblies To Workspac…

  14. NCrunch littering DLLs about the solution's source folders.

    Hi Remco, Seeing some slightly odd behaviour where by compiled DLL's and EXEs for our projects start showing up in our source directories and the directory that contains our solution file. Any idea what might be causing this? It's no huge issue as we can svn:ignore *.exe and *.dll but it would …

  15. Compile Errors Hyperlinking.

    Hi Remco, Would be great if compile errors could include hyperlinks to the file and lines in question. Might also be cool to have a compile errors list similar to Visual Studio's or Resharper's. Thanks.

  16. feature suggestion: discover/recognise NUnit's TestCase attributes

    Hi Remco, After some investigation I discovered that NCrunch fails to run TestCases only if they specify the TestName property of the TestCase attribute and it differs from the method name. It's pretty common to set different names if applying more than once TestCase attribute to a parameterized…

  17. Test category not working with MSTest

    Hi Remco, Sorry seems I was wrong, they aren't infact being run but are just being listed as "Pending, Impacted" instead of being ignored completely. Not a major issue, just means the Tests window looks a bit cluttered. Thanks, T.

  18. feature suggestion: discover/recognise NUnit's TestCase attributes

    Hi Remco, NCrunch doesn't currently seem to recognise/obey TestCase attribute when using NUnit. Would be great to be able to run our parameterized tests. Thanks, T.

  19. Test category not working with MSTest

    Hi Remco, NUnit categories are being ignored as well. Trying to exclude tests with attribute [Category("Integration")] isn't working. Doesn't matter if the attribute is on the method or class. Otherwise I'm loving NCrunch and looking forward to next release. T.