Firstsawyou opened a new issue #3403:
URL: https://github.com/apache/apisix/issues/3403


   ### Issue description
   
   The output data of the `plugin_proxy_rewrite_args` method in the 
`apisix/t/lib/server.lua` file is disordered, which will result in unstable 
test cases using this method. E.g:
   
   ```bash
   --- request
   GET /plugin_proxy_rewrite_args?name=james&age=36
   --- response_body
   uri: /plugin_proxy_rewrite_args
   age2: 36
   name2: james
   --- no_error_log
   [error]
   ```
   
   ```bash
   --- request
   GET /plugin_proxy_rewrite_args?name=james&age=36
   --- response_body
   uri: /plugin_proxy_rewrite_args
   name2: james
   age2: 36
   --- no_error_log
   [error]
   ```
   
   ### Environment
   
   * apisix version (cmd: `apisix version`): master
   * OS: (cmd: `uname -a`): Linux
   * OpenResty / Nginx version: (cmd: `nginx -V` or `openresty -V`): 
openresty/1.19.3.1
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to