Remove MIGRATE command dead code in ACLSelectorCheckCmd#3804
Conversation
In valkey-io#2309, we ultimately decided not to set `get_dbid_args` for MIGRATE command and removed the relevant code. But, we missed this one, just cleanup the dead code. Signed-off-by: Binbin <binloveplay1314@qq.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis change removes special-case handling for ChangesACL Database Denial Logic
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #3804 +/- ##
============================================
- Coverage 76.68% 76.67% -0.01%
============================================
Files 162 162
Lines 80710 80708 -2
============================================
- Hits 61891 61885 -6
- Misses 18819 18823 +4
🚀 New features to boost your workflow:
|
zuiderkwast
left a comment
There was a problem hiding this comment.
If I remember correctly, we skipped it because the MIGRATE destination-db is on another node with potentially different ACL rules and users, right?
|
Exactly! |
In #2309, we ultimately decided not to set
get_dbid_argsforMIGRATE command and removed the relevant code. But, we missed this
one, just cleanup the dead code.