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

MessageContainerSerializer reports on serializerId and manifest of failed payload #5120

Merged

Conversation

Aaronontheweb
Copy link
Member

close #5118

@@ -51,7 +51,7 @@ public void Failed_serialization_should_give_proper_exception_message()
var o = new object();
o.Invoking(s => MessageSerializer.Deserialize((ExtendedActorSystem)Sys, serialized)).Should()
.Throw<SerializationException>()
.WithMessage($"Failed to deserialize payload object when deserializing {nameof(ActorSelectionMessage)} addressed to [{childName}]")
.WithMessage($"Failed to deserialize payload object when deserializing {nameof(ActorSelectionMessage)} with payload [SerializerId=13, Manifest=SM] addressed to [{childName}]")
Copy link
Member Author

Choose a reason for hiding this comment

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

Needed to update this in order to get test suite to pass

@Aaronontheweb Aaronontheweb merged commit 1c3eaf0 into akkadotnet:dev Jul 6, 2021
@Aaronontheweb Aaronontheweb deleted the remote/cleanup-serializer-message branch July 6, 2021 13:04
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.

Failed to deserialize ActorSelectionMessage using MessageContainerSerializer in clustered environment
1 participant