IBM / ubiquity

Ubiquity
Apache License 2.0
90 stars 26 forks source link

Fix/ub 1671 idempotent issues in delete #266

Closed olgashtivelman closed 5 years ago

olgashtivelman commented 5 years ago

in this PR the idempotent issues in the delete request are fixed. the issues are as follows: (in delete volume function)

comment : an assumption is made that if a volume is removed from the DB then it is definitely removed from the storage since the removal from the DB is the latter operation.

Note: addition PR to handle delete idempotent in the flex side -> https://github.com/IBM/ubiquity/pull/266


This change is Reviewable

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.2%) to 57.988% when pulling acb92fa237e2af4a1d82d662e8771a19534370f6 on fix/ub-1671_idempotent_delete into ae6a0a55dd776cfac7fa96c973b9f7691e2c6e2a on dev.