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

README of test omitted one third-party dependence. #221

Merged
merged 2 commits into from
Apr 1, 2020
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ programs.
* `bin/pd-server`
* `bin/pd-ctl`
* `bin/go-ycsb`
* `bin/minio`

The versions must be ≥2.1.0 as usual.

Expand All @@ -33,7 +34,7 @@ Run `make integration_test` to execute the integration tests. This command will
2. Check that all 6 required executables and `br` executable exist
3. Execute `tests/run.sh`

If the first tow steps are done before, you could also run `tests/run.sh` directly.
If the first two steps are done before, you could also run `tests/run.sh` directly.
This script will

1. Start PD, TiKV and TiDB in background with local storage
Expand Down