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

Akka.Persistence.Tests: fixed ordering assertion in AtLeastOnceDelivery_must_warn_about_unconfirmed_messages #6396

Conversation

Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented Feb 9, 2023

Changes

fixed ordering assertion in AtLeastOnceDelivery_must_warn_about_unconfirmed_messages

AtLeastOnceDeliveryActors inherently do no guarantee delivery order, especially when messages are sent to multiple destinations - therefore we should not enforce it in the assertions.

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

…firmed_messages

`AtLeastOnceDeliveryActor`s inherently do no guarantee delivery order, especially when messages are sent to multiple destinations - therefore we should not enforce it in the assertions.
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) February 9, 2023 21:54
@Aaronontheweb Aaronontheweb merged commit 74ff4f2 into akkadotnet:dev Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant