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

Fix TestKit throws "Shard received unexpected message" after the entity passivated #100

Merged
merged 3 commits into from
Nov 18, 2021

Conversation

negokaz
Copy link
Contributor

@negokaz negokaz commented Nov 18, 2021

Closes #101

This PR changes the TestKit to ignore Passivate message.

Inspection for related problems

There are no problems.

ReplicatedEntityBehavior sends following messages to its shard:

  • Replicate
  • RequestRecovery
  • Passivate

These messages will be handled by TestKit as follows:

@negokaz negokaz changed the title Fix TestKit throws "Shard received unexpected message" after entity passivated Fix TestKit throws "Shard received unexpected message" after the entity passivated Nov 18, 2021
@negokaz negokaz force-pushed the fix-crashing-replicated-entity-behavior-testkit branch from 201a443 to 09d05b7 Compare November 18, 2021 06:16
@tksugimoto tksugimoto enabled auto-merge November 18, 2021 07:23
@tksugimoto tksugimoto merged commit ea74936 into master Nov 18, 2021
@tksugimoto tksugimoto deleted the fix-crashing-replicated-entity-behavior-testkit branch November 18, 2021 22:30
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.

TestKit throws "Shard received unexpected message" after the entity passivated
2 participants