aikin-vip commented on code in PR #11060:
URL: https://github.com/apache/apisix/pull/11060#discussion_r1556765938
##########
t/plugin/request-id.t:
##########
@@ -437,71 +437,3 @@ GET /opentracing
X-Request-ID: 123
--- response_headers
X-Request-ID: 123
-
-
-
-=== TEST 15: add plugin with algorithm nanoid (default uuid)
---- config
- location /t {
- content_by_lua_block {
- local t = require("lib.test_admin").test
- local http = require "resty.http"
- local v = {}
- local ids = {}
- local code, body = t('/apisix/admin/routes/1',
- ngx.HTTP_PUT,
- [[{
- "plugins": {
- "request-id": {
- "algorithm": "nanoid"
Review Comment:
I have noticed the question you raised before submitting. I have already set
the initial default value in the parameters, the default parameter value will
be the same as the default value generated in previous versions without
modifying the parameter value. Therefore, I think the upgrade should be smooth.
Is there anything missing from me?
--
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]