Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-1450

Fix Connection Pool unit test

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.4.7
    • None
    • None
    • None

    Description

      After a refactor of ConnectionPool, a factory in the unit test "Test_Acquire_2ndRequest_Gets_Connection_From_Pool_While_1stRequest_Waits_For_Opening: has an invalid signature.

      The factory signature needs changed from:

      Func<ConnectionPool<Connection>, IByteConverter, BufferAllocator, Connection>

      to:

      Func<IConnectionPool<Connection>, IByteConverter, BufferAllocator, Connection>

       

      Attachments

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

        Activity

          People

            mike.goldsmith Michael Goldsmith
            mike.goldsmith Michael Goldsmith
            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