This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 06c92b7 fix(shenyu-integrated-test-spring-cloud): fix spring could
integrated test sometime error sometime success (#2120)
06c92b7 is described below
commit 06c92b75340cf956f2a6d604ab07ec87a316a9d7
Author: luoxiaolong <[email protected]>
AuthorDate: Fri Sep 24 10:19:21 2021 +0800
fix(shenyu-integrated-test-spring-cloud): fix spring could integrated test
sometime error sometime success (#2120)
---
.../shenyu-integrated-test-spring-cloud/script/healthcheck.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
a/shenyu-integrated-test/shenyu-integrated-test-spring-cloud/script/healthcheck.sh
b/shenyu-integrated-test/shenyu-integrated-test-spring-cloud/script/healthcheck.sh
index d181f7e..80e62c9 100644
---
a/shenyu-integrated-test/shenyu-integrated-test-spring-cloud/script/healthcheck.sh
+++
b/shenyu-integrated-test/shenyu-integrated-test-spring-cloud/script/healthcheck.sh
@@ -18,7 +18,7 @@
PRGDIR=`dirname "$0"`
# Waiting for service registration
-sleep 30s
+sleep 60s
for service in `grep -v -E "^$|^#" ${PRGDIR}/services.list`
do
for loop in `seq 1 30`
@@ -32,5 +32,7 @@ do
sleep 2
done
done
-sleep 3s
+curl -s -XGET http://localhost:8761/eureka/apps > eureka.log
+cat eureka.log
+date
echo -e "\n-------------------"