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

Updated CDT op policy: Add list/map NO_FAIL/PARTIAL flags, new map write flags #265

Merged
merged 4 commits into from
Jul 12, 2018

Commits on Jul 12, 2018

  1. Update list/map policies

    * Support NO_FAIL & PARTIAL flags for list ops
    * Add new write flags to map policy, replacing write mode
    * Support NO_FAIL & PARTIAL flags for map ops
    jhecking committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    55bf9b4 View commit details
    Browse the repository at this point in the history
  2. Add test cases for insert-bounded write flag

    The insert-bounded flag for list operations is supported on servers
    pre-4.3. But pre-4.3, insertions that result in a bounds violation, are
    treated as a no-op and do not return an error. Starting with v4.3, such
    bounds violations return an error, unless the no-fail flag is set as
    well.
    jhecking committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    748bae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    422975b View commit details
    Browse the repository at this point in the history
  4. Update changelog

    jhecking committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    46acd81 View commit details
    Browse the repository at this point in the history