milvus/internal/core/unittest
zhagnlu 79c417b14e
fix: pass active count to query context instead of timestamp (#29541)
#29319

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2023-12-31 16:08:48 +08:00
..
bench enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
test_utils enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
CMakeLists.txt enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
init_gtest.cpp Add ut for growing segment load binlog (#26268) 2023-08-13 20:41:31 +08:00
test_always_true_expr.cpp fix: pass active count to query context instead of timestamp (#29541) 2023-12-31 16:08:48 +08:00
test_array.cpp Fix bug for constructing ArrayView with fixed-length type (#28185) 2023-11-07 23:38:21 +08:00
test_array_expr.cpp fix: pass active count to query context instead of timestamp (#29541) 2023-12-31 16:08:48 +08:00
test_azure_chunk_manager.cpp enhance: find collection schema from cache (#28782) 2023-12-03 19:22:33 +08:00
test_bf.cpp Add code for PanicInfo (#27364) 2023-09-27 12:01:28 +08:00
test_binary.cpp add growing segment index (#23615) 2023-04-26 10:14:41 +08:00
test_binlog_index.cpp enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
test_bitmap.cpp Support SIMD of several Expr (#23715) (#23717) 2023-05-12 14:11:20 +08:00
test_bool_index.cpp Support SIMD of several Expr (#23715) (#23717) 2023-05-12 14:11:20 +08:00
test_c_api.cpp enhance: improve reducing results when many segments are filtered (#29073) 2023-12-20 12:56:42 +08:00
test_chunk_cache.cpp Get vector concurrently (#27838) 2023-10-30 15:44:12 +08:00
test_common.cpp Support using mmap to load data (#22052) 2023-03-01 18:07:49 +08:00
test_concurrent_vector.cpp Merge utils/Types.h with common/Types.h (#16445) 2022-05-02 22:21:51 +08:00
test_data_codec.cpp Support array datatype (#26369) 2023-09-19 14:23:23 +08:00
test_disk_file_manager_test.cpp [restful] new context with grpc metadata (#27668) 2023-10-17 20:00:14 +08:00
test_exec.cpp fix: pass active count to query context instead of timestamp (#29541) 2023-12-31 16:08:48 +08:00
test_expr.cpp fix: pass active count to query context instead of timestamp (#29541) 2023-12-31 16:08:48 +08:00
test_float16.cpp enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
test_growing.cpp enhance: reduce 1x copy for variable length field while retrieving (#28345) 2023-11-15 18:08:20 +08:00
test_growing_index.cpp fix: bypass growing index if no index meta (#28791) 2023-11-30 14:10:27 +08:00
test_index_c_api.cpp rename createindex (#27903) 2023-10-27 10:12:14 +08:00
test_index_wrapper.cpp enhance: reduce 1x copy while retrieving data from growing segment (#28323) 2023-11-10 15:44:22 +08:00
test_indexing.cpp feat: integrate storagev2 in building index of segcore (#28768) 2023-12-05 16:48:54 +08:00
test_init.cpp enhance: update cagra index params in config and add params check (#29045) 2023-12-26 11:04:47 +08:00
test_integer_overflow.cpp fix: pass active count to query context instead of timestamp (#29541) 2023-12-31 16:08:48 +08:00
test_local_chunk_manager.cpp Migrate the ability to upload and download binlog to cpp (#22984) 2023-06-25 14:38:44 +08:00
test_minio_chunk_manager.cpp enhance: Add precheck when chunk manager init (#28330) 2023-11-23 19:56:32 +08:00
test_offset_ordered_array.cpp fix: panic in concurrent insert/query scenario (#29408) 2023-12-26 15:10:48 +08:00
test_offset_ordered_map.cpp fix: panic in concurrent insert/query scenario (#29408) 2023-12-26 15:10:48 +08:00
test_parquet_c.cpp Remove other Exceptions, keeps SegcoreError only (#27017) 2023-09-14 14:05:20 +08:00
test_plan_proto.cpp Fix error message of proto parser not clear (#26365) 2023-08-16 20:20:17 +08:00
test_query.cpp enhance: improve reducing results when many segments are filtered (#29073) 2023-12-20 12:56:42 +08:00
test_range_search_sort.cpp Remove binary metrics TANIMOTO/SUPERSTRUCTURE/SUBSTRUCTURE (#25708) 2023-07-19 16:16:58 +08:00
test_reduce.cpp Fix cpplint (#22657) 2023-03-10 09:47:54 +08:00
test_reduce_c.cpp Fix search binary pagination failure (#22477) 2023-03-08 11:03:51 +08:00
test_relational.cpp Fix cpplint (#22657) 2023-03-10 09:47:54 +08:00
test_remote_chunk_manager.cpp enhance: find collection schema from cache (#28782) 2023-12-03 19:22:33 +08:00
test_retrieve.cpp enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
test_scalar_index.cpp enhance: Load raw data while scalar index doesn't have raw data (#28888) 2023-12-06 20:36:36 +08:00
test_scalar_index_creator.cpp milvus support multi index engine (#27178) 2023-09-22 09:59:26 +08:00
test_sealed.cpp enhance: improve reducing results when many segments are filtered (#29073) 2023-12-20 12:56:42 +08:00
test_segcore.cpp Fix deleted data is still visible (#24849) 2023-06-16 17:16:41 +08:00
test_simd.cpp enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
test_similarity_corelation.cpp Add binary metric types SUBSTRUCTURE/SUPERSTRUCTURE back (#26766) 2023-08-31 20:07:00 +08:00
test_span.cpp enhance: reduce 1x copy for variable length field while retrieving (#28345) 2023-11-15 18:08:20 +08:00
test_storage.cpp add internal storage metrics (#28278) 2023-11-19 17:22:25 +08:00
test_string_expr.cpp fix: pass active count to query context instead of timestamp (#29541) 2023-12-31 16:08:48 +08:00
test_string_index.cpp enhance: Load raw data while scalar index doesn't have raw data (#28888) 2023-12-06 20:36:36 +08:00
test_timestamp_index.cpp Fix cpplint (#22657) 2023-03-10 09:47:54 +08:00
test_tracer.cpp Refactor duplicate error class into one place (#26985) 2023-09-11 20:43:17 +08:00
test_utils.cpp enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00