milvus/internal/querynode
Xiaofan e0e7042b5e
Add test for tsafe (#8626)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2021-09-28 12:28:03 +08:00
..
cgo_helper_test.go Support GetEntityByIDs in CGo, fix segcore bugs (#5563) 2021-06-04 10:38:34 +08:00
cgo_helper.go improve query node log (#6897) 2021-07-31 10:47:22 +08:00
collection_replica_test.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
collection_replica.go Add comment for collection replica (#8147) 2021-09-18 18:15:51 +08:00
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 Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +08:00
data_sync_service.go [skip ci] Add comment for addCollectionFlowGraph (#8606) 2021-09-26 20:18:03 +08:00
errors_test.go Rename name of unittests in query node (#8225) 2021-09-18 18:05:51 +08:00
errors.go [skip ci] Add comment for errors in query node (#8417) 2021-09-23 21:46:16 +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 [skip ci] Add comment for query node flow graph (#8326) 2021-09-22 20:10:09 +08:00
flow_graph_insert_node_test.go Add insert node failed unittests for query node (#7914) 2021-09-15 10:11:48 +08:00
flow_graph_insert_node.go Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +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 [skip ci] Add comments for flow_graph_message.go (#8523) 2021-09-24 21:37:57 +08:00
flow_graph_node.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
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 [skip ci] Add comment for queryNodeFlowGraph (#8700) 2021-09-27 19:06:07 +08:00
flow_graph_service_time_node_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
flow_graph_service_time_node.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
historical_test.go Add historical failed unittest for querynode (#7941) 2021-09-15 15:25:49 +08:00
historical.go [skip ci] Add comment for historical (#8607) 2021-09-26 20:19:58 +08:00
impl_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
impl.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
index_info_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
index_info.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
index_loader_test.go Add task unittest for query node (#7820) 2021-09-14 10:24:48 +08:00
index_loader.go [skip ci] Add comment for indexLoader (#8698) 2021-09-27 18:58:21 +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 Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
load_service_test.go Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +08:00
metrics_info_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
metrics_info.go Expose simd type to query node metrics (#8299) 2021-09-23 11:27:54 +08:00
mock_components_test.go add collection alias (#7255) 2021-09-18 11:13:51 +08:00
mock_test.go Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +08:00
OWNERS Remove unused label rules (#7929) 2021-09-18 18:19:51 +08:00
param_table_test.go Add a channel prefix for all channels (#8166) 2021-09-23 10:53:53 +08:00
param_table.go Revert the logger change (#8677) 2021-09-27 17:37:57 +08:00
partition_test.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
partition.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
plan_test.go Add impl and plan unittests for query node (#7712) 2021-09-11 17:22:01 +08:00
plan.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
query_collection_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
query_collection.go Add lock before reading tSafeWatcher map (#8562) 2021-09-26 12:37:56 +08:00
query_node_test.go Add a channel prefix for all channels (#8166) 2021-09-23 10:53:53 +08:00
query_node.go [skip ci] Add comment for NewQueryNode func (#8699) 2021-09-27 19:02:09 +08:00
query_service_test.go Reduce go unittest time cost (#8556) 2021-09-26 12:56:07 +08:00
query_service.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +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 Return error if setSegment failed when loadSegment (#8075) 2021-09-18 10:03:50 +08:00
segment_loader.go Return error if setSegment failed when loadSegment (#8075) 2021-09-18 10:03:50 +08:00
segment_test.go Add loadFieldData unittest for query node (#8219) 2021-09-18 18:32:07 +08:00
segment.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
stats_service_test.go Add historical and streaming module in querynode (#5469) 2021-05-28 10:26:30 +08:00
stats_service.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
streaming_test.go Add failed streming unittest for query node (#7960) 2021-09-17 11:37:49 +08:00
streaming.go [skip ci] Add comment for streaming (#8498) 2021-09-24 20:54:01 +08:00
task_queue_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_queue.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
task_scheduler_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_scheduler.go improve query node log (#6897) 2021-07-31 10:47:22 +08:00
task_test.go Add release failed case unittest for query node (#7971) 2021-09-17 11:35:49 +08:00
task.go [skip ci] Add comment for task (#8497) 2021-09-24 20:53:49 +08:00
tsafe_replica_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
tsafe_replica.go [skip ci] Add comment for tSafe replica (#8495) 2021-09-24 20:52:13 +08:00
tsafe_test.go Add test for tsafe (#8626) 2021-09-28 12:28:03 +08:00
tsafe.go Add test for tsafe (#8626) 2021-09-28 12:28:03 +08:00
type_def.go [skip ci] Add comment for type def in query node (#8415) 2021-09-23 21:44:17 +08:00