...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail/entity-client-storeEventsAsEntities-conflict_within_same_array.json

Documentation: go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail

     1{
     2  "description": "entity-client-storeEventsAsEntities-conflict_within_same_array",
     3  "schemaVersion": "1.2",
     4  "createEntities": [
     5    {
     6      "client": {
     7        "id": "client0",
     8        "storeEventsAsEntities": [
     9          {
    10            "id": "events",
    11            "events": [
    12              "PoolCreatedEvent",
    13              "PoolReadyEvent",
    14              "PoolClearedEvent",
    15              "PoolClosedEvent"
    16            ]
    17          },
    18          {
    19            "id": "events",
    20            "events": [
    21              "CommandStartedEvent",
    22              "CommandSucceededEvent",
    23              "CommandFailedEvent"
    24            ]
    25          }
    26        ]
    27      }
    28    }
    29  ],
    30  "tests": [
    31    {
    32      "description": "foo",
    33      "operations": []
    34    }
    35  ]
    36}

View as plain text