...

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

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

     1version: 1
     2style: unit
     3description: must be able to manually close a pool
     4operations:
     5  - name: close
     6events:
     7  - type: ConnectionPoolCreated
     8    address: 42
     9    options: 42
    10  - type: ConnectionPoolClosed
    11    address: 42

View as plain text