Skip to content

Commit 654dac2

Browse files
authored
docs(ticdc): update command for downloading test binaries in README (#12279)
close #12278
1 parent 06161f5 commit 654dac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Run integration tests locally
44

5-
1. Run `make prepare_test_binaries` to download TiCDC related binaries for integration test.
5+
1. Run `make prepare_test_binaries community=true` to download TiCDC related binaries for integration test.
66
If you need to specify a version, os or arch, you can use, for example: `make prepare_test_binaries community=true ver=v7.0.0 os=linux arch=amd64`. (The `community=true` option is necessary when you need to specify a version, arch or whatever.)
77

88
> Note: Please be aware that if you manually specify the versions of the TiDB-related components during the download process, there is a potential risk of incompatibility if the specified versions do not match the current TiCDC version. For example, see issue #11507 where version mismatches caused incompatibility problems during integration tests.

0 commit comments

Comments
 (0)