Closed crazycs520 closed 4 days ago
Hi @crazycs520. Thanks for your PR.
PRs from untrusted users cannot be marked as trusted with /ok-to-test
in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all
.
I understand the commands that are listed here.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.4613%. Comparing base (
2ff351d
) to head (d5faf48
). Report is 12 commits behind head on master.
🚨 Try these New Features:
/retest-required
@crazycs520: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: tiancaiamao, zyguan
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Timeline:
2024-11-21 08:07:41.810853871 +0000 UTC m=+105449.430508384
: :ballot_box_with_check: agreed by tiancaiamao.2024-11-21 09:08:49.337041934 +0000 UTC m=+109116.956696446
: :ballot_box_with_check: agreed by zyguan.
What problem does this PR solve?
Issue Number: ref #57580
Problem Summary: remove useless ticker for performance
What changed and how does it work?
This pr removes this useless ticker. In current implementation, if the SQL is been killed, then
ctx.Done
will work, so no need the ticker.And remove it is for performance, following is the sysbench oltp_index_scan test, and the range size is 2:
The example query is like this:
Which Plan is:
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.