From c0ad6268920ddeb9be80cf9f7ad62739b4e67e53 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 12 Feb 2022 18:18:08 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- GITLAB_KAS_VERSION | 2 +- spec/support/db_cleaner.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/GITLAB_KAS_VERSION b/GITLAB_KAS_VERSION index 654afc8e19e..6ebe0c0b057 100644 --- a/GITLAB_KAS_VERSION +++ b/GITLAB_KAS_VERSION @@ -1 +1 @@ -14.7.0 +14.8.1 diff --git a/spec/support/db_cleaner.rb b/spec/support/db_cleaner.rb index fb70f82ef87..e3a05f17593 100644 --- a/spec/support/db_cleaner.rb +++ b/spec/support/db_cleaner.rb @@ -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