Commit 14b2909c authored by Anastasia McDonald's avatar Anastasia McDonald

Merge branch 'jmd-improve-reliability-of-praefect-wait' into 'master'

Improve reliability of praefect wait check

See merge request gitlab-org/gitlab!75321
parents 093f6884 f810bf10
......@@ -199,6 +199,13 @@ module QA
max_duration: 180,
retry_on_exception: true
)
QA::Runtime::Logger.info('Wait until Praefect starts and is listening')
wait_until_shell_command_matches(
"docker exec #{@praefect} bash -c 'cat /var/log/gitlab/praefect/current'",
/listening at tcp address/
)
wait_for_gitaly_check
end
......
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