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

Unique name for the Terminator actor #264

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Conversation

ArquintL
Copy link
Member

I've observed errors created by Akka complaining about non-unique names for instances of the Terminator actor when using ViperServer in Gobra's unit tests. A Terminator actor instance is only used during the lifetime of a ViperServer instance but we use a separate ViperServer instance for each unit test that needs such an instance and Akka is apparently not happy that we reuse the same name.
This PR addresses this issue by using a unique name for each Terminator instance.

@ArquintL ArquintL requested a review from rayman2000 January 21, 2025 13:26
@ArquintL ArquintL added this pull request to the merge queue Jan 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 21, 2025
@ArquintL ArquintL added this pull request to the merge queue Jan 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 21, 2025
@ArquintL ArquintL added this pull request to the merge queue Jan 21, 2025
Merged via the queue into master with commit 7fb656b Jan 21, 2025
14 checks passed
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.

2 participants