-
Notifications
You must be signed in to change notification settings - Fork 146
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
fix: handle db connection error #261
Conversation
@@ -4,6 +4,13 @@ defmodule EventStore.Storage.AppendEventsTest do | |||
alias EventStore.{EventFactory, RecordedEvent, UUID} | |||
alias EventStore.Storage.{Appender, CreateStream} | |||
|
|||
test "append single event with a db connection error" do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not working, I need some help trying to test this thou, I am not sure what could I do to trigger the new branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test fixed in b0a5e02.
Closing this PR. It can be reopened with it is ready for merging, |
Could you help me with the situation? I left it open |
Finished up the changes and merged into master branch in 07bb96f. |
closes #260