This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 1837577d Merge branch 'unstable' into aleksraiden-patch-1
add 67208e6e Fix incorrent bytes to calculate length of ziplist/listpack
32bit string (#2124)
add d5516ac0 Merge branch 'unstable' into aleksraiden-patch-1
No new revisions were added by this update.
Summary of changes:
src/storage/rdb_listpack.cc | 4 +-
src/storage/rdb_ziplist.cc | 4 +-
tests/gocase/unit/rdb/rdb_test.go | 61 +++++++++++++++++++++++++++++++
tests/gocase/unit/restore/restore_test.go | 7 ++++
4 files changed, 72 insertions(+), 4 deletions(-)
create mode 100644 tests/gocase/unit/rdb/rdb_test.go