Skip to content

server: Flakiness in TestGitalyServerFactory

Pavlo Strokov requested to merge ps-fix-flaky-TestGitalyServerFactory into master

Sometimes it happens that the log contains not enough entries in the output. It may happen because method handling happens faster than flush of the logger. The checks now start after we ensure all log entries are in place.

Closes: #3916 (closed)

Merge request reports