jagerzhang commented on a change in pull request #4759:
URL: https://github.com/apache/apisix/pull/4759#discussion_r684070229



##########
File path: apisix/plugins/consumer-restriction.lua
##########
@@ -70,6 +70,9 @@ local _M = {
 }
 
 local fetch_val_funcs = {
+    ["route_id"] = function(ctx)

Review comment:
       很奇怪,我搭建的测试环境跑官方的用例会报错,看错误提示是因为前面有用例没执行,导致后面的用例返回404.. 很奇怪为啥会跳过前面加路由的用例。
   
   单独拷贝测试用例都能pass,说明我的测试环境应该没问题,但是多个用例组合一起,总是发现前面的用例不运行,直接跳过了。。
   
![image](https://user-images.githubusercontent.com/9711651/128485034-249bc81d-6581-4707-87a8-07f05a4e1b7c.png)
   
   




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


Reply via email to