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 count of rooms with deletion priority #559

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wl-yankabuki
Copy link
Contributor

Why

The method ListRoomsWithDeletionPriority must return at least the same number of rooms passed in amount, but now it can return a number greater than that. That makes some rooms to be unable to be replaced when calling the switch version operation

@wl-yankabuki wl-yankabuki force-pushed the fix-count-list-rooms-deletion-priority branch from b953270 to e2c227a Compare February 15, 2023 13:07
@codecov-commenter
Copy link

Codecov Report

Merging #559 (e2c227a) into main (292d04a) will increase coverage by 0.04%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #559      +/-   ##
==========================================
+ Coverage   83.47%   83.51%   +0.04%     
==========================================
  Files          84       84              
  Lines        5399     5400       +1     
==========================================
+ Hits         4507     4510       +3     
+ Misses        723      722       -1     
+ Partials      169      168       -1     
Impacted Files Coverage Δ
internal/core/services/rooms/room_manager.go 94.18% <100.00%> (+0.02%) ⬆️
...pters/flow/redis/operation/operation_flow_redis.go 87.37% <0.00%> (+1.94%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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