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

disabled Akka.Persistence.TCK.Query.ReadJournal_should_deallocate_All_PersistenceIds_publisher_when_the_last_subscriber_left #5257

Merged

Conversation

Aaronontheweb
Copy link
Member

Not a good test - tightly couples to private implementation details for a given journal, plus it's racy. Better to test the stream stage it uses directly or use Akka.Streams completion semantics to check.

…PersistenceIds_publisher_when_the_last_subscriber_left

Not a good test - tightly couples to private implementation details for a given journal, plus it's racy. Better to test the stream stage it uses directly or use Akka.Streams completion semantics to check.
@Aaronontheweb Aaronontheweb added akka-persistence akka-testkit Akka.NET Testkit issues labels Sep 6, 2021
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) September 6, 2021 17:17
@Aaronontheweb Aaronontheweb merged commit 850bdb1 into akkadotnet:dev Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
akka-persistence akka-testkit Akka.NET Testkit issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant