summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/pool-checkout-connection.yml
blob: 34e9ae493e3ca910714376691e7b0ac49a4dde8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 1
style: unit
description: must be able to check out a connection
operations:
  - name: checkOut
events:
  - type: ConnectionCheckOutStarted
  - type: ConnectionCheckedOut
    connectionId: 1
ignore:
  - ConnectionPoolCreated
  - ConnectionCreated
  - ConnectionReady