Forum member
NCrunched
3 posts
Posts by NCrunched
-
Some Tests Fail - Possibly those that have a reference to a specific third party DLL
[quote=Remco;2718]Inconsistent pass/fail can be a symptom of the following: * Race conditions in the test/code (particularly if the code is multi-threaded or cross-process) * Sequence dependency - for example, some tests may have been written with the accidental assumption of other tests being run…
25 Aug 2012 12:02 UTC
-
Some Tests Fail - Possibly those that have a reference to a specific third party DLL
Thanks for your prompt reply. Based on the link ( https://www.ncrunch.net/documentation/troubleshooting_test-and-runtime-related-issues) you provided, the two possible reasons in my scenario seemed to be : Implicit File Dependencies Assumptions About Referenced Assembly Locations I have take…
25 Aug 2012 05:49 UTC
-
Some Tests Fail - Possibly those that have a reference to a specific third party DLL
I am unable to run some tests successfully. I see the following error in the Output window: ERROR (Internal) : System.InvalidOperationException : Process must exit before requested information can be determined. It seems that only those tests seem to failing with the above error that have a re…
24 Aug 2012 17:50 UTC