This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a change to branch aleksraiden-patch-googletest-1.15.2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 175c1507 Merge branch 'unstable' into
aleksraiden-patch-googletest-1.15.2
add f9d72976 chore(hyperloglog): add go test cases and minor
optimizations/bugfixes (#2463)
add bf56a05f chore: improve the style and document for SlotMigration
(#2465)
add dbc0a85a Merge branch 'unstable' into
aleksraiden-patch-googletest-1.15.2
No new revisions were added by this update.
Summary of changes:
src/cluster/slot_migrate.cc | 49 +++--
src/cluster/slot_migrate.h | 29 +--
src/commands/cmd_hll.cc | 27 ++-
src/stats/stats.h | 2 +-
src/types/hyperloglog.cc | 6 +-
src/types/redis_hyperloglog.cc | 39 ++--
tests/gocase/unit/hyperloglog/hyperloglog_test.go | 216 ++++++++++++++++++++++
7 files changed, 309 insertions(+), 59 deletions(-)
create mode 100644 tests/gocase/unit/hyperloglog/hyperloglog_test.go