neu-hsc commented on PR #13458: URL: https://github.com/apache/apisix/pull/13458#issuecomment-4764255196
Hi, I noticed this PR already contains the minimal `resource.lua` fix for `plugin_configs`. I prepared a local regression test for the `ai-proxy-multi + plugin_config_id + multiple instances` case discussed in #13456. The test uses `apisix_yaml` to avoid Admin API/etcd setup flakiness and the existing local AI fixture, so it does not call any external LLM service. Local focused test result: ```bash TEST_NGINX_BINARY=/usr/local/openresty/bin/openresty \ prove --timer -I/opt/test-nginx/lib -I. -I./t \ t/plugin/ai-proxy-multi-plugin-config.t ``` Result: `All tests successful. Files=1, Tests=4, Result: PASS`. Would it be helpful if I open a small test-only PR based on this PR's fix, or would you prefer me to share the test patch here? -- 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]
