...

Text file src/go.mongodb.org/mongo-driver/testdata/connection-monitoring-and-pooling/pool-clear-paused.yml

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

     1version: 1
     2style: unit
     3description: clearing a paused pool emits no events
     4operations:
     5  - name: clear
     6  - name: ready
     7  - name: clear
     8  - name: clear
     9events:
    10  - type: ConnectionPoolReady
    11    address: 42
    12  - type: ConnectionPoolCleared
    13    address: 42
    14ignore:
    15  - ConnectionPoolCreated

View as plain text