Commit 7e7e0bcb authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'ml-update-gitaly-recovery-test' into 'master'

Avoid using non-essential frequently-changing command

Closes #235179

See merge request gitlab-org/gitlab!39173
parents 880d78a1 ea72c621
......@@ -39,6 +39,7 @@ module QA
break line if line.start_with?('gitaly_cluster')
break nil if line.include?('Something went wrong when getting replicas')
end
next false unless replicas
# We want to know if the checksums are identical
replicas&.split('|')&.map(&:strip)&.slice(1..3)&.uniq&.one?
......
......@@ -55,7 +55,6 @@ module QA
praefect_manager.wait_for_health_check_current_primary_node
# Confirm dataloss (i.e., inconsistent nodes)
expect(praefect_manager.dataloss?).to be true
expect(praefect_manager.replicated?(project.id)).to be false
# Reconcile nodes to recover from dataloss
......
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