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

test(dm): fix unstable tests #6498

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Conversation

lance6716
Copy link
Contributor

Signed-off-by: lance6716 [email protected]

What problem does this PR solve?

Issue Number: close #5602

What is changed and how it works?

  • resume may see old error, so we don't check result: true
  • two MySQL sources are concurrent

Check List

Tests

  • No code

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
Copy link
Member

ti-chi-bot commented Jul 28, 2022

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • GMHDBJD

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

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

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot added the release-note-none Denotes a PR that doesn't merit a release note. label Jul 28, 2022
@lance6716 lance6716 added the area/dm Issues or PRs related to DM. label Jul 28, 2022
@ti-chi-bot ti-chi-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 28, 2022
@lance6716
Copy link
Contributor Author

/cc @sdojjy

@ti-chi-bot ti-chi-bot requested a review from sdojjy July 28, 2022 03:40
@lance6716 lance6716 added needs-cherry-pick-release-6.1 Should cherry pick this PR to release-6.1 branch. needs-cherry-pick-release-6.2 Should cherry pick this PR to release-6.2 branch. labels Jul 28, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2022

Codecov Report

Merging #6498 (b05f526) into master (f0e21a6) will increase coverage by 0.0215%.
The diff coverage is 78.1170%.

Flag Coverage Δ
cdc 66.1167% <72.0306%> (+0.0397%) ⬆️
dm 52.0299% <ø> (-0.0429%) ⬇️
engine 64.1587% <90.1515%> (+0.0578%) ⬆️

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

@@               Coverage Diff                @@
##             master      #6498        +/-   ##
================================================
+ Coverage   59.4618%   59.4833%   +0.0215%     
================================================
  Files           762        765         +3     
  Lines         87377      87606       +229     
================================================
+ Hits          51956      52111       +155     
- Misses        30815      30881        +66     
- Partials       4606       4614         +8     

@lance6716
Copy link
Contributor Author

/cc @lichunzhu @buchuitoudegou

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

@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Jul 28, 2022
@lance6716 lance6716 added the require-LGT1 Indicates that the PR requires an LGTM. label Jul 28, 2022
@lance6716
Copy link
Contributor Author

/merge

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: b05f526

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Jul 28, 2022
Copy link
Contributor

@lichunzhu lichunzhu left a comment

Choose a reason for hiding this comment

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

LGTM

@ti-chi-bot ti-chi-bot merged commit f5b076e into pingcap:master Jul 28, 2022
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created: #6504.

@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created: #6505.

ti-chi-bot added a commit that referenced this pull request Jul 28, 2022
ti-chi-bot added a commit that referenced this pull request Jul 29, 2022
@lance6716 lance6716 deleted the fix-some-test branch November 10, 2022 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dm Issues or PRs related to DM. needs-cherry-pick-release-6.1 Should cherry pick this PR to release-6.1 branch. needs-cherry-pick-release-6.2 Should cherry pick this PR to release-6.2 branch. release-note-none Denotes a PR that doesn't merit a release note. require-LGT1 Indicates that the PR requires an LGTM. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed dm_integration_test
5 participants