zhoujiexiong commented on issue #11121: URL: https://github.com/apache/apisix/issues/11121#issuecomment-2320246509
@jompu Run the test case on v3.8.0 & v3.9.0 are also OK. May be I should try your way. :D ``` apache/apisix:3.8.0-debian apache/apisix:3.9.0-debian ``` ``` # apisix version /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua version 3.9.0 ``` ``` # prove -I. t/plugin/apisix_issue_11121.t t/plugin/apisix_issue_11121.t .. nginx: [warn] [lua] config_yaml.lua:117: read_apisix_yaml(): config file /usr/local/apisix/t/servroot/conf/apisix.yaml reloaded. t/plugin/apisix_issue_11121.t .. ok All tests successful. Files=1, Tests=400, 16 wallclock secs ( 0.15 usr 0.01 sys + 0.71 cusr 0.28 csys = 1.15 CPU) Result: PASS ``` ``` # apisix version /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua version 3.8.0 ``` ``` # prove -I. t/plugin/apisix_issue_11121.t t/plugin/apisix_issue_11121.t .. nginx: [warn] [lua] config_yaml.lua:118: read_apisix_yaml(): config file /usr/local/apisix/t/servroot/conf/apisix.yaml reloaded. t/plugin/apisix_issue_11121.t .. ok All tests successful. Files=1, Tests=400, 16 wallclock secs ( 0.16 usr 0.00 sys + 0.70 cusr 0.31 csys = 1.17 CPU) Result: PASS ``` -- 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]
