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

create index query returns nonetype object

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • .future
    • None
    • library
    • 5.1.0-1230-enterprise

    Description

      Added the following method to sdk_client.py file:
      https://github.com/couchbase/testrunner/blob/master/lib/sdk_client.py

      def single_result(self,query):
      result = self.cb.n1ql_query(query).get_single_result()
      print result
      return result

      Initialized the client in my query code and tried to call single_result function as:
      host = self.master.ip
      self.create_users()
      self.assign_role(roles=[

      {'id': 'default', 'name': 'default', 'roles': 'admin' }

      ])
      client = SDKClient(hosts = [host],bucket = 'default')
      client._createConn()
      result = client.single_result(query)
      print result

      The result is a Nonetype object for all create index queries.

      Attachments

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

        Activity

          People

            Prerna.Manaktala Prerna Manaktala (Inactive)
            Prerna.Manaktala Prerna Manaktala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty