tianxiaoliang commented on a change in pull request #231:
URL: https://github.com/apache/servicecomb-kie/pull/231#discussion_r760809986



##########
File path: server/resource/v1/kv_resource.go
##########
@@ -272,7 +272,7 @@ func watch(rctx *restful.Context, request 
*model.ListKVRequest, wait string) boo
                return true
        }
        if changed {
-               queryFromCache(rctx, topic)
+               QueryFromCache(rctx, topic)

Review comment:
       最佳的UT测试用例不应该把他改为大写并公布到包外
   
   应该是调用rest api,先创建一个配置,然后long polling这个配置,然后删除这个配置,然后断言返回结果




-- 
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]


Reply via email to