Skip to content

Commit

Permalink
[type:refactor] refactor module
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Nov 8, 2023
1 parent fef4918 commit 0e70215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for sync in ${SYNC_ARRAY[@]}; do
kubectl apply -f "${SHENYU_TESTCASE_DIR}"/k8s/sync/shenyu-bootstrap-"${sync}".yml
sh "$SHENYU_TESTCASE_DIR"/k8s/script/healthcheck.sh http://localhost:31195/actuator/health
kubectl apply -f "${PRGDIR}"/shenyu-examples-http.yml
sh "$SHENYU_TESTCASE_DIR"/k8s/script/healthcheck.sh http://localhost:31189//actuator/health
sh "$SHENYU_TESTCASE_DIR"/k8s/script/healthcheck.sh http://localhost:31189/actuator/health
sleep 10s
kubectl get pod -o wide

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public List<ScenarioSpec> get() {

private ShenYuScenarioSpec testDivideHello() {
return ShenYuScenarioSpec.builder()
.name("single-divide uri =]")
.name("http client hello")
.beforeEachSpec(ShenYuBeforeEachSpec.builder()
.checker(exists("/http/shenyu/client/hello"))
.build())
Expand Down

0 comments on commit 0e70215

Please sign in to comment.