milvus/internal/querynode
bigsheeper ab7ded2202
Add loader and streaming unittests for query node (#7762)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2021-09-11 17:56:01 +08:00
..
cgo_helper_test.go
cgo_helper.go
collection_replica_test.go Add replica and insertNode unittests for query node (#7638) 2021-09-10 09:33:43 +08:00
collection_replica.go
collection_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
collection.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
data_sync_service_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
data_sync_service.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
errors_test.go Expose metrics of QueryCoord and QueryNodes (#7113) 2021-08-17 10:06:11 +08:00
errors.go Expose metrics of QueryCoord and QueryNodes (#7113) 2021-08-17 10:06:11 +08:00
flow_graph_filter_dm_node_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
flow_graph_filter_dm_node.go Revert apply physical channels from pool (d5f7e358 and 3b960969) (#7687) 2021-09-10 13:00:00 +08:00
flow_graph_insert_node_test.go Add replica and insertNode unittests for query node (#7638) 2021-09-10 09:33:43 +08:00
flow_graph_insert_node.go Add replica and insertNode unittests for query node (#7638) 2021-09-10 09:33:43 +08:00
flow_graph_message_test.go Remove useless message and add service time node unittest (#7565) 2021-09-08 17:10:15 +08:00
flow_graph_message.go Remove useless message and add service time node unittest (#7565) 2021-09-08 17:10:15 +08:00
flow_graph_node.go
flow_graph_query_node_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
flow_graph_query_node.go Revert apply physical channels from pool (d5f7e358 and 3b960969) (#7687) 2021-09-10 13:00:00 +08:00
flow_graph_service_time_node_test.go Remove useless message and add service time node unittest (#7565) 2021-09-08 17:10:15 +08:00
flow_graph_service_time_node.go Remove useless message and add service time node unittest (#7565) 2021-09-08 17:10:15 +08:00
historical_test.go
historical.go Import Embedded Etcd Kv Part 1(#7112) (#7174) 2021-08-24 09:45:51 +08:00
impl_test.go Add impl and plan unittests for query node (#7712) 2021-09-11 17:22:01 +08:00
impl.go Add impl and plan unittests for query node (#7712) 2021-09-11 17:22:01 +08:00
index_info_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
index_info.go
index_loader_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
index_loader.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
load_index_info_test.go Add segment unittests for query node (#7632) 2021-09-09 17:36:02 +08:00
load_index_info.go
load_service_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
metrics_info_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
metrics_info.go Support more detailed metrics information (#7472) 2021-09-03 19:35:47 +08:00
mock_components_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
mock_test.go Add loader and streaming unittests for query node (#7762) 2021-09-11 17:56:01 +08:00
OWNERS [skip ci]Remove neza2017 from reviewers (#7324) 2021-08-27 00:27:36 +08:00
param_table_test.go
param_table.go
partition_test.go
partition.go
plan_test.go Add impl and plan unittests for query node (#7712) 2021-09-11 17:22:01 +08:00
plan.go Check collection and plan before calling cgo functions (#7733) 2021-09-10 18:12:01 +08:00
query_collection_test.go Add node and queryCollection unittests for query node (#7719) 2021-09-11 17:26:01 +08:00
query_collection.go Fix query request lost bug (#7715) 2021-09-10 16:34:44 +08:00
query_node_test.go Add node and queryCollection unittests for query node (#7719) 2021-09-11 17:26:01 +08:00
query_node.go Support set segcore chunk_size via config file (#7635) 2021-09-11 14:40:01 +08:00
query_service_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
query_service.go Fix collection nil when add query collection (#7311) 2021-08-27 17:51:56 +08:00
reduce_test.go Check collection and plan before calling cgo functions (#7733) 2021-09-10 18:12:01 +08:00
reduce.go Check collection and plan before calling cgo functions (#7733) 2021-09-10 18:12:01 +08:00
segment_loader_test.go Add loader and streaming unittests for query node (#7762) 2021-09-11 17:56:01 +08:00
segment_loader.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
segment_test.go Add segment unittests for query node (#7632) 2021-09-09 17:36:02 +08:00
segment.go Support set segcore chunk_size via config file (#7635) 2021-09-11 14:40:01 +08:00
stats_service_test.go
stats_service.go
streaming_test.go Add loader and streaming unittests for query node (#7762) 2021-09-11 17:56:01 +08:00
streaming.go Remove service time check in streaming search (#7253) 2021-08-24 15:07:52 +08:00
task_queue_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_queue.go
task_scheduler_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_scheduler.go
task_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
task.go Release flowgraphs properly (#7266) 2021-08-27 17:03:56 +08:00
tsafe_replica_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
tsafe_replica.go
tsafe_test.go
tsafe.go
type_def.go Add segment unittests for query node (#7632) 2021-09-09 17:36:02 +08:00