Update tests/README.md

This commit is contained in:
WANG Xu 2025-02-06 15:06:00 +08:00 committed by GitHub
parent 0b6f95b35c
commit 41a787fbf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -241,9 +241,12 @@ Please refer to the [Unit Test](#31-unit-test)、[System Test](#32-system-test)
1. Clone the code and run the tests locally on your machine. Ensure that your virtual machine supports the AVX instruction set:
```bash
cd /usr/local/src && git clone https://github.com/taosdata/tsbs-internal.git tsbs && \
cd tsbs && git checkout enh/chr-td-33357 && \
cd scripts/tsdbComp && ./testTsbs.sh
cd /usr/local/src && \
git clone https://github.com/taosdata/tsbs-internal.git tsbs && \
cd tsbs && \
git checkout enh/chr-td-33357 && \
cd scripts/tsdbComp && \
./testTsbs.sh
```
2. When testing the client and server on separate machines, you should set up your environment as outlined in the steps below: