Uploaded image for project: 'Couchbase node.js Client Library'
  1. Couchbase node.js Client Library
  2. JSCBC-1219

Opening a second connection before the first one is established leads to frozen connections

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 4.x
    • None
    • None
    • None
    • 0

    Description

      The following test fails :

      it('should be able to open a connection before the first one is established', async function () {
        var cluster = await H.lib.Cluster.connect(H.connStr, H.connOpts);
        var cluster2 = await H.lib.Cluster.connect(H.connStr, H.connOpts);
        var bucket = cluster.bucket(H.bucketName);
        var coll = bucket.defaultCollection();
       
        await coll.insert(H.genTestKey(), 'bar');
      }

      Attachments

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

        Activity

          People

            jared.casey Jared Casey
            JesusTheHun Jonathan MASSUCHETTI
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty