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

Client crashes if invalid hostname is passed

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Blocker
    • 1.0 Beta
    • 0.11.1
    • None
    • Security Level: Public
    • None

    Description

      def test_invalid_hostname(self):
      self.assertRaises(InvalidError,
      Connection,
      bucket='default', host='12345:qwer###')

      Will crash because the lcb_t object is not cleared when lcb_create fails.

      Attachments

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

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            mnunberg Mark Nunberg (Inactive)
            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