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 a bug with attribute index handling in ModifyAttribute #613

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

PeterHamilton
Copy link
Contributor

This changes fixes a minor bug with proper attribute index range checking in the server implementation of ModifyAttribute. A corner case that previously slipped through index checking and testing has been closed. An existing unit test has been modified to fix this bug.

Partially implements #547

This changes fixes a minor bug with proper attribute index range
checking in the server implementation of ModifyAttribute. A corner
case that previously slipped through index checking and testing
has been closed. An existing unit test has been modified to fix
this bug.

Partially implements #547
@codecov-io
Copy link

codecov-io commented Dec 13, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@e5281cb). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #613   +/-   ##
=========================================
  Coverage          ?   96.58%           
=========================================
  Files             ?       79           
  Lines             ?    16886           
  Branches          ?        0           
=========================================
  Hits              ?    16310           
  Misses            ?      576           
  Partials          ?        0
Impacted Files Coverage Δ
kmip/services/server/engine.py 99.38% <100%> (ø)

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 e5281cb...74e81fb. Read the comment docs.

@PeterHamilton PeterHamilton merged commit cd8d66f into master Dec 13, 2019
@PeterHamilton PeterHamilton deleted the bug/fix-attr-index-checking branch December 13, 2019 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants