monkeyDluffy6017 commented on code in PR #9016:
URL: https://github.com/apache/apisix/pull/9016#discussion_r1132191816
##########
apisix/upstream.lua:
##########
@@ -140,6 +150,8 @@ local function create_checker(upstream)
healthcheck_parent.checker_idx =
core.config_util.add_clean_handler(healthcheck_parent, release_checker)
+ upstream.is_creating_checker = nil
Review Comment:
Done
##########
t/node/healthcheck.t:
##########
@@ -906,3 +906,99 @@ qr/\([^)]+\) unhealthy .* for '.*'/
(upstream#/apisix/upstreams/1) unhealthy TCP increment (1/2) for
'foo.com(127.0.0.1:1970)'
(upstream#/apisix/upstreams/1) unhealthy TCP increment (2/2) for
'foo.com(127.0.0.1:1970)'
--- timeout: 10
+
+
+
+=== TEST 20: set route(two healthy upstream nodes)
+--- config
Review Comment:
Done
--
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]