You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "infdahai (via GitHub)" <gi...@apache.org> on 2023/06/11 14:41:02 UTC

[GitHub] [incubator-kvrocks] infdahai commented on pull request #1492: Fix zset error: return nilstring when limit cnt == 0

infdahai commented on PR #1492:
URL: https://github.com/apache/incubator-kvrocks/pull/1492#issuecomment-1586192161

   === RUN   TestZset/ZRANGE_basics_-_skiplist
       zset_test.go:445: 
                   Error Trace:    ~/incubator-kvrocks/tests/gocase/unit/type/zset/zset_test.go:445
                   Error:          Not equal: 
                                   expected: []string{}
                                   actual  : []string(nil)
                               
                                   Diff:
                                   --- Expected
                                   +++ Actual
                                   @@ -1,3 +1,2 @@
                                   -([]string) {
                                   -}
                                   +([]string) <nil>
                                    
                   Test:           TestZset/ZRANGE_basics_-_skiplist


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org