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

Persistence TestKit documentation article #3889

Merged
merged 12 commits into from
Oct 21, 2019

Conversation

valdisz
Copy link
Contributor

@valdisz valdisz commented Aug 25, 2019

A new article which will cover new Persistence TestKit.

@valdisz valdisz force-pushed the feature/persistence-testkit-docs branch from d649835 to d6bcdf7 Compare August 26, 2019 19:21
@valdisz valdisz marked this pull request as ready for review August 26, 2019 19:22
@Aaronontheweb Aaronontheweb self-requested a review August 30, 2019 20:37
@Aaronontheweb
Copy link
Member

Part of #3877

@valdisz
Copy link
Contributor Author

valdisz commented Sep 22, 2019

@Aaronontheweb do you like wording better? Can I continue in the same manner?

@Aaronontheweb
Copy link
Member

@valdisz I'll take a look at it, since I would really love to have this up on the website to go along with the v1.4.0-beta2 release we just pushed

@valdisz
Copy link
Contributor Author

valdisz commented Oct 6, 2019

@Aaronontheweb so... do you like it now?

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Content looks good, but the tests are failing - any idea why @valdisz ?

@@ -0,0 +1,179 @@
---
uid: persistence-testing
title: Persistence Testing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename this to something more descriptive: "Testing Persistence Akka.NET Actors"

@@ -69,14 +70,17 @@ public class CounterActorTests : PersistenceTestKit
[Fact]
public async Task CounterActor_internal_state_will_be_lost_if_underlying_persistence_store_is_not_available()
{
await WithJournalWrite(write => write.Fail(), () =>
await WithJournalWrite(write => write.Fail(), async () =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that would do it

@Aaronontheweb Aaronontheweb merged commit 5400ff9 into akkadotnet:dev Oct 21, 2019
@sean-gilliam
Copy link
Member

Looks like you forgot to add the article to the articles/toc.yml so it won't show up in the website's sidebar nav.

@Aaronontheweb
Copy link
Member

@sean-gilliam ah shit - mind sending in a PR for that?

@sean-gilliam
Copy link
Member

@Aaronontheweb Sure thing #4001

@valdisz valdisz deleted the feature/persistence-testkit-docs branch October 26, 2019 16:33
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.

3 participants