In memory event store does not perform consistency check #183
-
Hello, I was checking the Event Store documentation where the consistency checks for aggregate events are mentioned. However, when I was trying out the exact code from the documentation i got a passing test when a failure was expected:
is passing even though its supposed to fail. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @midnight-blue. Seems like I missed this when implementing the event store, as the in-memory store should only be used during development/testing and I didn't expect this to be a "required" feature for development purposes. But you're right, the event store should validate the event versions. Is this something that is currently blocking your development? Because I won't get to fix this until at least January. |
Beta Was this translation helpful? Give feedback.
Hey @bounoable ,
Thanks for the quick reply!
No, of course this is not important in any way. I was simply wondering if I misunderstood something as I'm building up my understanding of all the concepts involved. Please keep up the awesome work!