mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -5,7 +5,7 @@ require 'spec_helper'
|
||||
RSpec.describe 'ClickHouse siphon tables', :click_house, feature_category: :database do
|
||||
let_it_be(:siphon_table_prefix) { 'siphon_' }
|
||||
let_it_be(:skip_tables) { [] } # insert table name in the array to be skipped on specs
|
||||
let_it_be(:skip_fields) { [] } # insert field name in the array to be skipped on specs
|
||||
let_it_be(:skip_fields) { %(title_html description_html) } # insert field name in the array to be skipped on specs
|
||||
let_it_be(:ch_database_name) { ClickHouse::Client.configuration.databases[:main].database }
|
||||
let_it_be(:pg_type_map) { Gitlab::ClickHouse::SiphonGenerator::PG_TYPE_MAP }
|
||||
|
||||
|
Reference in New Issue
Block a user