Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

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

Merged
merged 2 commits into from
Apr 1, 2020
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
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