From 937adec6369a28645c7ccc7b46de5271209e570e Mon Sep 17 00:00:00 2001 From: Ashish Tiwari Date: Fri, 10 Jan 2025 15:52:40 +0530 Subject: [PATCH] fix: failing CI due to wrong status from upstream in traffic split --- 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 4a56988e83c6..144ee77461de 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}/