Skip to content

Commit

Permalink
ShenYu Admin Cluster, cluster e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 committed Jul 6, 2024
1 parent 6a42e3c commit 7d94181
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sleep 30s
chmod +x "${curPath}"/healthcheck.sh
sh "${curPath}"/healthcheck.sh cluster http://localhost:31095/actuator/health http://localhost:31096/actuator/health http://localhost:31195/actuator/health

kubectl logs "$(kubectl get pod -o wide | grep shenyu-zookeeper | awk '{print $1}')"
#kubectl logs "$(kubectl get pod -o wide | grep shenyu-zookeeper | awk '{print $1}')"

echo "----------shenyu-admin-master log ----------"

Expand All @@ -44,14 +44,15 @@ echo "----------shenyu-admin-slave log ----------"

kubectl logs "$(kubectl get pod -o wide | grep shenyu-admin-slave | awk '{print $1}')"

kubectl describe pod shenyu-admin-master
#kubectl describe pod shenyu-admin-master

kubectl describe pod shenyu-admin-slave
#kubectl describe pod shenyu-admin-slave

kubectl logs "$(kubectl get pod -o wide | grep shenyu-bootstrap | awk '{print $1}')"

## run e2e-test
sleep 60s
echo "----------shenyu-bootstrap pluginData ----------"
curl -S "http://localhost:31195/actuator/pluginData"

./mvnw -B -f ./shenyu-e2e/pom.xml -pl shenyu-e2e-case/shenyu-e2e-case-cluster -am test
Expand Down

0 comments on commit 7d94181

Please sign in to comment.