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

PostgreSQL persistence plugin for both event journal and snapshot store #971

Merged
merged 1 commit into from
May 13, 2015
Merged

PostgreSQL persistence plugin for both event journal and snapshot store #971

merged 1 commit into from
May 13, 2015

Conversation

davidflerlage
Copy link
Contributor

See issue #944

-Largely ported from Akka.Persistence.SqlServer plugin

-Event journal and snapshot store specs passing

-Added separate build task for PostgreSql tests

-Added initial draft of readme and nuspec file

-There is still one potentially unresolved issue pertaining to passing in a connection string to the test runner inside build.fsx. Right now, I put the connection string (with credentials) in the app.config of the test project. There is currently no way to pass in a custom connection string or custom credentials using the test runner inside build.fsx. I was talking to @Aaronontheweb last week, and one of his suggestions was to create a "PersistenceTestRunner" that would modify the app.config before the tests are run. I wanted to double check before I wrote a test runner. Comments?

…re. See issue #944

 -Largely ported from Akka.Persistence.SqlServer plugin

 -Event journal and snapshot store specs passing

 -Added separate build task for PostgreSql tests

 -Added initial draft of readme and nuspec file
@Horusiath
Copy link
Contributor

Great job! 😄 In my opinion, code looks good. As I understand, you've run the Akka.Persistence.TestKit tests and they were passing (I'm asking to make sure, plugin is Akka.Persistence-compatible)? If so I think, we could merge this PR and resolve problem of the test runner as a separate issue.

@davidflerlage
Copy link
Contributor Author

Yes, I ran the tests from Akka.Persistence.TestKit, and everything is passing. For what it's worth, I ran them a bunch of times without any issues.

Horusiath added a commit that referenced this pull request May 13, 2015
PostgreSQL persistence plugin for both event journal and snapshot store
@Horusiath Horusiath merged commit 4e17f0a into akkadotnet:dev May 13, 2015
@davidflerlage
Copy link
Contributor Author

Wow, that was quick. Thank you very much. Now, onto the next issue!

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

2 participants