...

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

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

     1version: 1
     2style: unit
     3description: must be able to create a pool
     4operations:
     5  - name: waitForEvent
     6    event: ConnectionPoolCreated
     7    count: 1
     8events:
     9  - type: ConnectionPoolCreated
    10    address: 42
    11    options: 42
    12      

View as plain text