Migrate integration tests to eventcore-examples #280
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#280
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
Migrate integration tests from individual crates to
eventcore-examplesand update them to use the projection-based testing pattern.Context
Per ADR-031 and ADR-032:
EventCollector)eventcore-examplescrateTests to Migrate
From
eventcore/tests/:I-001-single_stream-command_test.rsI-003-retry_policy_test.rsI-004-multi_stream_atomic_test.rsI-007-dynamic_stream_discovery_test.rsprojection_runner_test.rsprojection_event_retry_config_test.rsprojection_poll_retry_test.rsFrom
eventcore-macros/tests/:I-006-command_derive_macro_test.rsMigration Steps per Test
eventcore-examples/tests/store.read_stream()withEventCollector+run_projection()Dependencies
Parent Issue
Sub-issue of #272