spacewander commented on code in PR #8254:
URL: https://github.com/apache/apisix/pull/8254#discussion_r1022361444
##########
t/tars/discovery/tars.t:
##########
@@ -63,7 +63,8 @@ _EOC_
schema.properties.full_fetch_interval.default = 3
_EOC_
- $block->set_value("extra_init_by_lua_start", $extra_init_by_lua_start);
+ $block->set_value("extra_init_by_lua", $extra_init_by_lua);
+ $block->set_value("extra_init_before_apisix_init");
Review Comment:
Could we modify the content in `$init_by_lua_block` (for example, reorder
the statements) to make sure `extra_init_by_lua` work in this file?
--
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]