docs: add note about go proxy

This commit is contained in:
WANG Xu 2025-02-18 22:25:42 +08:00 committed by GitHub
parent 707b2c953c
commit 24dffc8999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -252,6 +252,10 @@ cd scripts/tsdbComp && \
./testTsbs.sh
```
> [!NOTE]
> 1. TSBS test is written in Golang, in order to run the test smoothly, a Go proxy in China is set in above script by default. If this is not what you want, please unset it with command `sed -i '/GOPROXY/d' /usr/local/src/tsbs/scripts/tsdbComp/installTsbsCommand.sh` before starting the test.
> 2. To check your current Go proxy setting, please run `go env | grep GOPROXY`.
### 3.7.2 How to start client and server on different hosts?
By default, both client and server will be started on the local host. To start the client and server on separate hosts, please follow steps below to configure `test.ini` before starting the test: