pingcap / tiflow

This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
Apache License 2.0
417 stars 272 forks source link

build: simply the release version composing step #11344

Open wuhuizuo opened 1 week ago

wuhuizuo commented 1 week ago

What problem does this PR solve?

Issue Number: close #11345

What is changed and how it works?

keep same with tidb and pd components.

master branche:

release branches:

Check List

Tests

Questions

Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?

Release note

None
ti-chi-bot[bot] commented 1 week ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign ianthereal for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/pingcap/tiflow/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
wuhuizuo commented 1 week ago

/cc @CharlesCheung96 @flowbehappy @Benjamin2037

/hold need detail talk.

wuhuizuo commented 1 week ago

/run-check-issue-triage-complete

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.6347%. Comparing base (a2e6219) to head (19a8dfd).

Additional details and impacted files | [Components](https://app.codecov.io/gh/pingcap/tiflow/pull/11344/components?src=pr&el=components&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | Coverage Δ | | |---|---|---| | [cdc](https://app.codecov.io/gh/pingcap/tiflow/pull/11344/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `61.4370% <ø> (+0.0080%)` | :arrow_up: | | [dm](https://app.codecov.io/gh/pingcap/tiflow/pull/11344/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `51.2111% <ø> (-0.0162%)` | :arrow_down: | | [engine](https://app.codecov.io/gh/pingcap/tiflow/pull/11344/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `63.3950% <ø> (+0.0211%)` | :arrow_up: | | [Flag](https://app.codecov.io/gh/pingcap/tiflow/pull/11344/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/pingcap/tiflow/pull/11344/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `57.6347% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap#carryforward-flags-in-the-pull-request-comment) to find out more. ```diff @@ Coverage Diff @@ ## master #11344 +/- ## =========================================== Coverage 57.6347% 57.6347% =========================================== Files 849 849 Lines 126160 126160 =========================================== Hits 72712 72712 + Misses 48048 48047 -1 - Partials 5400 5401 +1 ```
wuhuizuo commented 1 week ago

@wuhuizuo: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command pull-cdc-integration-mysql-test 19a8dfd link true /test cdc-integration-mysql-test Full PR test history. Your PR dashboard.

Oh, flaky tests!

wuhuizuo commented 1 week ago

/retest