Forum member
chillitom
19 posts
Posts by chillitom
-
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…
23 Aug 2017 12:42 UTC
-
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
15 Aug 2017 14:27 UTC
-
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…
14 Aug 2017 15:37 UTC
-
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…
12 Aug 2017 16:12 UTC
-
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…
11 Aug 2017 09:06 UTC
-
Console Tool TestFilter Issues
Thanks Remco, that solved it.
11 Aug 2017 09:04 UTC
-
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(…
10 Aug 2017 18:36 UTC
-
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.
06 Jul 2015 14:14 UTC
-
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…
30 Jun 2015 08:47 UTC
-
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…
08 Mar 2013 11:10 UTC
-
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…
29 Jan 2013 17:23 UTC
-
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…
16 Jan 2013 10:56 UTC
-
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…
29 Jun 2012 16:45 UTC
-
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 …
12 Jun 2012 07:53 UTC
-
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.
15 Apr 2012 09:13 UTC
-
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…
02 Apr 2012 19:26 UTC
-
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.
02 Apr 2012 18:50 UTC
-
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.
01 Apr 2012 18:17 UTC
-
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.
01 Apr 2012 17:29 UTC