milvus/internal/core/unittest
Rijin-N a05a37a583
enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214)
Native support for Google cloud storage using the Google Cloud Storage
libraries. Authentication is performed using GCS service account
credentials JSON.

Currently, Milvus supports Google Cloud Storage using S3-compatible APIs
via the AWS SDK. This approach has the following limitations:

1. Overhead: Translating requests between S3-compatible APIs and GCS can
introduce additional overhead.
2. Compatibility Limitations: Some features of the original S3 API may
not fully translate or work as expected with GCS.

To address these limitations, This enhancement is needed.

Related Issue: #36212
2024-09-30 13:23:32 +08:00
..
bench enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
test_utils enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
CMakeLists.txt enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
init_gtest.cpp
test_always_true_expr.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_array_bitmap_index.cpp enhance: allow many segments for inverted index (#35616) 2024-08-28 11:30:59 +08:00
test_array_expr.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_array_inverted_index.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_array.cpp
test_azure_chunk_manager.cpp enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
test_bf_sparse.cpp
test_bf.cpp
test_binary.cpp
test_binlog_index.cpp
test_bitmap_index.cpp enhance: support bitmap mmap (#35399) 2024-08-27 16:34:59 +08:00
test_bitmap.cpp
test_bitset.cpp
test_bool_index.cpp
test_c_api.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_c_stream_reduce.cpp feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
test_c_tokenizer.cpp feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
test_chunk_cache.cpp fix: fix broken Sparse Float Vector raw data mmap (#36183) 2024-09-25 18:59:13 +08:00
test_chunk_vector.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_chunk.cpp
test_common.cpp
test_concurrent_vector.cpp
test_data_codec.cpp fix: memory leak in unittest and open the USE_ASAN option when build unittest (#35855) 2024-09-02 15:59:04 +08:00
test_disk_file_manager_test.cpp
test_exec.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_expr_materialized_view.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_expr.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_float16.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_futures.cpp
test_gcp_native_chunk_manager.cpp enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
test_group_by.cpp enhance: make search groupby stop when reaching topk groups (#35814) 2024-09-02 18:25:03 +08:00
test_growing_index.cpp
test_growing.cpp
test_hybrid_index.cpp enhance: allow many segments for inverted index (#35616) 2024-08-28 11:30:59 +08:00
test_index_c_api.cpp
test_index_wrapper.cpp
test_indexing.cpp
test_init.cpp
test_integer_overflow.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_inverted_index.cpp enhance: support null value in index (#35238) 2024-08-16 15:30:54 +08:00
test_kmeans_clustering.cpp
test_local_chunk_manager.cpp
test_minio_chunk_manager.cpp
test_mmap_chunk_manager.cpp
test_monitor.cpp
test_offset_ordered_array.cpp
test_offset_ordered_map.cpp
test_plan_proto.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_query.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_range_search_sort.cpp
test_reduce_c.cpp
test_reduce.cpp
test_regex_query_util.cpp
test_regex_query.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_relational.cpp
test_remote_chunk_manager.cpp enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
test_retrieve.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_scalar_index_creator.cpp
test_scalar_index.cpp enhance: support bitmap mmap (#35399) 2024-08-27 16:34:59 +08:00
test_sealed.cpp enhance: Reopen chunk cache cpp ut (#33622) 2024-09-28 18:19:15 +08:00
test_segcore.cpp
test_similarity_corelation.cpp
test_span.cpp
test_storage.cpp
test_string_expr.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_string_index.cpp fix: Make legacy non-lexicographic branch break swtich (#36125) 2024-09-10 10:15:07 +08:00
test_text_match.cpp enhance: refactor executor framework V2 (#35251) 2024-09-13 20:57:09 +08:00
test_timestamp_index.cpp
test_tracer.cpp
test_utils.cpp