milvus/internal/dataservice
sunby ba9952e780 Fix unit test in dataservice (#5745)
After a unit test, the msg stream will be closed. But in pulsar go
client, the connection between client and server will be reconnected.
Then we rebuild the msgstream immediately and produce a message, this
message will be sent to the previous connection which cause timeout of
test. We append the channelName wil a random value.

Signed-off-by: sunby <bingyi.sun@zilliz.com>
2021-06-15 16:36:36 +08:00
..
allocator_test.go improve code coverage for data service (#4998) 2021-04-23 02:15:30 +00:00
allocator.go Fix bugs in dataservice (#5457) 2021-06-15 15:59:04 +08:00
binlog_helper.go Fix bugs (#5676) 2021-06-15 16:06:11 +08:00
cluster_data_manager.go Fix unregister node info has no channel (#5699) 2021-06-15 16:06:13 +08:00
cluster_session_manager.go Fix bugs (#5676) 2021-06-15 16:06:11 +08:00
cluster_test.go Add vchannel buffer for cluster (#5691) 2021-06-15 16:06:13 +08:00
cluster.go Change default unregister policy (#5710) 2021-06-15 16:06:13 +08:00
datanode_helper.go Fix bugs (#5676) 2021-06-15 16:06:11 +08:00
flush_monitor_test.go Add flush monitor and unit test (#5622) 2021-06-15 16:04:48 +08:00
flush_monitor.go Fix bugs (#5676) 2021-06-15 16:06:11 +08:00
grpc_services.go Add dataservice state check (#5687) 2021-06-15 16:06:13 +08:00
meta_test.go Change SaveBinlogPath (#5576) 2021-06-15 16:04:48 +08:00
meta.go Add seek position to WatchDmChannels response (#5601) 2021-06-15 16:04:48 +08:00
mock_test.go Add vchannel buffer for cluster (#5691) 2021-06-15 16:06:13 +08:00
OWNERS Update OWNERS file 2021-06-03 20:01:24 +08:00
param.go Fix bugs (#5676) 2021-06-15 16:06:11 +08:00
policy_test.go Add vchannel buffer for cluster (#5691) 2021-06-15 16:06:13 +08:00
policy.go Add vchannel buffer for cluster (#5691) 2021-06-15 16:06:13 +08:00
segment_allocation_policy.go Fix bugs (#5676) 2021-06-15 16:06:11 +08:00
segment_manager_test.go Rename SegmentAllocator to SegmentManager (#5559) 2021-06-15 16:04:48 +08:00
segment_manager.go Fix bugs (#5676) 2021-06-15 16:06:11 +08:00
server_test.go Fix unit test in dataservice (#5745) 2021-06-15 16:36:36 +08:00
server.go Change default unregister policy (#5710) 2021-06-15 16:06:13 +08:00
stream_pos.go Restore flush and stats stream pos (#5284) 2021-05-19 06:13:53 +00:00
util.go Rename module (#4988) 2021-04-22 14:45:57 +08:00