mongo-python-driver/test/unified-test-format/valid-pass/assertNumberConnectionsCheckedOut.json
Shane Harvey 01e34cebdb
PYTHON-2769 Test redaction of replies to security-sensitive commands (#676)
Resync command monitoring and unified test format tests.
Redact entire hello response when the command started contained speculativeAuthenticate.
Make OP_REPLY cursor.cursor_id always be an Int64.
2021-07-15 14:12:11 -07:00

28 lines
526 B
JSON

{
"description": "assertNumberConnectionsCheckedOut",
"schemaVersion": "1.3",
"createEntities": [
{
"client": {
"id": "client0",
"useMultipleMongoses": true
}
}
],
"tests": [
{
"description": "basic assertion succeeds",
"operations": [
{
"name": "assertNumberConnectionsCheckedOut",
"object": "testRunner",
"arguments": {
"client": "client0",
"connections": 0
}
}
]
}
]
}