Implement EventCollector projector in eventcore-testing (ADR-031) #278
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore#278
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement
EventCollector<E>projector ineventcore-testingper ADR-031.Context
ADR-031 (Black-Box Integration Testing via Projections) establishes that integration tests should verify command execution results via projections, not direct
store.read_stream()access.Requirements
EventCollector<E>struct that implementsProjectorEinto a sharedArc<Mutex<Vec<E>>>eventcore_testingfor use in testsExample Usage
Parent Issue
Sub-issue of #272