Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
.NET MAUI Support
Would you be interested in trying the build below? I'm hoping it will work for you with MAUI. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.14.0.3.msi]NCrunch_Console_4.14.0.3.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.14.0.3.zip]NCru…
12 Jul 2022 12:51 UTC
-
NCrunch does not work if dotnet is not installed at C:
[quote=GreenMoose;16205][v4.13.0.1] p.s. To get dotnet installed on another drive I modified the ProgramFiles shell folder before installing vstudio 2022, and then reverting it back to C: again d.s.[/quote] Thanks for letting me know how you did this. I was scratching around to try and find way…
12 Jul 2022 00:20 UTC
-
Coverage Markers not working
[quote=PoorHippo;16201]I faced similar kind of issue last time, I am still searching for some proper solution Same issue still no fix to this. [/quote] Can you confirm if you've tried the tips in the troubleshooting page linked above? We presently have no outstanding issues in this area that we…
10 Jul 2022 23:45 UTC
-
Test Failures After Adding Empty Test
[quote=CodeAdze;16202]It's not even an open source project it's just something I've started writing for myself, I would be more than happy to share it with you. I will just fix the tests that are causing the Out of Memory failures when NCrunch is in Constant Churn mode as you suggested I should and …
10 Jul 2022 23:44 UTC
-
Test Failures After Adding Empty Test
[quote=CodeAdze;16199] You said there could be a wider instability going on here and I completely except that it could be something in my test suite, I freely admit I'm no gun programmer, I'm not even a professional (but I bet I'm more passionate and interested than most pros). [/quote] Just th…
08 Jul 2022 06:26 UTC
-
Test Failures After Adding Empty Test
Thanks for sharing these extra details. Normally when encountering this problem, NCrunch executes an extra discovery step inside the runner process so that it can establish why the list of tests is inconsistent. This allows it to report in more detail which tests are causing the problem. Howeve…
08 Jul 2022 00:22 UTC
-
Path too long error still prevents project from building
[quote=GreenMoose;16196] Is there any plan of to resolve this? The solution builds fine with dotnet build and in vstudio, but NCrunch fails (with default settings). Modifying workspace path config to use e.g. C:\WS works for solutions I've tested so far, but it is a pity if trying to make more u…
08 Jul 2022 00:00 UTC
-
Test Failures After Adding Empty Test
I've taken another deep dive on the log you've submitted and also done some local tests to ensure the framework integration is working as expected. I am fairly close to 100% certain that this problem is being caused by unstable test generation in your test suite. Basically, something in your tes…
06 Jul 2022 02:34 UTC
-
Test Failures After Adding Empty Test
Thanks for sending through the log file. Something very strange is going on in NUnit here. Can you confirm which version of NUnit you're running? Are you using any NUnit assembly-level attributes or settings that might be considered unusual? Do you have any NUnit extensions loaded?
05 Jul 2022 00:33 UTC
-
Test Failures After Adding Empty Test
Hi, thanks for sharing this issue. This looks like some kind of internal stability issue. Can you reproduce the problem during a session then submit an NCrunch bug report? I'm hoping the log in the report might give us some clues about what is happening here.
03 Jul 2022 11:48 UTC
-
.NET MAUI Support
Hi, Thanks for flagging this up. Support for MAUI is unavoidable for us given that everything seems to be moving in this direction. Given its preview situation we haven't done any extensive testing in this area. I was hoping it would work through the existing abstractions, but a quick test on …
02 Jul 2022 01:08 UTC
-
Why won't tests run on distributed node?
[quote=MarcChu;16183]Yes! That seems to have improved things greatly. It will take some time to determine whether this looks well solved, but I'm definitely optimistic, given the initial results.[/quote] Excellent! Thanks for confirming this :) [quote=MarcChu;16183]Also, I initially [i]though…
02 Jul 2022 00:21 UTC
-
Why won't tests run on distributed node?
Would you be interested in trying the build below? This includes the above mentioned fix for the batching: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.14.0.2.msi]NCrunch_Console_4.14.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.14…
29 Jun 2022 02:31 UTC
-
Why won't tests run on distributed node?
Thanks for sharing these extra details. I've taken another look at the way the batching logic works in the context of the use case you've described above. I think I understand what is happening here. Basically, the batching is designed to watch for situations where a fixture may have a slower…
29 Jun 2022 00:34 UTC
-
Why won't tests run on distributed node?
Those expected execution times are definitely way off. Do you have much in the way of load-on-demand behaviour through your codebase? I'm wondering how consistent the execution times for your tests are in general. It would be interesting if you are able to provide an export from the Tests Window …
22 Jun 2022 22:57 UTC
-
Why won't tests run on distributed node?
[quote=MarcChu;16176]OOOOH, hm, it seems that I've identified a use case where this happens: if an entire test fixture fails for some reason (in this case static setup for the test fixture), then every individual test in the fixture will fail very quickly. Upon the next attempt to run those failing …
17 Jun 2022 23:43 UTC
-
Why won't tests run on distributed node?
It's great to hear that's fixed the capabilities problem. The problem you're describing with the batching has some similarities with [url=https://forum.ncrunch.net/yaf_postst3231_Ncrunch-stops-parralelizing-when-all-tests-fail-quickly.aspx]another problem a user is currently reporting[/url]. B…
17 Jun 2022 00:13 UTC
-
Ncrunch stops parralelizing when all tests fail quickly.
[quote=BauwensConsulting;16170] But it looks like InitializeAsync is still at lease Analysis-ish because the markers are white there.[/quote] This is the rule of thumb. If you're certain the code is executed but the markers don't show it, then it'll be executed either in the setup code for the …
16 Jun 2022 00:07 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
[quote=meagy;16165] Thanks, good find. We're all fixed up. In our case when moving from a "nuget restore" command to the "dotnet retore" command, and using a built-in Teamcity runner for "dotnet restore" , the Teamcity runner was overriding the default Nuget user packages directory of %env.USERPROF…
14 Jun 2022 23:24 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
[quote=Marcello;16163] Thanks for the update. What should be the version containing the fix?[/quote] Could you try the build below and let me know how you get on? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.14.0.1.msi]NCrunch_Console_4.14.0.1.msi[/url] [url=https://…
14 Jun 2022 23:22 UTC