-
Notifications
You must be signed in to change notification settings - Fork 288
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 binlog 999999 test #11726
dm: fix binlog 999999 test #11726
Conversation
Welcome @River2000i! |
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 Once the patch is verified, the new status will be reflected by the 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. |
echo "show binary logs;" | mysql -uroot -h127.0.0.1 -P3306 -p123456 | grep -q "mysql-bin.1000003" | ||
echo "show binary logs;" | mysql -uroot -h127.0.0.1 -P3307 -p123456 | grep -q "mysql-bin.1000002" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mysql 3306 trigger 4 times flush logs
in case and restart 1 time. Mysql 3307 trigger 3 times flush logs
in case and restart 1 time. The origin binlog file is mysql-bin.999998
.
echo "show binary logs;" | mysql -uroot -h127.0.0.1 -P3306 -p123456 | ||
echo "show binary logs;" | mysql -uroot -h127.0.0.1 -P3307 -p123456 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait mysql
Warning: arning] Using a password on the command line interface can be insecure.
Log_name File_size
mysql-bin.999998 177
mysql-bin.999999 1[54](https://github.com/pingcap/tiflow/actions/runs/12004028356/job/33458364347#step:12:55)
Warning: arning] Using a password on the command line interface can be insecure.
Log_name File_size Encrypted
mysql-bin.999998 179 No
mysql-bin.999999 1[56](https://github.com/pingcap/tiflow/actions/runs/12004028356/job/33458364347#step:12:57) No
msg_type: text | ||
content: | | ||
text: | | ||
dataflow engine chaos job failed, see https://github.com/pingcap/tiflow/actions/runs/${{ github.run_id }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dataflow engine chaos job failed, see https://github.com/pingcap/tiflow/actions/runs/${{ github.run_id }} | |
DM chaos job failed, see https://github.com/pingcap/tiflow/actions/runs/${{ github.run_id }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address existing comment
[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 |
/retest |
@River2000i: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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-sigs/prow repository. |
/retest |
What problem does this PR solve?
Issue Number: close #4287
What is changed and how it works?
Check List
Tests
pass https://github.com/pingcap/tiflow/actions/runs/12004028356/job/33458364347
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note