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

updater: Change tests not to set StopGracePeriod #1745

Merged
merged 1 commit into from
Dec 1, 2016

Conversation

aaronlehmann
Copy link
Collaborator

The updater used to use StopGracePeriod to figure out how long to wait for stopping a task to timeout. In 47ddece, this was changed to use an updater-level parameter instead. So there is no reason for tests to set StopGracePeriod or refer to it.

The updater used to use StopGracePeriod to figure out how long to wait
for stopping a task to timeout. In
47ddece, this was changed to use an
updater-level parameter instead. So there is no reason for tests to set
StopGracePeriod or refer to it.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
@codecov-io
Copy link

codecov-io commented Nov 11, 2016

Current coverage is 55.01% (diff: 100%)

Merging #1745 into master will decrease coverage by 0.15%

@@             master      #1745   diff @@
==========================================
  Files           101        101          
  Lines         16500      16500          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           9103       9078    -25   
- Misses         6262       6288    +26   
+ Partials       1135       1134     -1   

Sunburst

Powered by Codecov. Last update efd44df...f0c5702

@aaronlehmann aaronlehmann merged commit 902eb99 into moby:master Dec 1, 2016
@aaronlehmann aaronlehmann deleted the stopgraceperiod branch December 1, 2016 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants