-
Notifications
You must be signed in to change notification settings - Fork 104
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
tikv-migration: support Kafka integration tests #2727
Conversation
Signed-off-by: Ping Yu <[email protected]>
Review for "tikv-migration: support Kafka integration tests"SummaryThis pull request adds support for Kafka integration tests to the tikv-migration project. It introduces a new pipeline job and a new pod template file, and updates the pull_integration_test.groovy and tikv-migration-latest-presubmits.yaml files. Potential ProblemsThere don't appear to be any major problems with this pull request. However, a few things to note:
Fixing Suggestions
|
container("golang") { | ||
sh label: 'integration test prepare', script: """#!/usr/bin/env bash | ||
cd cdc/ | ||
make prepare_test_binaries |
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 make sure that the dependency binary is downloaded correctly for branch ^cdc-release-.*$
and ^br-release-.*$
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.
OK. prepare_test_binaries
will download TiDB release 6.5 and all CDC & BR releases are designed to be compatible with this release.
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.
/lgtm
[LGTM Timeline notifier]Timeline:
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: purelind 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 |
Related PR: tikv/migration#382