-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
skip the wait in rate limiter in CI #2795
Conversation
Good catch. But it's still spend too much time in CI. Maybe what else is still hurting our CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM .
Yeah, CentOS takes about 6 minutes to run task, fix them one by one. |
Hold on for on sec, let me fix the DCHECK |
664c199
LGTM |
Skip the first second wait in rate limiter, which will take 1 second in every case in TCK tests. And then, another core occur, see #2794, remove the DCHECK temporally.
Duration of TCK should back to normal.
TCK with ASAN still time out, probably because of spin lock. Still working on it.