Commit 662e2aac authored by 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
parents 1231371c 7b40b679
......@@ -88,6 +88,7 @@ module QA
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] }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment