-
Notifications
You must be signed in to change notification settings - Fork 749
xUnit test runner fails to find module dictionary #372
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
Comments
Submitting this since this is a completely different issue that the ones we saw with The goal of this issue is to understand why |
Don't you need to shutdown the interpreter in the teardown? |
failed with and without it. I converted and rewrote the entire test suite and tried it multiple ways, none of them worked. This was just one of the simplest ways to reproduce it |
@vmuriart did you try xunit locally? with debugger? |
According to this SO answer, it is likely that some CPython threads are killed during process exit, that's why we get these errors: |
Nice find! We still have pending issues w our finalizers. This & the NUnit App unloading are related to it most likely |
@vmuriart yep, one of my comments in finalizer pull request was ignored (i hope it does not cause deadlocks): |
Did you hit submit on the review? I don't see any comment, and I been having issues w the review holding my comments until i submit my review |
Yes, I submitted the review. But since two team members approved, I did not
complain about the pending review.
…On Thu, Feb 9, 2017 at 11:03 PM, Victor Uriarte ***@***.***> wrote:
Did you hit submit on the review? I don't see any comment, and I been
having issues w the review holding them all until i submit my review
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#372 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgZ5SisQ8BICOSSNNp05rXF6WXFAoBBks5ra--wgaJpZM4L8rRT>
.
|
This looks to be yet another issue w
|
We don't use xUnit (anymore). |
Environment
v2.2.2
all
Windows
Details
Replace
nUnit
toxUnit
framework.Minimal, Complete, and Verifiable example
this will help us understand the issue.
Below is one of the tests rewritten for
xUnit
The text was updated successfully, but these errors were encountered: