nic-6443 commented on issue #13267: URL: https://github.com/apache/apisix/issues/13267#issuecomment-4998365369
This is test-framework noise rather than an APISIX bug. lua-resty-events can emit an ERR-level "failed to receive the header bytes: closed" during worker-shutdown races, and `t/APISIX.pm` enables `no_error_log: [error]` by default, so that stray line fails the test — same family as #12320. Proxy behavior isn't affected. If it keeps biting a specific test, the practical fix is quieting that log in lua-resty-events (or an explicit `no_error_log` override in the affected test). Closing as not a bug. -- 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]
