-
Notifications
You must be signed in to change notification settings - Fork 564
[tests] update NUnit to 3.7.1 #973
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
Conversation
|
@jonathanpeppers, |
|
No hang, but the tests I checked seemed to fail with the same thing: |
akoeplinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried this locally and it fixes the hang for me, nice find!
The test failures look unrelated (and don't happen locally).
|
build |
|
Please rebase atop master/PR #977. |
Context: https://github.com/nunit/nunit/releases/tag/3.7.1 The release notes for NUnit 3.7.1 mention a hang with parallelized tests, so it is worth a try to see if updating fixes it. Reverting 6687dac as well to see if we get a green build.
68ec25d to
4e808a9
Compare
|
the test failures look unrelated :) |
Context: https://github.com/nunit/nunit/releases/tag/3.7.1 Context: commit 6687dac The release notes for NUnit 3.7.1 mention a hang with parallelized tests, so it is worth a try to see if updating fixes it the hangs that we experienced and tried to workaround in 6687dac.
Context: https://github.com/nunit/nunit/releases/tag/3.7.1
The release notes for NUnit 3.7.1 mention a hang with parallelized
tests, so it is worth a try to see if updating fixes it.
Reverting 6687dac as well to see if we get a green build.