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

Fix dropped timeout in pylxd/client.py #359

Merged
merged 1 commit into from
May 7, 2019

Conversation

ajkavanagh
Copy link
Contributor

When constructing the call, the [next-part] method creates the next
element in the chain of /part/. However, it doesn't pass
through the timeout parameter which means that it doesn't end up on the
final call. This patch fixes that.

Signed-off-by: Alex Kavanagh alex.kavanagh@canonical.com

When constructing the call, the [next-part] method creates the next
element in the chain of /part/<nextpart>.  However, it doesn't pass
through the timeout parameter which means that it doesn't end up on the
final call.  This patch fixes that.

Signed-off-by: Alex Kavanagh <alex.kavanagh@canonical.com>
@codecov-io
Copy link

codecov-io commented May 2, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   96.92%   96.92%           
=======================================
  Files          12       12           
  Lines        1008     1008           
  Branches      113      113           
=======================================
  Hits          977      977           
  Misses         12       12           
  Partials       19       19
Impacted Files Coverage Δ
pylxd/client.py 98.8% <ø> (ø) ⬆️

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 b231c0a...28b31cc. Read the comment docs.

@ChrisMacNaughton ChrisMacNaughton merged commit 8f578fb into canonical:master May 7, 2019
@ajkavanagh ajkavanagh deleted the fix-dropped-timeout branch May 7, 2019 15:32
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.

3 participants