Commit 5ea08fcd authored by Alex Kalderimis's avatar Alex Kalderimis

Merge branch 'run-partition-manager-after-recreating-the-db' into 'master'

Fix flaky tests when DB is recreated

See merge request gitlab-org/gitlab!80552
parents 79cd3426 c55bb22e
......@@ -73,6 +73,8 @@ module DbCleaner
end
end
Gitlab::Database::Partitioning.sync_partitions_ignore_db_error
puts "Databases re-creation done in #{Gitlab::Metrics::System.monotonic_time - start}"
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