mongo-python-driver/test/connection_monitoring/pool-ready-ready.json

40 lines
570 B
JSON

{
"version": 1,
"style": "unit",
"description": "readying a ready pool emits no events",
"operations": [
{
"name": "ready"
},
{
"name": "ready"
},
{
"name": "ready"
},
{
"name": "clear"
},
{
"name": "ready"
}
],
"events": [
{
"type": "ConnectionPoolReady",
"address": 42
},
{
"type": "ConnectionPoolCleared",
"address": 42
},
{
"type": "ConnectionPoolReady",
"address": 42
}
],
"ignore": [
"ConnectionPoolCreated"
]
}