This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 352d0ce5 Merge branch 'unstable' into aleksraiden-patch-1
add a7dbd746 chore(tests): refactor and enhance test cases to prevent
flaky test failure (#2544)
add f402be06 fix(replication): didn't resume the db status after
restarting full sync (#2549)
add 8c42aa08 fix(rdb): incorrect type conversion during RDB loads the int8
encoding (#2547)
add f2bc224b fix: add more check in cluster node parsing (#2538)
add b8cf118b fix(test): use fixed seed to improve reproducibility. (#2557)
add 8ed9607c Merge branch 'unstable' into aleksraiden-patch-1
No new revisions were added by this update.
Summary of changes:
src/cluster/cluster.cc | 5 ++
src/cluster/replication.cc | 14 ++++--
src/cluster/replication.h | 5 +-
src/search/hnsw_indexer.cc | 9 ++--
src/search/hnsw_indexer.h | 3 +-
src/server/server.cc | 28 +++++++----
src/server/server.h | 2 +-
src/storage/rdb.cc | 2 +-
src/storage/storage.cc | 1 +
tests/cppunit/hnsw_index_test.cc | 3 +-
tests/gocase/integration/cluster/cluster_test.go | 23 ++++++++-
tests/gocase/unit/dump/dump_test.go | 26 ++++++++++
tests/gocase/unit/log/logclean_test.go | 63 ++++++++++++------------
utils/kvrocks2redis/tests/check_consistency.py | 13 +++--
14 files changed, 134 insertions(+), 63 deletions(-)