nic-6443 commented on code in PR #12514: URL: https://github.com/apache/apisix/pull/12514#discussion_r2275250928
########## apisix/core/config_etcd.lua: ########## @@ -223,10 +241,21 @@ local function do_run_watch(premature) break end - if res.result.created then - goto watch_event - end - + --[[ Review Comment: found this bug by https://github.com/apache/apisix/blob/master/t/cli/test_etcd_sync_event_handle.sh, and need this fix to pass the CI for current PR. ########## apisix/core/config_etcd.lua: ########## @@ -223,10 +241,21 @@ local function do_run_watch(premature) break end - if res.result.created then - goto watch_event - end - + --[[ Review Comment: found this bug by https://github.com/apache/apisix/blob/master/t/cli/test_etcd_sync_event_handle.sh, and need this fix to pass the CI of current PR. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org