-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on reload when running in process #257
Comments
Re points 1 and 2: I have confirmed that this happens in both GUI's tests and that an exception is thrown if you try to reload any test assembly in either GUI. So it's either the GUI model or the engine. |
Also confirming that it happens with either the 3.8 or the 3.9 engine, so it's not a new engine issue. |
Problem seems to be in the engine. When running a single assembly in process, the chain of runners is
After the call to I'm going to try to work around this but I'll also create an issue for the engine. |
Created issue nunit/nunit-console#522 |
Problem remains when running in process. Possible regression when some unrelated PRs were merged. |
I noticed this running the NUnit TestModel tests. There are two errors due to accessing an unloaded domain when reloading. This only occurs if the tests are run in process.
This needs a bit more research:
The text was updated successfully, but these errors were encountered: