summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-06Feature/hyperloglog郑超
2024-04-01Feature/monitor4.3.0郑超
2024-03-30Add new data type: Count-Min Sketch. Rename `BFRESERVE` to `BFINIT` for consi...郑超
2024-02-29Bloom Filter and Token bucket refill period customization.v4.1.0郑超
2024-01-09Bugfix: Addressed token bucket disproportionate in TSG-15595. When handling m...v4.0.5Zheng Chao
2023-10-26Fix the memory leak issue caused by remote request invocation failure and fix...v4.0.2fengweihao
2023-09-15bugfix: retry if ringbuf_acquire() returns -1.Zheng Chao
2023-09-14Optimize performance AsyncExec test caseZheng Chao
2023-09-03Modify expect conditions to pass the gtest.Zheng Chao
2023-09-01Source file layout is changed.Zheng Chao
2023-08-31bugfix: OC token bucket wastes tokens due to refill timestamp is miroseconds ...Zheng Chao
2023-08-28Bugfix: fair token bucket peturbs after configurations.Zheng Chao
2023-08-25The `LATENCY` command works again. The `INFO` command now returns RPC informa...Zheng Chao
2023-08-24Optimize __get_tid() by caching the result of `syscall(SYS_gettid)` in thread...Zheng Chao
2023-08-24Remove unused variables.Zheng Chao
2023-08-23Add swarmkv_options_set_max_dispatch_interval() and swarmkv_caller_get_pendin...Zheng Chao
2023-08-22Add Async Exec test case.Zheng Chao
2023-08-22fix swarmkv sanity cmd test casefengweihao
2023-08-21The ringbuf adopts a two-phase write, two concurrent producers may generates ...Zheng Chao
2023-08-19Increase the ringbuf size of swarmkv_mesh to avoid message drops.Zheng Chao
2023-08-18Adding slot owner test passed.Zheng Chao
2023-08-17performance test passed.Zheng Chao
2023-08-15Now, the keyspace is lock-free.Zheng Chao
2023-08-13Batch synchronization is now disabled by default. It can be enabled when all ...Zheng Chao
2023-08-10bugfix `cluster keys` commandZheng Chao
2023-08-09`swarmkv_cli` works again.Zheng Chao
2023-08-05Remove accessing_node parameter from all command functions.Zheng Chao
2023-08-05For both local and remote caller, __exec_cmd executes the command recursively.Zheng Chao
2023-08-03WIP: multi-thread testZheng Chao
2023-07-29WIP: fix swarmkv_net_send() bugoptimize-multithread-lockfree-ringbufZheng Chao
2023-07-28WIP: fix memory leakZheng Chao
2023-07-24WIP: It works.Zheng Chao
2023-06-07fix fair token bucket test casev3.0.6develop-version3Zheng Chao
2023-06-07:bug: fix uninitialized memory in bulk token bucketZheng Chao
2023-05-26Bugfix: In OR_map_merge(), the dst_record holds an incorrect uuid.Zheng Chao
2023-05-05Feature Fair and Bulk Token Bucket郑超
2023-03-11:bug: Fix inaccuarte `TINFO` when a token bucket has a zero CIR and zero CBS.Zheng Chao
2023-03-09Merge branch 'develop-version3' of https://git.mesalab.cn/swarmkv/swarmkv int...Zheng Chao
2023-03-09:bug: bugfix: hincrby_command() cannot create new field in hash.Zheng Chao
2023-02-28The watch slots changes function adds resp code judgmentsv3.0.2fengweihao
2023-02-09:bug: To avoid leader election blocking, keyspace uses new connection for eve...Zheng Chao
2023-01-26:sparkles: The SwarmKV supports cluster-announce-ip, cluster-announce-port an...Zheng Chao
2023-01-25:bug: The test case of Resilience.AddSlotOwner fails when run all tests. To f...Zheng Chao
2023-01-18:construction: Refactoring Consul communication of keyspace.Zheng Chao
2023-01-13:recycle: The keyspace uses future-promise to do HTTP get.Zheng Chao
2022-12-30Support swamkv-cli matching path hints and fix the bugs in the leader election.fengweihao
2022-12-23For avoiding key route entry oscillation, the keyspace ignores node crash.Zheng Chao
2022-12-22:construction: Remove failed node from key space and CRDT space.Zheng Chao
2022-12-09:zap: For multi-thread scalability, each worker thread maintains connections ...Zheng Chao
2022-12-06:sparkles: `CRDT INFO` command for debug.Zheng Chao