...

Text file src/go.mongodb.org/mongo-driver/testdata/connection-monitoring-and-pooling/pool-checkin-make-available.yml

Documentation: go.mongodb.org/mongo-driver/testdata/connection-monitoring-and-pooling

     1version: 1
     2style: unit
     3description: must make valid checked in connection available
     4operations:
     5  - name: ready
     6  - name: checkOut
     7    label: conn
     8  - name: checkIn
     9    connection: conn
    10  - name: checkOut
    11events:
    12  - type: ConnectionCheckedOut
    13    connectionId: 1
    14    address: 42
    15  - type: ConnectionCheckedIn
    16    connectionId: 1
    17    address: 42
    18  - type: ConnectionCheckedOut
    19    connectionId: 1
    20    address: 42
    21ignore:
    22  - ConnectionPoolCreated
    23  - ConnectionPoolReady
    24  - ConnectionCreated
    25  - ConnectionReady
    26  - ConnectionCheckOutStarted

View as plain text