little-cui commented on a change in pull request #228:
URL: https://github.com/apache/servicecomb-kie/pull/228#discussion_r757724874



##########
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("Transactional write configuration and generate synchronization 
tasks", func(t *testing.T) {

Review comment:
       这些用例没有准确的断言,与非Sync=true场景并行,不严谨




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