-
Notifications
You must be signed in to change notification settings - Fork 191
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
Stryker hangs when using the multi test project feature #1136
Comments
After further investigation it looks like the vstest runners crash one by one. After the last one has crashed stryker keeps waiting forever. It's not clear why the vstest runners crash. The last output in the logs contain:
This is the same for each runner. |
Any update on when this issue might be sorted? Thanks |
I'm sorry I don't know. This is not in our hands. We addressed this issue @ vstest almost two years ago. Currently a fix is ready to be merged but I'm not in the position to know when this release will take place. I hope soon. Once vstest releases the fix we will update stryker immediately |
Small insider update: this is hoped to be deliver along with VS2022 17.2. When is that - I don't know :D But now it's 17.0.5 so maybe not so long from now. |
That's awesome :) Hopefully by then we can update since we're currently blocked on #1870 due to microsoft/vstest#3144 :D |
I think this is worth retrying with V 1.51, or the release after that one. |
Describe the bug
When using stryker with 2 or more testprojects the run seems to stop (without exiting) during the testing mutant phase.
Logs
Will add soon
Expected behavior
The run should continue without any interuption.
Desktop (please complete the following information):
Additional context
The problem does not always occur, so this could prove hard to debug
The text was updated successfully, but these errors were encountered: