Skip to content
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

dm: fix integration test in rocky8.9 #11751

Merged
merged 37 commits into from
Dec 3, 2024

Conversation

River2000i
Copy link
Contributor

@River2000i River2000i commented Nov 15, 2024

What problem does this PR solve?

Issue Number: close #11752

What is changed and how it works?

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

Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note.

If you don't think this PR needs a release note then fill it with `None`.

@ti-chi-bot ti-chi-bot bot added do-not-merge/needs-linked-issue do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note Denotes a PR that will be considered when it comes time to generate release notes. area/dm Issues or PRs related to DM. contribution This PR is from a community contributor. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. labels Nov 15, 2024
Copy link
Contributor

ti-chi-bot bot commented Nov 15, 2024

Hi @River2000i. Thanks for your PR.

I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@ti-chi-bot ti-chi-bot bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 15, 2024
@purelind
Copy link
Collaborator

/ok-to-test

@ti-chi-bot ti-chi-bot bot added ok-to-test Indicates a PR is ready to be tested. and removed needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. labels Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.1656%. Comparing base (b2a4f9a) to head (3966225).
Report is 4 commits behind head on master.

Additional details and impacted files
Components Coverage Δ
cdc 59.6051% <ø> (+0.0295%) ⬆️
dm 50.0461% <ø> (+0.0096%) ⬆️
engine 53.2110% <ø> (-0.0283%) ⬇️
Flag Coverage Δ
unit 55.1656% <ø> (+0.0145%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@@               Coverage Diff                @@
##             master     #11751        +/-   ##
================================================
+ Coverage   55.1510%   55.1656%   +0.0145%     
================================================
  Files          1002       1002                
  Lines        137399     137399                
================================================
+ Hits          75777      75797        +20     
+ Misses        56074      56060        -14     
+ Partials       5548       5542         -6     
---- 🚨 Try these New Features:

@River2000i
Copy link
Contributor Author

/retest
not relate fail

"Message": "startLocation: [position: (dm-it-d057503c-049a-4b78-8f1f-52dd03595422-b19zl-29htb-bin.000001, 42228), gtid-set: 013005f3-a328-11ef-a043-827aabe578a7:1-194], endLocation: [position: (dm-it-d057503c-049a-4b78-8f1f-52dd03595422-b19zl-29htb-bin.000001, 42353), gtid-set: 013005f3-a328-11ef-a043-827aabe578a7:1-195], origin SQL: [alter table shardddl1.tb1 add column b int after a]: fail to do etcd txn operation: txn commit failed",

@River2000i River2000i changed the title [wip] dm: install python dependency for test [wip] dm: install python dependency for integration test Nov 15, 2024
@River2000i
Copy link
Contributor Author

/retest
not relate fail

  • mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl
  • cp -r /var/lib/mysql/.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/
    cp: cannot stat '/var/lib/mysql/
    .pem': No such file or directory
    script returned exit code 1

@ti-chi-bot ti-chi-bot bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 18, 2024
@River2000i River2000i changed the title [wip] dm: install python dependency for integration test [wip] dm: fix integration test in rocky8.9 Nov 18, 2024
@ti-chi-bot ti-chi-bot bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Nov 19, 2024
@River2000i
Copy link
Contributor Author

/retest

@purelind
Copy link
Collaborator

/test dm-integration-test

@purelind
Copy link
Collaborator

/test cdc-integration-kafka-test dm-integration-test

@River2000i
Copy link
Contributor Author

/retest

dm/tests/_utils/run_downstream_cluster Outdated Show resolved Hide resolved
dm/tests/_utils/run_downstream_cluster Outdated Show resolved Hide resolved
dm/tests/_utils/run_downstream_cluster Show resolved Hide resolved
dm/tests/_utils/run_downstream_cluster Outdated Show resolved Hide resolved
dm/tests/_utils/run_downstream_cluster Outdated Show resolved Hide resolved
dm/tests/requirements.txt Show resolved Hide resolved
@River2000i
Copy link
Contributor Author

/retest

@purelind
Copy link
Collaborator

purelind commented Dec 2, 2024

/retest

@River2000i
Copy link
Contributor Author

/retest
flaky test

@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Dec 2, 2024
Copy link
Contributor

@GMHDBJD GMHDBJD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

ti-chi-bot bot commented Dec 3, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: GMHDBJD, lance6716

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

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Dec 3, 2024
Copy link
Contributor

ti-chi-bot bot commented Dec 3, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-12-02 11:16:46.961088164 +0000 UTC m=+1067194.580742674: ☑️ agreed by lance6716.
  • 2024-12-03 03:22:29.645177423 +0000 UTC m=+1125137.264831936: ☑️ agreed by GMHDBJD.

@ti-chi-bot ti-chi-bot bot merged commit cc6fa6e into pingcap:master Dec 3, 2024
26 checks passed
@ti-chi-bot ti-chi-bot bot added the needs-cherry-pick-release-8.5 Should cherry pick this PR to release-8.5 branch. label Dec 23, 2024
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-8.5: #11924.

ti-chi-bot pushed a commit to ti-chi-bot/tiflow that referenced this pull request Dec 23, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/dm Issues or PRs related to DM. contribution This PR is from a community contributor. lgtm needs-cherry-pick-release-8.5 Should cherry pick this PR to release-8.5 branch. ok-to-test Indicates a PR is ready to be tested. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dm fix integration test in rocky 8.9
5 participants