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

Add tikv-ctl support #315

Merged
merged 1 commit into from
Jul 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def run_integration_tests(case_names, tidb, tikv, pd, cdc, importer, tiflashBran
tikv_download_url = params.getOrDefault("upstream_pr_ci_override_tikv_download_link", tikv_download_url)
}
sh label: "Download TiKV", script: """
curl ${tikv_download_url} | tar xz bin/tikv-server
curl ${tikv_download_url} | tar xz bin/tikv-server bin/tikv-ctl
"""
// tikv-importer
def tikv_importer_sha1 = get_commit_hash("importer", importer)
Expand Down