zvec/tests/db/index/common
Jalin Wang 1d4ae0b1b5
refactor: support UTF-8 file paths via std::filesystem (#359)
Rewrite file/path handling to use std::filesystem and UTF-8-safe helpers.
Switch Windows file open/create paths to wide-char APIs, replace manual
separator concatenation with PathJoin, and enable RocksDB UTF-8 filenames.

Also add UTF-8 path coverage for file IO, version manager recovery, and
collection open/flush/reopen flows.
2026-05-08 17:44:22 +08:00
..
db_proto_converter_test.cc Initial commit 2025-12-30 11:02:17 +08:00
db_type_helper_test.cc Initial commit 2025-12-30 11:02:17 +08:00
doc_test.cc fix: sparse vector indices should be ordered (#382) 2026-05-07 16:40:49 +08:00
index_params_test.cc feat: refact cpp sdk (#27) 2026-01-21 20:05:42 +08:00
meta_test.cc Initial commit 2025-12-30 11:02:17 +08:00
query_params_test.cc feat: refact cpp sdk (#27) 2026-01-21 20:05:42 +08:00
schema_test.cc feat: add hnsw-rabitq support (#69) 2026-03-19 17:21:42 +08:00
version_manager_test.cc refactor: support UTF-8 file paths via std::filesystem (#359) 2026-05-08 17:44:22 +08:00