Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query side projection integration tests based on messages #32

Merged
merged 4 commits into from
Dec 28, 2021

Conversation

JohT
Copy link
Owner

@JohT JohT commented Dec 18, 2021

Experiment to get query side projection integration tests purely based on messages (events, queries).

With the actor model in mind, a projection could ideally fully be described and tested by the events it consumes (input), its private state (e.g. database table) and its output (here input query messages that return their result).

@JohT JohT self-assigned this Dec 18, 2021
@JohT JohT marked this pull request as draft December 19, 2021 07:04
@JohT JohT marked this pull request as ready for review December 28, 2021 20:04
@JohT JohT merged commit cb4e0c1 into master Dec 28, 2021
@JohT JohT deleted the feature/projectiontest branch December 28, 2021 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant