refactor(clustertest): call init in add#367
Conversation
Refactors these tests so that `Add` also calls `Init` after creating the new host. These are always called together, and it was confusing that `Add` didn't modify the cluster membership given that `Remove` does modify it.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe Changes
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
Summary
Refactors these tests so that
Addalso callsInitafter creating the new host. These are always called together, and it was confusing thatAdddidn't modify the cluster membership, given thatRemovedoes modify it.