2025-03-17 20:58:26 +01:00

20 lines
406 B
YAML

version: 1
style: unit
description: readying a ready pool emits no events
operations:
- name: ready
- name: ready
- name: ready
# the first ready after this clear should emit an event
- name: clear
- name: ready
events:
- type: ConnectionPoolReady
address: 42
- type: ConnectionPoolCleared
address: 42
- type: ConnectionPoolReady
address: 42
ignore:
- ConnectionPoolCreated