spacewander commented on code in PR #8404:
URL: https://github.com/apache/apisix/pull/8404#discussion_r1035556505
##########
t/plugin/proxy-rewrite3.t:
##########
@@ -455,3 +454,51 @@ passed
GET /echo HTTP/1.1
--- response_headers
test: test_in_set
+
+
+
+=== TEST 21: set route (test if X-Forwarded-Port can be set before proxy)
+--- config
+ location /t {
Review Comment:
@monkeyDluffy6017
Interesting. The test case here uses `plugins`, which should disable the ai
module:
https://github.com/apache/apisix/blob/bd6cbef5e53e7127d6393c8013d66c60a3c1677e/apisix/plugins/ai.lua#L260
So the test doesn't pass through the ai module in local environment.
IMHO, the ci env won't bring any difference as they are the same ai plugin.
Could you point out the reason why the same code acts differently in the ci
env?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]