-
Notifications
You must be signed in to change notification settings - Fork 409
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 some comments about decoding #5158
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
/run-all-tests |
1 similar comment
/run-all-tests |
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-all-tests |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
e8c8bc6
to
70df8f2
Compare
Signed-off-by: JaySon-Huang <[email protected]>
70df8f2
to
dfe31a2
Compare
/run-all-tests |
@JaySon-Huang: GitHub didn't allow me to request PR reviews from the following users: hongyunyan. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
LGTM |
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.
Approving as there is no logic changes.
/merge |
@breezewish: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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 ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: dfe31a2
|
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
/run-integration-test |
1 similar comment
/run-integration-test |
Signed-off-by: JaySon-Huang <[email protected]>
/merge |
@JaySon-Huang: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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 ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: bfc5cd6
|
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
Signed-off-by: JaySon-Huang <[email protected]>
/run-all-tests |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
@@ -21,6 +21,7 @@ mysql> insert into test.t values(1,'a'),(2,'b'),(3,'c') | |||
mysql> alter table test.t set tiflash replica 1 | |||
|
|||
func> wait_table test t | |||
mysql> analyze table test.t |
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.
Add this line to fix the error caused by tidb execute plan change
[2022-06-17T17:32:18.320Z] File: fullstack-test/mpp/mpp_fail.test
[2022-06-17T17:32:18.320Z] Error line: 30
[2022-06-17T17:32:18.320Z] Error: use test; set @@tidb_isolation_read_engines='tiflash'; set @@tidb_allow_mpp=1; select count(value), id from t group by id;
[2022-06-17T17:32:18.320Z] Result:
[2022-06-17T17:32:18.320Z] count(value) id
[2022-06-17T17:32:18.320Z] 1 2
[2022-06-17T17:32:18.320Z] 1 3
[2022-06-17T17:32:18.320Z] 1 1
[2022-06-17T17:32:18.320Z] Expected:
[2022-06-17T17:32:18.320Z] ERROR 1105 (HY000) at line 1: DB::Exception: Fail point FailPoints::exception_before_mpp_register_non_root_mpp_task is triggered.
/merge |
@JaySon-Huang: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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 ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: 64d1213
|
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
fmt revert fix executor test format fix tests fix ut fix projection bug format update revert useless change fix test from pingcap#5158 (comment)
Signed-off-by: JaySon-Huang [email protected]
What problem does this PR solve?
Issue Number: ref #4862
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note