Forum member
GibSral
27 posts
Posts by GibSral
-
Unstable Test Generation (Removing tests doesn't adjust discovery count)
[quote=Remco;15414][quote=GibSral;15413] I am using the latest ncrunch version (4.8.0.3)[/quote] Did the error contain any other useful analysis? Perhaps a list of the tests that are missing/surplus between the discovery run and the test run? [/quote] I found 2 other tests that used TestCas…
07 May 2021 13:42 UTC
-
Unstable Test Generation (Removing tests doesn't adjust discovery count)
I will try the export today I am using the latest ncrunch version (4.8.0.3)
23 Apr 2021 06:56 UTC
-
Unstable Test Generation (Removing tests doesn't adjust discovery count)
Thanks for the reply. I will try the export und come back to you with the results
22 Apr 2021 07:56 UTC
-
Unstable Test Generation (Removing tests doesn't adjust discovery count)
Hi, we just migrated our project from mstest to nunit and I wrote my first test using TestCaseSource and I get this issues for seemingly random tests that fail after I added this new Test method. the TestCaseSource-method looks like this: public static IEnumerable<TestCaseData> NoCo…
20 Apr 2021 08:52 UTC
-
Tests that require TestIsolation in new AppDomain
Works in my test project and in the production tests! Thank you very much!
18 Jun 2020 07:27 UTC
-
Tests that require TestIsolation in new AppDomain
I will try this one today and hopefully report my success :D
18 Jun 2020 06:39 UTC
-
Tests that require TestIsolation in new AppDomain
Unfortunately I would need to use the same key for signing the policy assembly as you use to sign the ncrunch.framework.dll. Any chance that you could include such a policy dll in your ncrunch installation bundle?
17 Jun 2020 12:53 UTC
-
Tests that require TestIsolation in new AppDomain
Ahh ok, i will fiddle arround with this. As I am the only one in my team using ncrunch i need a solution that works for me and the others without installing ncrunch specific dlls in the gac of the other teammembers, so i am stuck with the nuget. I will take a look at my GAC maybe i can exchange the…
13 Jun 2020 09:31 UTC
-
Tests that require TestIsolation in new AppDomain
When i instrument the AssemblyResolver with exceptions (Debug.Writeline does not seem to work cross appdomain) I can see that the foreach loop does not get executed. If i place exceptions above the loop the coverage indicator shows the exception as a cross. Exception inside or after the loop get i…
12 Jun 2020 12:46 UTC
-
Tests that require TestIsolation in new AppDomain
Additional Entries in the fuslog: The operation failed. Bind result: hr = 0x80070002. The system cannot find the file specified. Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll Running under executable c:\program files (x86)\microsoft visual studio\2019\…
12 Jun 2020 12:40 UTC
-
Tests that require TestIsolation in new AppDomain
It seems that the runtime cannot find ncrunch.framework.dll that i had to add as a reference to enable this. Here is the fuslog binding error. The operation failed. Bind result: hr = 0x80070002. The system cannot find the file specified. Assembly manager loaded from: C:\Windows\Microsoft.NE…
12 Jun 2020 12:36 UTC
-
Tests that require TestIsolation in new AppDomain
[quote=Remco;14794][quote=GibSral;14793]unfortunately disabling instrumentation does not solve the problem [/quote] Can the test run on your machine using a different test runner? (i.e. VSTest)[/quote] The test runs fine with the Resharper TestRunner
12 Jun 2020 12:19 UTC
-
Tests that require TestIsolation in new AppDomain
unfortunately disabling instrumentation does not solve the problem
11 Jun 2020 18:47 UTC
-
Tests that require TestIsolation in new AppDomain
I just sent you the vs solution via the contact form. Used the ThreadName as Title.
08 Jun 2020 12:01 UTC
-
Tests that require TestIsolation in new AppDomain
Hi, of course. But not much information there :) I can send you a test project (seems I cannot upload it here?) but I simply used the sample code provided in your documentation: https://www.ncrunch.net/documentation/troubleshooting_tests-that-build-their-own-appdomains System.StackOverflowExc…
08 Jun 2020 09:00 UTC
-
Tests that require TestIsolation in new AppDomain
Hi, i have to isolate some tests in a new AppDomain. I followed the instructions on https://www.ncrunch.net/documentation/troubleshooting_tests-that-build-their-own-appdomains In my code and in the provided sample i get a StackoverflowException when calling runCodeInReferencedAssembly(); It …
02 Jun 2020 10:49 UTC
-
Crash in VS2019 with NCrunch 3.27
[quote=michaelkroes;13861]Here's a release that logs to c:\temp. Could you give this release a go and send me the log files? You can mail me at michael at ncrunch dot net. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.31.0.2.msi]NCrunch_VS2019_3.31.0.2.msi[/url][/quote] …
13 Sep 2019 11:47 UTC
-
Crash in VS2019 with NCrunch 3.27
Hi Michael, unfortunately there is nothing in the logs regarding the crash. The crash is shown in the event log but unfortunatly there is no information regarding the cause. VS tells nothing this time about who caused the crash, but the crash only occurs when ncrunch is enabled. When I disable t…
13 Sep 2019 09:18 UTC
-
Crash in VS2019 with NCrunch 3.27
Hi, since I installed VS2019 version 16.2.5 yesterday I have the same issue as described in my initial post. I am using the latest ncrunch version (3.30.0.1). Are there any known issues with this particular version of VS? Greetings Lars
13 Sep 2019 08:24 UTC
-
Crash in VS2019 with NCrunch 3.27
yes it works with 2017. I worked on this solution for years with ncrunch and had no problems prior to updating to VS2019. If you give me a version with advanced loggin I would gladly test it and provide the generated logs
07 May 2019 13:09 UTC