Skip to content

Remove unused rabbit_db_queue:set_many/1 #12037

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
merged 2 commits into from
Aug 16, 2024
Merged

Conversation

the-mikedavis
Copy link
Collaborator

This function was only used in the classic mirrored queue code removed in 3bbda5b.

Also included is an unrelated fix for the rabbit_db_queue:update_decorators/2 unit test in rabbit_db_queue_SUITE

This function was only used by classic mirrored queue code which was
removed in 3bbda5b.
This test called `rabbit_db_queue:update_decorators/1` which doesn't
exist - instead it can call `update_decorators/2` with an empty list.
This commit also adds the test to the `all_tests/0` list - it being
absent is why this wasn't caught before.
@the-mikedavis the-mikedavis self-assigned this Aug 16, 2024
@the-mikedavis the-mikedavis marked this pull request as ready for review August 16, 2024 19:36
@the-mikedavis the-mikedavis merged commit c8b8fb8 into main Aug 16, 2024
238 checks passed
@the-mikedavis the-mikedavis deleted the md/db-queue-set-many branch August 16, 2024 19:36
@michaelklishin michaelklishin added this to the 4.0.0 milestone Aug 16, 2024
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