Uploaded image for project: 'Couchbase Go SDK'
  1. Couchbase Go SDK
  2. GOCBC-1523

Query Meta-data has profile when none is requested on CNG

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 2.7.0
    • None
    • None
    • None
    • 0

    Description

      Doing a query with no profile in the options gives a profile against CNG:
      Actual:

            content {
          content_as_bytes: "{\"default\":{\"foo\":\"bar\"}}"
        }
        meta_data {
          request_id: "74d132c2-1cda-4c60-9e0a-4804a2f5df3b"
          client_context_id: "ad533ff0-f2ba-4a68-a622-d7c46cc6ec9f"
          status: SUCCESS
          signature: "\"eyIqIjoiKiJ9\""
          profile: "\"bnVsbA==\""
        }
      } 

      Expected:

      query_result {
        content {
          content_as_bytes: "{\"default\":{\"foo\":\"bar\"}}"
        }
        meta_data {
          request_id: "284cfaaa-14e8-4d82-bee0-e4910ac23d2b"
          client_context_id: "366ad373-53b2-4227-beba-0723e26d4073"
          status: SUCCESS
          signature: "{\"*\":\"*\"}"
        }
      } 

      Attachments

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

        Activity

          People

            charles.dixon Charles Dixon
            will.broadbelt Will Broadbelt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty