You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In certain circumstances containers remain when tests are aborted or fail with an error.
Describe the solution you'd like
It seems like AppDomain.CurrentDomain.ProcessExit and Console.CancelKeyPress is not working properly (at least on macOS) e. g. STRG + C does not exit the application gracefully. Any other way? See also: dotnet/coreclr#8565.
Describe alternatives you've considered
We can probably use Microsoft.Extensions.Hosting, however, it seems like not working reliable on macOS. IHostedService.StopAsync gets "skipped".
Additional context
n/a
The text was updated successfully, but these errors were encountered:
HofmeisterAn
changed the title
Purge orphaned containers if they are not disposed automatically
Add missing function to purge orphaned containers if they are not disposed
Aug 17, 2019
Is your feature request related to a problem? Please describe.
In certain circumstances containers remain when tests are aborted or fail with an error.
Describe the solution you'd like
It seems like
AppDomain.CurrentDomain.ProcessExit
andConsole.CancelKeyPress
is not working properly (at least on macOS) e. g.STRG + C
does not exit the application gracefully. Any other way? See also: dotnet/coreclr#8565.Describe alternatives you've considered
We can probably use
Microsoft.Extensions.Hosting
, however, it seems like not working reliable on macOS.IHostedService.StopAsync
gets "skipped".Additional context
n/a
The text was updated successfully, but these errors were encountered: