Skip to content

List dotnet processes about to be killed #20526

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

Merged
merged 2 commits into from
Apr 4, 2020
Merged

Conversation

rynowak
Copy link
Member

@rynowak rynowak commented Apr 3, 2020

This should make it easier to see which test projects are failing to
terminate when troubleshooting test hangs.

@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Apr 3, 2020
This should make it easier to see which test projects are failing to
terminate when troubleshooting test hangs.
@rynowak rynowak force-pushed the rynowak/list-processes branch from d0e7b0f to 535e5d4 Compare April 3, 2020 19:24
@rynowak
Copy link
Member Author

rynowak commented Apr 3, 2020

@dotnet/aspnet-build @BrennanConroy - can I get a review?

@BrennanConroy
Copy link
Member

The windows one seems to shorten the output so we might not be able to see the dll?

"C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\devenv.exe" "E:\ASPNETCORE\TestSignalR\Test...
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\devenv.exe" "E:\ASPNETCORE\aspnetcore\src\S...

@dougbu
Copy link
Contributor

dougbu commented Apr 3, 2020

W.r.t. truncating |Out-String -Width 300 or |Out-String -Width 800 would help. That cmdlet also writes to the host.

@BrennanConroy
Copy link
Member

W.r.t. truncating |Out-String -Width 300 or |Out-String -Width 800 would help. That cmdlet also writes to the host.

Excellent, thank you. @rynowak could we update that?

I don't know the behavior of the Unix one

@rynowak
Copy link
Member Author

rynowak commented Apr 3, 2020

I'll try using Out-String. I'm gonna assume unix does something sensible. It does on my machine

@rynowak rynowak merged commit 3d4eede into master Apr 4, 2020
@rynowak rynowak deleted the rynowak/list-processes branch April 4, 2020 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants