-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
balancer: add a command line argument to validate config #1317
Conversation
Important Auto Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1317 +/- ##
================================================
- Coverage 62.6449% 54.1641% -8.4809%
================================================
Files 118 158 +40
Lines 8711 24651 +15940
Branches 1168 1437 +269
================================================
+ Hits 5457 13352 +7895
- Misses 3254 11242 +7988
- Partials 0 57 +57 ☔ View full report in Codecov by Sentry. |
This isn't working yet. I think its because |
Yeah, I think I'm going to need some help with this, or at least some direction. The two ideas I had were making a function similar to The other was messing around with |
Have you looked at the docs for the |
Yes, but I was having some trouble understanding them. I'll take another look though and let you know. |
Going to add messages indicating whether config validation succeeded or failed when I get home. |
Passing run #1055 ↗︎Details:
Review all test suite changes for PR #1317 ↗︎ |
closes #1296