This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 636100ec7 fix(ci): replace mockbin.org with local httpbin in
healthcheck test (#13148)
636100ec7 is described below
commit 636100ec7e88c670655119d73181357cf1d49545
Author: Mohammad Izzraff Janius
<[email protected]>
AuthorDate: Fri Apr 3 09:52:37 2026 +0800
fix(ci): replace mockbin.org with local httpbin in healthcheck test (#13148)
---
ci/pod/docker-compose.common.yml | 1 +
t/control/control-healthcheck-bug-fix.t | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ci/pod/docker-compose.common.yml b/ci/pod/docker-compose.common.yml
index 88fbe6477..50d8004c5 100644
--- a/ci/pod/docker-compose.common.yml
+++ b/ci/pod/docker-compose.common.yml
@@ -137,3 +137,4 @@ services:
restart: unless-stopped
ports:
- "8280:80"
+ - "8281:80"
diff --git a/t/control/control-healthcheck-bug-fix.t
b/t/control/control-healthcheck-bug-fix.t
index 09e38e696..28fefd026 100644
--- a/t/control/control-healthcheck-bug-fix.t
+++ b/t/control/control-healthcheck-bug-fix.t
@@ -38,7 +38,7 @@ __DATA__
"upstream": {
"nodes": {
"httpbin.local:8280": 1,
- "mockbin.org:80": 1
+ "httpbin.local:8281": 1
},
"type": "roundrobin"
},