From 24dffc8999381e74f544740d058efd2812f2110c Mon Sep 17 00:00:00 2001 From: WANG Xu Date: Tue, 18 Feb 2025 22:25:42 +0800 Subject: [PATCH] docs: add note about go proxy --- tests/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/README.md b/tests/README.md index 13b5c3620d..5450e9072c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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: