This is an automated email from the ASF dual-hosted git repository.
laurence pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 6ca280f fix: add waiter after middle start
6ca280f is described below
commit 6ca280fdc68743a1a2d63a581345552a50cc4dfe
Author: LaurenceLiZhixin <[email protected]>
AuthorDate: Sun Jul 18 09:23:01 2021 +0800
fix: add waiter after middle start
---
chain/build/test.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/chain/build/test.sh b/chain/build/test.sh
index 9759351..ef69c1a 100755
--- a/chain/build/test.sh
+++ b/chain/build/test.sh
@@ -26,6 +26,7 @@ make PROJECT_DIR="$P_DIR" PROJECT_NAME="$(basename "$P_DIR")"
BASE_DIR="$P_DIR"/
make PROJECT_DIR="$P_DIR"/backend PROJECT_NAME="$(basename "$P_DIR"/backend)"
BASE_DIR="$P_DIR"/backend/dist -f build/Makefile start
sleep 10
make PROJECT_DIR="$P_DIR"/middle PROJECT_NAME="$(basename "$P_DIR"/middle)"
CONF_CONSUMER_FILE_PATH="$P_DIR"/middle/conf/client.yml
BASE_DIR="$P_DIR"/middle/dist -f build/Makefile start
+sleep 10
# start integration testing
make PROJECT_DIR="$P_DIR"/backend PROJECT_NAME="$(basename "$P_DIR"/backend)"
BASE_DIR="$P_DIR"/backend/dist -f build/Makefile integration