bson/testdata/unified-test-format/valid-fail/entity-client-storeEventsAsEntities-conflict_with_client_id.yml
2025-03-17 20:58:26 +01:00

17 lines
483 B
YAML

description: "entity-client-storeEventsAsEntities-conflict_with_client_id"
schemaVersion: "1.2"
createEntities:
- client:
id: &client0 client0
storeEventsAsEntities:
# Using the client ID here will ensure that test runners also detect
# conflicts with the same entity being defined
- id: *client0
events: ["PoolCreatedEvent", "PoolReadyEvent", "PoolClearedEvent", "PoolClosedEvent"]
tests:
- description: "foo"
operations: []