You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we manually run tests/scripts/download-integration-test-binaries.sh to download TiCDC-related binaries for integration testing. To simplify this process, we should add a prepare_test_binaries target in the Makefile, allowing users to run a single make command to download the required binaries.
Currently, we manually run
tests/scripts/download-integration-test-binaries.sh
to download TiCDC-related binaries for integration testing. To simplify this process, we should add aprepare_test_binaries
target in the Makefile, allowing users to run a single make command to download the required binaries.Proposal
Add the following rule to the Makefile:
Usage
Users can run:
If specific parameters are required, they can be provided as follows:
This will make it easier for developers and CI pipelines to retrieve the necessary binaries.
The text was updated successfully, but these errors were encountered: