Skip to content

Commit

Permalink
test: DynamoDB EventSourcedEndToEndSpec (#1282)
Browse files Browse the repository at this point in the history
* inspired by corresponding test for r2dbc
* testing all projection types with real source provider
* enable snapshot store in tests

---------

Co-authored-by: Peter Vlugter <[email protected]>
  • Loading branch information
patriknw and pvlugter authored Jan 10, 2025
1 parent 09423b3 commit c61ff47
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<logger name="akka.projection" level="DEBUG" />
<logger name="akka.projection.dynamodb" level="TRACE" />
<logger name="akka.persistence.dynamodb" level="DEBUG" />
<logger name="software.amazon.awssdk.request" level="DEBUG" />
<logger name="software.amazon.awssdk.request" level="INFO" />


<root level="INFO">
Expand Down
Loading

0 comments on commit c61ff47

Please sign in to comment.