-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix concurrent list in merge test #131186
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 concurrent list in merge test #131186
Conversation
567334c to
cd18376
Compare
|
Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing) |
cd18376 to
3822909
Compare
albertzaharovits
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would've used a concurrent set in order to avoid synchronizing before the iteration (which is not important for the test correctness).
More importantly, don't forget to unmute the test.
|
Thanks @albertzaharovits ! Forgot to unmute, did just now, and used concurrent Sets instead. |
💔 Backport failed
You can use sqren/backport to manually backport by running |
Backport versions were picked based on PR that introduced the test in #129613 .
Fixes #131165