membphis commented on issue #976: Added password support for plugin limit-count-redis URL: https://github.com/apache/incubator-apisix/pull/976#issuecomment-569845631 @totemofwolf here is the correct test cases. ``` === TEST 7: up the limit for TEST 6 --- pipelined_requests eval ["GET /hello_new", "GET /hello_new", "GET /hello_new", "GET /hello_new"] --- error_code eval [500, 500, 500, 500] === TEST 8: up the limit for TEST 6 --- request GET /hello_new --- error_code eval 500 --- response_body {"1":"ERR invalid password","error_msg":"failed to limit count: "} --- error_log failed to limit req: ERR invalid password ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
