-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
op-batcher: Move config test from op-e2e to unit tests #8463
Conversation
Warning Rate Limit Exceeded@trianglesphere has exceeded the limit for the number of files or commits that can be reviewed per hour. Please wait 16 minutes and 24 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the @coderabbitai review command. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe code changes involve enhancing the validation logic for CLI flags in the Changes
Assessment against linked issues
TipsChat with CodeRabbit Bot (
|
24fb695
to
5e25450
Compare
Merge queue setting changed
Description
Move the batcher config test from op-e2e to unit tests. Two reasons: 1) the test in op-e2e is flaky and 2) the unit test lets us quickly test many more conditions.
Metadata
op-batcher
CLI flags #7512