spacewander commented on a change in pull request #5206:
URL: https://github.com/apache/apisix/pull/5206#discussion_r727113838
##########
File path: t/core/config_etcd.t
##########
@@ -57,6 +57,11 @@ apisix:
etcd:
host:
- "https://127.0.0.1:2379"
+--- extra_init_by_lua
+local health_check = require("resty.etcd.health_check")
+health_check.get_target_status = function()
Review comment:
Why bypass the get_target_status?
--
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]