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
[uninstall] ensure service is stopped on windows (#4224)
* [uninstall] ensure service is stopped on windows
the kardianos service manager doesn't distinguish between
'Stopped' and 'StopPending' on Windows, so we need to query
to make sure the service is really stopped. Otherwise we can
try to remove the files while the service is still running.
* Fixing linter issue + missing arg
* Update wait_service_windows.go
* incorporate feedback and add integration test
* add changelog fragment
---------
Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
0 commit comments