Skip to content
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

Blocking ordering between non-Windows service stops #622

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

AndrewLipscomb
Copy link
Contributor

Windows based services stopping will block until the docker container stops (ie: if docker::run::stop_wait_time has been set to !=0)

service based stops do not - this adds that dependency in so that containers are not attempted to be removed until the service has stopped

Windows based services stopping will block until the docker container stops (ie: if docker::run::stop_wait_time has been set to !=0)
service based stops do not - this adds that dependency in so that containers are not attempted to be removed until the service has stopped
@AndrewLipscomb AndrewLipscomb requested a review from a team as a code owner June 11, 2020 05:20
@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2020

Codecov Report

Merging #622 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #622   +/-   ##
=======================================
  Coverage   27.94%   27.94%           
=======================================
  Files          19       19           
  Lines         680      680           
=======================================
  Hits          190      190           
  Misses        490      490           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c3d7a8...8dc7536. Read the comment docs.

@adrianiurca
Copy link
Contributor

Hi @ALTinners,
Thank you for your contribution.

@adrianiurca adrianiurca merged commit e6666cf into puppetlabs:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants