-
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
[DNM] pr for test #46369
[DNM] pr for test #46369
Conversation
This cherry pick PR is for a release branch and has not yet been approved by release team. To merge this cherry pick, it must first be approved by the collaborators. AFTER it has been approved by collaborators, please ping the release team in a comment to request a cherry pick review. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Hi @crazycs520. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test all |
@crazycs520: No presubmit jobs available for pingcap/[email protected] In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test all |
@crazycs520: No presubmit jobs available for pingcap/[email protected] In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
19afd53
to
5044f8f
Compare
/retest |
2 similar comments
/retest |
/retest |
/test unit-test |
@cfzjywxk: No presubmit jobs available for pingcap/[email protected] In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-6.5 #46369 +/- ##
================================================
Coverage ? 73.6501%
================================================
Files ? 1084
Lines ? 348146
Branches ? 0
================================================
Hits ? 256410
Misses ? 75272
Partials ? 16464 |
* kv request: configurable KV Timeout (#45601) close #45380 * update go.mod Signed-off-by: crazycs520 <[email protected]> * refine code Signed-off-by: crazycs520 <[email protected]> * make bazel_prepare Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]> Co-authored-by: Chen Ding <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: cfzjywxk <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
85d9fc8
to
cb36e18
Compare
@crazycs520: No presubmit jobs available for pingcap/[email protected] In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…nd remove tidb_kv_read_timeout hint (#46941)
Signed-off-by: crazycs520 <[email protected]>
) (#47003) * client-go: attach request source with retry info for coprocessor (#46509) (#46706) close #46514 * restore bazelversiong Signed-off-by: you06 <[email protected]> * remove unused field Signed-off-by: you06 <[email protected]> * update client-go Signed-off-by: you06 <[email protected]> --------- Signed-off-by: you06 <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: you06 <[email protected]>
* add backoff and region error check for GetMvccByEncodedKey API Signed-off-by: crazycs520 <[email protected]> * add test Signed-off-by: crazycs520 <[email protected]> * refine Signed-off-by: crazycs520 <[email protected]> * refine test Signed-off-by: crazycs520 <[email protected]> * update client-go Signed-off-by: crazycs520 <[email protected]> * make bazel_prepare Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
* use kv timeout feature for schema load operation * add lease/10
…48282) * add resolve lock logic for mvcc get key loading schema diff * adstract a constant
…formation schema cache (#48293)
… ongoing txn (#32111) (#48905) (#48989) close #32110 Co-authored-by: Ti Chi Robot <[email protected]>
close #32110 Co-authored-by: Ti Chi Robot <[email protected]>
* log expensive scan query in slow log * add lint comment * increasing ratio default value to 100 Signed-off-by: cfzjywxk <[email protected]> * disable recording internal queries in slow logs * unify the processed keys first * format * add inefficient scan num threshold * add missing config * remove debug code * log name * change name * change num default value to 100k * add comment for field * format comments --------- Signed-off-by: cfzjywxk <[email protected]>
Signed-off-by: zyguan <[email protected]>
* sessionctx: add sysvar to control exp feats of replica selector Signed-off-by: zyguan <[email protected]> * *: add rpc error stats and refine log (#52810) Signed-off-by: crazycs520 <[email protected]> * store: refine coprocessor error log (#52729) Signed-off-by: crazycs520 <[email protected]> * *: improve log about stale-read query (#52494) Signed-off-by: crazycs520 <[email protected]> * *: refine tikv/client-go log to print context information(such as conn id) as much as possible (#45559) Signed-off-by: crazycs520 <[email protected]> * add leader peer id log Signed-off-by: crazycs520 <[email protected]> * update log Signed-off-by: crazycs520 <[email protected]> * executor: fix issue that some query execution stats was omitted when execution was interrupted (#51787) close #51660 Signed-off-by: crazycs520 <[email protected]> * update go.mod Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: zyguan <[email protected]> Signed-off-by: crazycs520 <[email protected]> Co-authored-by: zyguan <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required |
…a version gap (#53445) (#53562) * infoschema: fix issue of information schema cache miss cause by schema version gap (#53445) close #53428 Signed-off-by: crazycs520 <[email protected]>
…rrectly marked as unreachable when the store restarts with label changed (#55084) * *: update tikv/client-go for fix issue that store's liveness may incorrectly marked as unreachable when the store restarts with label changed Signed-off-by: crazycs520 <[email protected]> * make bazel_prepare Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
[FORMAT CHECKER NOTIFICATION] Notice: To remove the 📖 For more info, you can check the "Contribute Code" section in the development guide. |
@crazycs520: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.