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

client: make set/delete one shot operations #5888

Merged
merged 2 commits into from
Jul 7, 2016

Commits on Jul 7, 2016

  1. client: make set/delete one shot operations

    Old behavior would retry set and delete even if there's an error. This
    can lead to the client returning an error for deleting twice, instead
    of returning an error for an interdeterminate state.
    
    Fixes etcd-io#5832
    Anthony Romano committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    946b3cc View commit details
    Browse the repository at this point in the history
  2. client/integration: test v2 client one shot operations

    Anthony Romano committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    c30f89f View commit details
    Browse the repository at this point in the history