...

Text file src/go.mongodb.org/mongo-driver/testdata/connection-monitoring-and-pooling/pool-create.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 create a pool",
     5  "operations": [
     6    {
     7      "name": "waitForEvent",
     8      "event": "ConnectionPoolCreated",
     9      "count": 1
    10    }
    11  ],
    12  "events": [
    13    {
    14      "type": "ConnectionPoolCreated",
    15      "address": 42,
    16      "options": 42
    17    }
    18  ]
    19}

View as plain text