-
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/test: swap upstream and downstream of sync_diff in some cases #3413
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
dm_syncer |
/run-all-tests |
/run-dm-integration-test |
/run-dm-integration-tests |
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.
restLGTM
@@ -71,7 +71,7 @@ function run() { | |||
run_dm_syncer $WORK_DIR/syncer2 $WORK_DIR/dm-syncer-2.toml $meta_file --syncer-config-format syncer2 | |||
|
|||
# wait for dm_syncer to init and start | |||
sleep 5 | |||
sleep 10 |
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.
in our doc: Syncer is no longer maintained. Its features are completely superseded by TiDB Data Migration. It is strongly recommended that you use TiDB Data Migration instead
just a question: do we have plan to delete the code releated to dm-sycner
from our codebase and syncer-bin
from tidb-enterprise-tools
?
also cc @sunzhaoyang
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 5067ec5
|
i will add retry for this |
/run-all-tests |
/merge |
/run-integration-test |
/run-integration-test upload coverage error... |
/run-integration-test |
…ses (pingcap#3413)" This reverts commit 35102b5.
…ses (pingcap#3413)" This reverts commit 35102b5.
…ses (pingcap#3413)" This reverts commit 35102b5.
What problem does this PR solve?
close https://github.com/pingcap/ticdc/issues/3335
close https://github.com/pingcap/ticdc/issues/3409
close https://github.com/pingcap/ticdc/issues/3394
also close https://github.com/pingcap/ticdc/pull/3405
What is changed and how it works?
as title
Check List
Tests
Code changes
Side effects
Related changes
Release note