Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/models/ci/partitioning_testing/schema_helpers.rb')
-rw-r--r--spec/support/models/ci/partitioning_testing/schema_helpers.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/support/models/ci/partitioning_testing/schema_helpers.rb b/spec/support/models/ci/partitioning_testing/schema_helpers.rb
index 712178710da..3a79ed1b5a9 100644
--- a/spec/support/models/ci/partitioning_testing/schema_helpers.rb
+++ b/spec/support/models/ci/partitioning_testing/schema_helpers.rb
@@ -8,10 +8,10 @@ module Ci
module_function
def with_routing_tables
- Ci::BuildMetadata.table_name = :p_ci_builds_metadata
+ # model.table_name = :routing_table
yield
- ensure
- Ci::BuildMetadata.table_name = :ci_builds_metadata
+ # ensure
+ # model.table_name = :regular_table
end
# We're dropping the default values here to ensure that the application code