Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-242

set call does not correct assign replicate_to and assign_to

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 1.2.1
    • 1.2.0
    • library
    • Security Level: Public

    Description

      Defect resides in couchbase-python-client/couchbase/connection.py

      In function set (line number 257).
      The return code is (line number 330 & 331)

      return _Base.set(self, key, value, cas, ttl, format,
      persist_to, replicate_to)

      however should be...

      return _Base.set(self, key, value, cas, ttl, format,
      persist_to=persist_to, replicate_to=replicate_to)

      The attached program can be used to demonstrate the problem.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              owend Daniel Owen
              owend Daniel Owen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty