Port mutable test to delta-tree; Remove mutable test#3483
Port mutable test to delta-tree; Remove mutable test#3483ti-chi-bot merged 20 commits intopingcap:masterfrom
Conversation
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
|
[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. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
|
/run-all-tests |
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/120/cobertura/ lines: 35.5% (43333 out of 122168) |
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
|
/run-all-tests |
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/121/cobertura/ lines: 35.5% (43337 out of 122168) |
|
lgtm |
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
|
/run-all-tests |
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/122/cobertura/ lines: 35.5% (43337 out of 122168) |
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
|
/run-all-tests |
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/131/cobertura/ lines: 35.5% (43334 out of 122168) |
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
| >> select i + f + d from test | ||
| ┌─plus(plus(i, f), d)─┐ | ||
| │ -0.5 │ | ||
| └─────────────────────┘ | ||
|
|
||
| >> alter table test add column d2 decimal(1, 1) default 0.050000001 | ||
|
|
There was a problem hiding this comment.
This has been moved to ut "ConvertColumnTypeTest.GetDefaultValue"
|
/run-all-tests |
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/132/cobertura/ lines: 35.6% (43459 out of 122207) |
|
/run-integration-test |
|
/rebuild |
1 similar comment
|
/rebuild |
|
/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. 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 ti-community-infra/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: f37459f |
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/153/cobertura/ lines: 35.6% (43453 out of 122207) |
|
/merge |
|
@fuzhe1989: 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. 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 ti-community-infra/tichi repository. |
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/162/cobertura/ lines: 35.6% (43457 out of 122207) |
What problem does this PR solve?
Issue Number: a part of #3481, close #2717
Problem Summary: Remove outdated mutable-test files. Getting ready for removing *MergeTree family from TiFlash codebase.
What is changed and how it works?
What's Changed:
tests/mutable-test/txn_mock/snapshot.testsince it is duplicated withtests/delta-merge-test/raft/snapshot.testtests/mutable-test/txn_mock/region_merge.testsince it is duplicated withtests/delta-merge-test/raft/region_merge.testtests/mutable-test/txn_mock/compact.testsince it mainly focus on compaction MergeTree partsmutable-testfrom CIRelated changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note