Analyzer: Fix test_mutations_with_merge_tree

This commit is contained in:
Dmitry Novik 2024-02-13 18:59:23 +01:00
parent 8c765a3713
commit 30ef68d78f
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ test_executable_table_function/test.py::test_executable_function_input_python
test_mask_sensitive_info/test.py::test_encryption_functions
test_merge_table_over_distributed/test.py::test_global_in
test_merge_table_over_distributed/test.py::test_select_table_name_from_merge_over_distributed
test_mutations_with_merge_tree/test.py::test_mutations_with_merge_background_task
test_mysql_database_engine/test.py::test_mysql_ddl_for_mysql_database
test_passing_max_partitions_to_read_remotely/test.py::test_default_database_on_cluster
test_replicating_constants/test.py::test_different_versions

View File

@ -1,7 +1,7 @@
<clickhouse>
<profiles>
<default>
<max_expanded_ast_elements>500</max_expanded_ast_elements>
<max_expanded_ast_elements>1800</max_expanded_ast_elements>
<force_index_by_date>1</force_index_by_date>
<force_primary_key>1</force_primary_key>
</default>