Merge pull request #29581 from taosdata/docs/test-readme-modify-tsbs-test

docs: add note for tsbs test
This commit is contained in:
haoranchen 2025-01-16 14:13:28 +08:00 committed by GitHub
commit b12ad4113e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,12 @@ cd tests/script
cd tsbs && git checkout enh/chr-td-33357 && \ cd tsbs && git checkout enh/chr-td-33357 && \
cd scripts/tsdbComp && ./testTsbs.sh cd scripts/tsdbComp && ./testTsbs.sh
``` ```
> [!NOTE]
> The default case type, CPU test, takes a long time to run.
>
> If you want to run quick test to verify the test environment, please set `caseType=cputest` in test.ini .
2. When testing the client and server on separate machines, you should set up your environment as outlined in the steps below: 2. When testing the client and server on separate machines, you should set up your environment as outlined in the steps below:
2.1. Modify IP and host of client and server in `test.ini` 2.1. Modify IP and host of client and server in `test.ini`