test: fix next-gen CI failure cases#63352
Conversation
|
/test pull-unit-test-next-gen |
|
@CbcWestwolf: The specified target(s) for
Use DetailsIn 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-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #63352 +/- ##
================================================
+ Coverage 72.7728% 74.7683% +1.9954%
================================================
Files 1832 1878 +46
Lines 495807 504132 +8325
================================================
+ Hits 360813 376931 +16118
+ Misses 113055 103848 -9207
- Partials 21939 23353 +1414
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/retest |
f878436 to
485951d
Compare
|
/test pull-unit-test-next-gen |
|
@CbcWestwolf: The specified target(s) for
Use DetailsIn 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-sigs/prow repository. |
|
/retest |
| if kerneltype.IsClassic() { | ||
| tk.MustExec("set @@tidb_ddl_reorg_worker_cnt = 1;") | ||
| } | ||
| if kerneltype.IsNextGen() { |
There was a problem hiding this comment.
what's the data size, if <25g, the auto calculated concurrency is 1 already
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: D3Hunter, fzzf678 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
@CbcWestwolf: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
What problem does this PR solve?
Issue Number: ref #61702
Problem Summary:
What changed and how does it work?
Fix:
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.