stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.75k stars 176 forks source link

Stryker raises exception in solution mode #2560

Closed dupdob closed 1 week ago

dupdob commented 1 year ago

Describe the bug Sometimes Stryker stops saying it failed to run VsTest despite 5 attempts to do so. This happens often in solution mode

Expected behavior Stryker should succeed running VsTest in normal condiitions

Desktop (please complete the following information): VsTest 17.6.1 or lower

dupdob commented 1 year ago

this is actually an issue with VsTest where the client fails to notify the end session event when test session is cancelled in flight when testing multiple assemblies. Stryker V 3.91 contains a work around that should be removed if/when the issue is fixed in VsTest VsTest issue: https://github.com/microsoft/vstest/issues/4527

dupdob commented 1 week ago

There have been no recurrence of this problem