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 chaos test #11686

Merged
merged 23 commits into from
Oct 30, 2024
Merged

dm: fix chaos test #11686

merged 23 commits into from
Oct 30, 2024

Conversation

GMHDBJD
Copy link
Contributor

@GMHDBJD GMHDBJD commented Oct 24, 2024

What problem does this PR solve?

Issue Number: close #4287

What is changed and how it works?

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • 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

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 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. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 24, 2024
Copy link

codecov bot commented Oct 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 55.2627%. Comparing base (dd2d54a) to head (c437576).
Report is 3 commits behind head on master.

Additional details and impacted files
Components Coverage Δ
cdc 59.8091% <ø> (+0.1716%) ⬆️
dm 50.0933% <0.0000%> (+0.0413%) ⬆️
engine 53.2449% <ø> (+0.0112%) ⬆️
Flag Coverage Δ
unit 55.2627% <0.0000%> (+0.1049%) ⬆️

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

@@               Coverage Diff                @@
##             master     #11686        +/-   ##
================================================
+ Coverage   55.1577%   55.2627%   +0.1049%     
================================================
  Files          1001       1001                
  Lines        136474     136640       +166     
================================================
+ Hits          75276      75511       +235     
+ Misses        55690      55626        -64     
+ Partials       5508       5503         -5     

@GMHDBJD
Copy link
Contributor Author

GMHDBJD commented Oct 28, 2024

/retest

@@ -27,7 +27,7 @@ var (
// NOTE: items in `doSchemas` should be specified in the corresponding task files (`filenames`).
// TODO: can not support optimistic shard DDL now because go-sqlsmith will generated some statements like
// `ALTER TABLE `db_optimistic`.`dxeyydwb` ADD COLUMN (`zuhxfgsce` INT(18) NOT NULL)` which has NOT NULL column without DEFAULT value.
filenames = []string{"task-single.yaml", "task-pessimistic.yaml", "task-optimistic.yaml"}
filenames = []string{"task-single.yaml"}
Copy link
Contributor

Choose a reason for hiding this comment

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

pass it by command line argument?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, will update it in next pr

@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Oct 28, 2024
@ti-chi-bot ti-chi-bot bot added the lgtm label Oct 29, 2024
Copy link
Contributor

ti-chi-bot bot commented Oct 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: D3Hunter, 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 removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Oct 29, 2024
Copy link
Contributor

ti-chi-bot bot commented Oct 29, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-10-28 04:07:26.918814228 +0000 UTC m=+236359.757969774: ☑️ agreed by lance6716.
  • 2024-10-29 09:58:57.773033564 +0000 UTC m=+343850.612189109: ☑️ agreed by D3Hunter.

@GMHDBJD
Copy link
Contributor Author

GMHDBJD commented Oct 30, 2024

/retest

@ti-chi-bot ti-chi-bot bot merged commit 59335d0 into pingcap:master Oct 30, 2024
28 checks passed
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. lgtm 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.

refine code
3 participants