This is an automated email from the ASF dual-hosted git repository.
ashishtiwari 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 9046d9a8d fix: failing CI due to wrong status from upstream in traffic
split (#11905)
9046d9a8d is described below
commit 9046d9a8dfa816ae73187e553e13270cf84d1fc1
Author: Ashish Tiwari <[email protected]>
AuthorDate: Thu Jan 16 12:12:59 2025 +0530
fix: failing CI due to wrong status from upstream in traffic split (#11905)
---
t/plugin/traffic-split.t | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/t/plugin/traffic-split.t b/t/plugin/traffic-split.t
index 4a56988e8..144ee7746 100644
--- a/t/plugin/traffic-split.t
+++ b/t/plugin/traffic-split.t
@@ -673,9 +673,9 @@ GET /t
name = "upstream_A",
type = "roundrobin",
pass_host = "rewrite",
- upstream_host = "www.apiseven.com",
+ upstream_host = "httpbin.org",
nodes = {
- ["www.apiseven.com:80"] = 0
+ ["httpbin.org:80"] = 0
}
},
weight = 100000
@@ -715,7 +715,7 @@ passed
--- error_code eval
[200, 200]
--- error_log_like eval
-qr/(dns resolver domain: www.apiseven.com to \d+.\d+.\d+.\d+){2}/
+qr/(dns resolver domain: httpbin.org to \d+.\d+.\d+.\d+){2}/