mongo-python-driver/test/data_lake/runCommand.json
Shane Harvey 64a4f6e141
PYTHON-3024 Update estimatedDocumentCount test for Atlas Data Lake (#802)
Migrate data lake testing to ubuntu 18.
Ensure mongohouse downloads the right build via VARIANT.
2021-11-23 15:45:49 -08:00

32 lines
601 B
JSON

{
"database_name": "test",
"tests": [
{
"description": "ping succeeds using runCommand",
"operations": [
{
"name": "runCommand",
"object": "database",
"command_name": "ping",
"arguments": {
"command": {
"ping": 1
}
}
}
],
"expectations": [
{
"command_started_event": {
"command_name": "ping",
"database_name": "test",
"command": {
"ping": 1
}
}
}
]
}
]
}