Forum member
bartj
26 posts
Posts by bartj
-
buildTime and other elapsed time fields in RawResults.xml start at 12 hours
That was fast! Next official release - whenever that may be - is fine, thanks.
26 May 2021 17:20 UTC
-
buildTime and other elapsed time fields in RawResults.xml start at 12 hours
When running NCrunch Console Tool v4.8.0.3, I noticed that all elapsed time measurements in RawResults.xml start at 12 hours. For example: [code=xml]... <project name="<redacted>" path="<redacted>.csproj"> <loadErrors /> <build> <buildTime>12:00:00.915</buildTime> <erro…
26 May 2021 03:14 UTC
-
Ignored tests not appearing in RawResults.xml written by console runner
I can confirm that this is fixed, thanks!
26 May 2021 03:08 UTC
-
NCrunch console never exiting
Having some visibility over what's happening in the process will be great. The shared memory approach is one that I've used in the past, and it worked really well for allowing real-time visibility into the current state of a process by an external observer. I'll reply again on this thread if I ge…
10 Dec 2020 17:10 UTC
-
NCrunch console never exiting
Thanks, Remco. I think I mustn't have worded my question clearly enough. It was in two parts: 1. I don't see any logging from NCrunch saying that it's tried and failed to kill my process. How do I know that NCrunch has in fact tried and failed to kill the process as opposed to not even trying …
10 Dec 2020 00:39 UTC
-
NCrunch console never exiting
Thanks for the detailed explanation. While in an ideal world, tests would never time out (and of course they would always pass), in the messy world of legacy software, tests will not complete from time to time - particularly when under heavy concurrent load. This concurrency is part of what we us…
07 Dec 2020 17:28 UTC
-
Unstable Test Generation
Remco, I'm trying to parse the logs from our actual test runs, and am getting unexpected results. If I click the "Reset" button, which triggers a full rebuild and test run, would I expect to see all the tests in all assemblies enumerated in the NUnit output in the logs? The reason I ask is that I…
16 Apr 2020 18:32 UTC
-
Unstable Test Generation
Are you able to give us some pointers on where we can find the information we need in the logs? I have found the output XML from NUnit, which states the test count and discovered tests, but can't seem to find anything useful in the logs that I can compare it to to find where the discrepancy is comin…
17 Mar 2020 21:32 UTC
-
"This test was not executed during a planned execution run" error
Hi Remco, Unfortunately, I can't find that email anywhere, but thanks for finding the cause of the issue! Is it only important that the test case sources return the same number of tests between executions, or do the test names also need to be identical? How about the ordering of the results fr…
28 Aug 2018 17:27 UTC
-
"This test was not executed during a planned execution run" error
Hi, When I start a full run of our test suite using NCrunch in Visual Studio, I will end up with somewhere between 5 and 50 or so tests that fail with the following error: [i]This test was not executed during a planned execution run. Ensure your test project is stable and does not contain iss…
27 Aug 2018 17:57 UTC
-
NCrunch incorrectly reporting tests as having the same name
Hi, Will you be attempting to fix the original issue, or will the bug resurface in the next release? Thanks, Bart
27 Aug 2018 17:43 UTC
-
NCrunch incorrectly reporting tests as having the same name
NCrunch is reporting that two distinct NUnit tests have the same name, even though nunit-console.exe and the ReSharper test runner correctly report them as two different tests. This test code is enough to trigger the incorrect warning from NCrunch: [code=csharp][TestCase("abc")] [TestCase("\x…
06 Aug 2018 23:46 UTC
-
Tests queued for execution but no tests being executed
Thanks for your assistance on this and other issues we've encountered, Remco. You are really responsive to support requests, which is a big help as we try to make the most of this useful but complex tool. I'm building up some documentation locally for our developers to refer to to hopefully avoid…
20 Dec 2017 19:02 UTC
-
Tests queued for execution but no tests being executed
Thanks, Remco. That's resolved the problem with not all the tests being run. Interestingly, we've had a similar setting in place for a few years, since NCrunch 2, and haven't noticed the problem until recently.
20 Dec 2017 00:26 UTC
-
Tests queued for execution but no tests being executed
I've run the tests under the new version and submitted a bug report. Looking at the tests that are queued for execution, it seems that the bulk of them are tests that are excluded by the engine mode that I've configured. Would you expect tests that don't qualify for the current engine mode to be …
19 Dec 2017 21:26 UTC
-
Tests queued for execution but no tests being executed
I now have 122 tests queued for execution, with none being processed. There are exactly 122 tests with a "Pending" status in the processing queue.
18 Dec 2017 22:59 UTC
-
Tests queued for execution but no tests being executed
Based on the two screenshots I've posted, it's not the same set of tests each time because the number of tests queued is different. I had a look at the statuses of the tests when the problem occurs, and there was no obvious link from the status to the number of queued tests. For example, when 151…
14 Dec 2017 19:20 UTC
-
Tests queued for execution but no tests being executed
Hi Remco I re-ran all the tests, and a different, larger set is not running. I couldn't see any tests with a value in the "Required Capabilities" column, even when I showed passing tests in the view. * https://drive.google.com/file/d/1p1Sav8f2KPBf5b8GDr0kWukMpyGqEwUq/view?usp=sharing
13 Dec 2017 20:57 UTC
-
Tests queued for execution but no tests being executed
NCrunch sometimes ends up in a state where it tells me there are more tests to run even though there is no activity in the processing queue. Is there a way for me to diagnose why this might be the case so that I can resolve it? Here is a screenshot: * https://drive.google.com/file/d/1sL7SVPIGyTI…
13 Dec 2017 01:03 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
I have a simple solution with a .NET Standard 2.0 (RTM) project and a .NET Core 2.0 (RTM) project that depends on the .NET Standard project. The solution builds fine in Visual Studio, but NCrunch simply shows a blue question-mark next to the test project. It also fails to build the .NET Standard 2.0…
14 Aug 2017 20:59 UTC