tianxiaoliang commented on a change in pull request #228:
URL: https://github.com/apache/servicecomb-kie/pull/228#discussion_r757260334
##########
File path: server/service/kv/kv_svc_test.go
##########
@@ -178,3 +180,93 @@ func TestService_Delete(t *testing.T) {
assert.NoError(t, err)
})
}
+
+// Test the situation after the synchronization is turned on
+func TestSync(t *testing.T) {
+
+ t.Run("do some initialization to start the sync test", func(t
*testing.T) {
Review comment:
这个使用用例应该是事务性写配置并生成同步任务,而不是技术手段
--
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]