-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: Add support for MAX_EXECUTION_TIME (#10541) (#10963) #11026
Conversation
PTAL @crazycs520 @qw4990 |
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
It's better to cherry pick PRs one by one, no matter how small a PR is. |
MAX_EXECUTION_TIME is a newly introduced feature. If we don't cherry pick the first PR, there is no need to cherry-pick the bug fix, so it's better for them to be together. |
I agree that
But it's stubborn to always follow this rule. |
/run-all-tests tidb-test=release-3.0 tikv=release-3.0 pd=release-3.0 |
/run-all-tests |
Waiting for #11048 |
/run-all-tests tidb-test=release-3.0 tikv=release-3.0 pd=release-3.0 |
/run-integration-common-test |
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
/run-common-test |
@tiancaiamao Please fix the conflicts |
Conflicts are fixed @zz-jason |
/run-all-tests tidb-test=release-3.0 tikv=release-3.0 pd=release-3.0 |
Cherry-pick #10541 and #10963
10541 adds support for MAX_EXECUTION_TIME, and 10963 is a tiny fix (2 line changes) for 10541, so I merge them into this one.