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 hangs when `-o` in WSL + vscode #2707

Open nicojs opened 9 months ago

nicojs commented 9 months ago

Describe the bug Stryker hangs when run with -o from wsl using the vscode terminal.

Logs

logs.zip

Expected behavior I expect stryker not to hang, see animated gif:

stryker-net-hangs

Desktop (please complete the following information):

Additional context

rouke-broersma commented 9 months ago

Does this only happen when using the vscode terminal emulator?

nicojs commented 9 months ago

Yes, that appears to be the case. It always happens there and never in windows terminal.

rouke-broersma commented 9 months ago

We should manually replay the steps here in the terminal to figure out what's going wrong: https://github.com/stryker-mutator/stryker-net/blob/master/src/Stryker.Core/Stryker.Core/Reporters/WebBrowserOpener/CrossPlatformBrowserOpener.cs

nicojs commented 9 months ago

@coffeeneer and I reproduced it on his laptop. He was going to investigate further :)

rouke-broersma commented 1 week ago

@nicojs @coffeeneer if either of you could update the issue with your investigative results we might be able to reuse that for next hacktoberfest :D