docs: add note for tsbs test

This commit is contained in:
haoranchen 2025-01-16 12:22:03 +08:00 committed by GitHub
parent 7847987133
commit d4aec7a3d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -138,6 +138,10 @@ cd tests/script
cd tsbs && git checkout enh/chr-td-33357 && \
cd scripts/tsdbComp && ./testTsbs.sh
```
> [!NOTE]
> If you want to quickly verify the test environment, please set the `caseType` in `test.ini` file to `cputest`. The current default test is the CPU scenario. After running, the test will take a very long time.
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`