Sn0rt commented on code in PR #10550:
URL: https://github.com/apache/apisix/pull/10550#discussion_r1420054265
##########
t/APISIX.pm:
##########
@@ -413,6 +413,11 @@ _EOC_
require "resty.core"
+ local events_sock_path =
"$apisix_home/t/servroot/logs/stream_worker_events.sock"
+ if os.getenv("TEST_NGINX_USE_HUP") ~= "1" then
Review Comment:
Why does the test case using the HUP signal need to remove the sock, and
other cases do not need to remove the unix sock?
--
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]