git-hulk opened a new pull request, #3150:
URL: https://github.com/apache/kvrocks/pull/3150

   The root cause is generating random strings in a short time
   and using them to create fields for Hash/Set/ZSet.
   
   To fix this issue, just avoid using random strings if unnecessary
   which will also make the code more concise.
   
   
   ```
   --- FAIL: TestKMetadata (1.04s)
       --- FAIL: TestKMetadata/Test_KMetadata_for_set_type (0.00s)
           kmetadata_test.go:170: 
                Error Trace:    
/__w/kvrocks/kvrocks/tests/gocase/unit/kmetadata/kmetadata_test.go:170
                Error:          Not equal: 
                                expected: 4
                                actual  : 3
                Test:           TestKMetadata/Test_KMetadata_for_set_type
   FAIL
   ```


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