Mooncake/mooncake-store/tests
lujh 0f22234d0b
[Store] unify file storage backend env vars under MOONCAKE_OFFLOAD_ p… (#1929)
2026-04-21 11:36:54 +08:00
..
conf [MooncakeStore] Introduce MooncakeStore: A new Distributed Object Store for XpYd PD disaggregation (#126) 2025-03-07 15:57:54 +08:00
e2e [STORE] support Redis ACL username authentication and reorganize HA (#1757) 2026-03-27 15:22:09 +08:00
ha feat(store): expose drain job control via master HTTP API (#1815) 2026-04-09 14:33:45 +08:00
scripts [MooncakeStore] Introduce MooncakeStore: A new Distributed Object Store for XpYd PD disaggregation (#126) 2025-03-07 15:57:54 +08:00
utils [Store] feat: Implement a unified storage interface to simplify integration and extension (#1185) 2025-12-17 22:33:05 +08:00
CMakeLists.txt [Store] Support SSD Metrics (#1879) 2026-04-15 12:01:18 +08:00
allocation_strategy_test.cpp [Store] Introduce Free-Ratio-First Allocation Strategy to Improve Convergence (#1511) 2026-02-13 11:48:09 +08:00
batch_remove_test.cpp [Store] fix gmock bug and add batch remove API (#1756) 2026-03-31 16:55:41 +08:00
buffer_allocator_test.cpp fix: increase ParallelAllocation test pool to 32MB to avoid CacheLib slab race (#1841) 2026-04-08 23:16:14 +08:00
client_buffer_test.cpp [Store][Feature] copy and move client support (#1364) 2026-02-06 19:02:02 +08:00
client_integration_test.cpp [Store] Add Upsert API for in-place object updates (#1662) 2026-04-03 10:24:37 +08:00
client_local_hot_cache_test.cpp [STORE] feat: Frequency admission + LRU lock optimization for local hot cache (#1596) 2026-03-15 13:50:56 +08:00
client_metrics_test.cpp [Store] Add client bandwidth metrics for real and dummy clients (#1874) 2026-04-21 11:06:52 +08:00
cxl_client_integration_test.cpp [Store] feat: CXL storage full features. (#1531) 2026-02-24 19:59:45 +08:00
distributed_object_store_provider.py [MooncakeStore] Introduce MooncakeStore: A new Distributed Object Store for XpYd PD disaggregation (#126) 2025-03-07 15:57:54 +08:00
dummy_client_get_buffer_test.cpp [STORE] feat: Frequency admission + LRU lock optimization for local hot cache (#1596) 2026-03-15 13:50:56 +08:00
eviction_strategy_test.cpp code format & enable code format checking in ci (#677) 2025-08-02 15:50:25 +08:00
file_storage_test.cpp [Store] unify file storage backend env vars under MOONCAKE_OFFLOAD_ p… (#1929) 2026-04-21 11:36:54 +08:00
file_util_test.cpp [Store] Implement Metadata Persistence and Recovery for Master Service (#1431) 2026-03-02 11:20:33 +08:00
health_check_test.cpp [CI] fix: health_check_test flaky due to fixed sleep, use polling for master down detection (#1868) 2026-04-16 14:36:32 +08:00
ipv6_client_test.cpp [Store] Fix IPv6 link-local address parsing and add IPv6 tests (#1137) 2025-12-04 11:48:52 +08:00
localfs_hot_standby_integration_test.cpp [Store] Introduce HA OpLog abstraction and LocalFS oplog store (#1804) 2026-04-09 11:14:23 +08:00
master_metrics_test.cpp [STORE] split HA runtime and unify standby lifecycle (#1777) 2026-04-02 13:28:23 +08:00
master_service_ssd_test.cpp [Store] Notify master on disk eviction to fix stale metadata (#1549) 2026-03-04 16:48:05 +08:00
master_service_test.cpp feat(store): expose drain job control via master HTTP API (#1815) 2026-04-09 14:33:45 +08:00
mutex_test.cpp [Store]: Use SharedMutex in MetadataShard for better performance (#1343) 2026-01-12 13:52:18 +08:00
non_ha_reconnect_test.cpp store: split client HA/control-plane threads and suppress zero-seg he… (#1736) 2026-03-25 10:09:12 +08:00
offset_allocator_test.cpp [Bug Fix]Fix segmentation fault when using python wrapped transfer engine and store in the same process. (#1471) 2026-02-04 20:13:29 +08:00
posix_file_test.cpp code format & enable code format checking in ci (#677) 2025-08-02 15:50:25 +08:00
pybind_client_test.cpp [Store] Add Upsert API for in-place object updates (#1662) 2026-04-03 10:24:37 +08:00
segment_test.cpp feat(store): expose drain job control via master HTTP API (#1815) 2026-04-09 14:33:45 +08:00
serializer_test.cpp [Store] Serialize/Deserialize Offset Allocator (#760) 2025-08-21 11:35:54 +08:00
ssd_metrics_test.cpp [Store] Support SSD Metrics (#1879) 2026-04-15 12:01:18 +08:00
storage_backend_test.cpp [Store] Notify master on disk eviction to fix stale metadata (#1549) 2026-03-04 16:48:05 +08:00
stress_cluster_benchmark.py [Bench] fix: Update stress_cluster_benchmark (#791) 2025-08-29 14:46:42 +08:00
stress_workload_test.cpp [Store] feat: Add standalone deployment implementation for Client (#1084) 2025-11-25 23:57:30 +08:00
task_executor_test.cpp [Store][Feature] copy and move client support (#1364) 2026-02-06 19:02:02 +08:00
task_integration_test.cpp feat(store): expose drain job control via master HTTP API (#1815) 2026-04-09 14:33:45 +08:00
task_manager_test.cpp [Store] Implement Metadata Persistence and Recovery for Master Service (#1431) 2026-03-02 11:20:33 +08:00
test_server_helpers.h [Bug fix] Fix get tcp port collision (#1816) 2026-04-08 23:20:09 +08:00
thread_pool_test.cpp code format & enable code format checking in ci (#677) 2025-08-02 15:50:25 +08:00
transfer_task_test.cpp feat(client): Abstract client-side data transmission for async and batch optimization (#455) 2025-06-12 16:02:48 +08:00
utils_test.cpp [Store] support resolving master RPC address from interface (#1784) 2026-04-01 12:39:05 +08:00
zstd_util_test.cpp [Store] Implement Metadata Persistence and Recovery for Master Service (#1431) 2026-03-02 11:20:33 +08:00