hanqingwu commented on code in PR #11111:
URL: https://github.com/apache/apisix/pull/11111#discussion_r1566600858
##########
t/kubernetes/discovery/kubernetes3.t:
##########
@@ -187,6 +187,13 @@ _EOC_
core.log.err("operator k8s cluster error: ", err)
return 500
end
+
+ ngx.sleep(1)
+
+ local k8s = require("apisix.discovery.kubernetes")
+ local data = k8s.dump_data()
+ ngx.say(core.json.encode(data,true))
+
Review Comment:
I will add later
--
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]