...

Text file src/go.mongodb.org/mongo-driver/testdata/atlas-data-lake-testing/estimatedDocumentCount.json

Documentation: go.mongodb.org/mongo-driver/testdata/atlas-data-lake-testing

     1{
     2  "collection_name": "driverdata",
     3  "database_name": "test",
     4  "tests": [
     5    {
     6      "description": "estimatedDocumentCount succeeds",
     7      "operations": [
     8        {
     9          "object": "collection",
    10          "name": "estimatedDocumentCount",
    11          "result": 15
    12        }
    13      ],
    14      "expectations": [
    15        {
    16          "command_started_event": {
    17            "command": {
    18              "count": "driverdata"
    19            },
    20            "command_name": "count",
    21            "database_name": "test"
    22          }
    23        }
    24      ]
    25    }
    26  ]
    27}

View as plain text