Skip to content

Make test actorsystem actor id globally unique #1087 #1081

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

Merged

Conversation

robdrynkin
Copy link
Collaborator

@robdrynkin robdrynkin commented Jan 17, 2024

Changelog entry

For now in prod actor system actor ids generating globally unique, but in test actor system after node restart old actor ids of this will be reused. This commit makes allocation of actor ids in test actor system globally unique
...

Changelog category

  • Bugfix

Additional information

...

@robdrynkin robdrynkin changed the title Make test actorsystem actor id globaly unique Make test actorsystem actor id globally unique Jan 17, 2024
@robdrynkin robdrynkin force-pushed the fix_test_actorsys_alloc_actor_id branch from 7b97cbb to 704fbd7 Compare January 17, 2024 10:19
Copy link

github-actions bot commented Jan 17, 2024

2024-01-17 10:20:41 UTC Pre-commit check for 704fbd7 has started.
2024-01-17 10:20:44 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-01-17 10:23:35 UTC Build failed. see the build logs.
2024-01-17 10:23:48 UTC Tests are running...
🔴 2024-01-17 12:05:07 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59810 50572 0 5 9222 11

Copy link

github-actions bot commented Jan 17, 2024

2024-01-17 10:21:07 UTC Pre-commit check for 704fbd7 has started.
2024-01-17 10:21:08 UTC Build linux-x86_64-release-asan is running...
🔴 2024-01-17 10:24:19 UTC Build failed. see the build logs.
2024-01-17 10:24:28 UTC Tests are running...
🔴 2024-01-17 12:04:59 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15763 15674 0 19 54 16

@robdrynkin robdrynkin marked this pull request as ready for review January 17, 2024 10:52
@robdrynkin robdrynkin requested a review from alexvru January 17, 2024 10:52
@robdrynkin robdrynkin changed the title Make test actorsystem actor id globally unique Make test actorsystem actor id globally unique #1087 Jan 17, 2024
@robdrynkin robdrynkin linked an issue Jan 17, 2024 that may be closed by this pull request
@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make ActorId unique in test actor system
3 participants