bzp2010 commented on code in PR #10550: URL: https://github.com/apache/apisix/pull/10550#discussion_r1420064852
########## t/node/healthcheck-discovery.t: ########## @@ -153,8 +156,6 @@ qr/(create new checker|try to release checker): table/ create new checker: table try to release checker: table create new checker: table ---- no_error_log Review Comment: This is the cost of the lua-resty-events library, whose events are asynchronous and delayed, so when the health checker is first created, the events are not communicated in a timely manner, so these error logs must appear. -- 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]
