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

Update the KMIPProxy client to support batch processing #404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PeterHamilton
Copy link
Contributor

This change updates the KMIPProxy client to officially support batch processing. Passing 'batch=True' to any operation method will queue up the operation request. The entire queue will be sent when 'batch=False' is passed to an operation method. Instead of the single operation result, a list containing all operation results will be returned.

This change updates the KMIPProxy client to officially support
batch processing. Passing 'batch=True' to any operation method
will queue up the operation request. The entire queue will be
sent when 'batch=False' is passed to an operation method. Instead
of the single operation result, a list containing all operation
results will be returned.

Partially addresses #403
@PeterHamilton PeterHamilton force-pushed the feat/add-batch-processing branch from 9d9abb4 to f8115da Compare March 25, 2018 16:25
@codecov-io
Copy link

codecov-io commented Mar 25, 2018

Codecov Report

Merging #404 into master will decrease coverage by 0.36%.
The diff coverage is 52.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #404      +/-   ##
==========================================
- Coverage   94.99%   94.63%   -0.37%     
==========================================
  Files          73       73              
  Lines       12228    12335     +107     
==========================================
+ Hits        11616    11673      +57     
- Misses        612      662      +50
Impacted Files Coverage Δ
kmip/services/kmip_client.py 63.76% <52.74%> (-1.83%) ⬇️

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 f06014e...f8115da. Read the comment docs.

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