spacewander commented on code in PR #8493:
URL: https://github.com/apache/apisix/pull/8493#discussion_r1046695234
##########
t/core/config_util.t:
##########
@@ -103,6 +108,9 @@ __DATA__
local item, idx1, idx2 = setup()
util.cancel_clean_handler(item, idx1)
util.fire_all_clean_handlers(item)
+
+ local item = setup_to_false()
+ util.fire_all_clean_handlers(item)
Review Comment:
Is it possible to test this bug by deleting a key as you described in the
issue? It would be great if we could cover it via an integration test which is
more readable.
--
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]