Update integration tests to use dual imports per ADR-030 #269
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/eventcore#269
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
Update all integration tests to explicitly separate "application developer" imports (from
eventcore) from "test infrastructure" imports (fromeventcore-types).Parent Issue
Background
Integration tests currently import everything from
eventcore. Per ADR-030, tests should clearly separate:eventcore)eventcore-types)Files to Update
eventcore/tests/I-001-single_stream-command_test.rseventcore/tests/I-003-retry_policy_test.rseventcore/tests/I-004-multi_stream_atomic_test.rseventcore/tests/I-007-dynamic_stream_discovery_test.rseventcore/tests/projection_event_retry_config_test.rseventcore/tests/projection_poll_retry_test.rseventcore/tests/projection_runner_test.rsPattern to Follow
Acceptance Criteria
eventcore(likeProjectionRunner)Closing: Parent issue closed