Skip to content
代码片段 群组 项目
提交 662e2aac 编辑于 作者: Ramya Authappan's avatar Ramya Authappan
浏览文件

Merge branch 'ml-fix-praefect-test' into 'master'

Fix gitaly cluster test

See merge request gitlab-org/gitlab!54179
No related branches found
No related tags found
无相关合并请求
......@@ -88,6 +88,7 @@ def wait_for_reads_to_increase(project, number_of_reads, pre_read_data)
read_from_project(project, number_of_reads)
praefect_manager.query_read_distribution.each_with_index do |data, index|
diff_found[index] = {} unless diff_found[index]
diff_found[index][:diff] = true if data[:value] > praefect_manager.value_for_node(pre_read_data, data[:node])
end
diff_found.all? { |node| node.key?(:diff) && node[:diff] }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册