...

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

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

     1{
     2  "version": 1,
     3  "style": "unit",
     4  "description": "must be able to manually close a pool",
     5  "operations": [
     6    {
     7      "name": "close"
     8    }
     9  ],
    10  "events": [
    11    {
    12      "type": "ConnectionPoolCreated",
    13      "address": 42,
    14      "options": 42
    15    },
    16    {
    17      "type": "ConnectionPoolClosed",
    18      "address": 42
    19    }
    20  ]
    21}

View as plain text