ClickHouse/tests/queries/skip_list.json

839 lines
36 KiB
JSON
Raw Normal View History

/** List of tests which should be skipped depending on clickhouse build options.
* This file in json format, but javascript-style comments are allowed.
*/
2020-07-03 10:57:16 +00:00
{
"thread-sanitizer": [
"00877",
"query_profiler",
"memory_profiler",
"01103_check_cpu_instructions_at_startup",
"00152_insert_different_granularity",
2020-08-13 12:32:08 +00:00
"00151_replace_partition_with_different_granularity",
2020-08-19 18:06:37 +00:00
"00157_cache_dictionary",
2020-09-07 16:03:36 +00:00
"01193_metadata_loading",
2020-09-27 13:25:28 +00:00
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"01594_too_low_memory_limits", /// requires jemalloc to track small allocations
2020-12-30 18:31:06 +00:00
"01474_executable_dictionary", /// informational stderr from sanitizer at start
"functions_bad_arguments", /// Too long for TSan
"01603_read_with_backoff_bug", /// Too long for TSan
"01646_system_restart_replicas_smoke", /// RESTART REPLICAS can acquire too much locks, while only 64 is possible from one thread under TSan
2021-02-20 08:44:35 +00:00
"01641_memory_tracking_insert_optimize", /// INSERT lots of rows is too heavy for TSan
"01017_uniqCombined_memory_usage" /// Fine thresholds on memory usage
2020-07-03 10:57:16 +00:00
],
"address-sanitizer": [
"00877",
"query_profiler",
"memory_profiler",
"odbc_roundtrip",
"01103_check_cpu_instructions_at_startup",
2020-09-27 13:25:28 +00:00
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"01594_too_low_memory_limits", /// requires jemalloc to track small allocations
2021-02-20 08:44:35 +00:00
"01193_metadata_loading",
"01017_uniqCombined_memory_usage" /// Fine thresholds on memory usage
2020-07-03 10:57:16 +00:00
],
"ub-sanitizer": [
"capnproto",
"query_profiler",
"memory_profiler",
"01103_check_cpu_instructions_at_startup",
"00900_orc_load",
2020-09-27 13:25:28 +00:00
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"01594_too_low_memory_limits", /// requires jemalloc to track small allocations
"01193_metadata_loading"
2020-07-03 10:57:16 +00:00
],
"memory-sanitizer": [
"capnproto",
"query_profiler",
"memory_profiler",
2021-03-10 17:03:44 +00:00
"01175_distributed_ddl_output_mode_long", /// issue 21600
2020-07-03 10:57:16 +00:00
"01103_check_cpu_instructions_at_startup",
"01086_odbc_roundtrip", /// can't pass because odbc libraries are not instrumented
"00877_memory_limit_for_new_delete", /// memory limits don't work correctly under msan because it replaces malloc/free
2020-09-27 13:25:28 +00:00
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"01594_too_low_memory_limits", /// requires jemalloc to track small allocations
2021-02-20 08:44:35 +00:00
"01193_metadata_loading",
"01017_uniqCombined_memory_usage" /// Fine thresholds on memory usage
2020-07-03 10:57:16 +00:00
],
"debug-build": [
"query_profiler",
"memory_profiler",
"00899_long_attach",
"00980_alter_settings_race",
"00834_kill_mutation_replicated_zookeeper",
"00834_kill_mutation",
"01200_mutations_memory_consumption",
"01103_check_cpu_instructions_at_startup",
"01037_polygon_dicts_",
"hyperscan",
2020-08-25 20:28:38 +00:00
"01193_metadata_loading",
2020-09-27 13:25:28 +00:00
"01473_event_time_microseconds",
"01396_inactive_replica_cleanup_nodes",
"01641_memory_tracking_insert_optimize" /// INSERT lots of rows is too heavy in debug build
2020-07-03 10:57:16 +00:00
],
"unbundled-build": [
"00429",
"00877",
"pocopatch",
"parquet",
"xxhash",
"_h3",
"query_profiler",
"memory_profiler",
"orc_load",
"01033_storage_odbc_parsing_exception_check",
"avro",
"01072_optimize_skip_unused_shards_const_expr_eval",
"00505_secure",
"00505_shard_secure",
"odbc_roundtrip",
"01103_check_cpu_instructions_at_startup",
"01114_mysql_database_engine_segfault",
"00834_cancel_http_readonly_queries_on_client_close",
"_arrow",
"01099_parallel_distributed_insert_select",
"01300_client_save_history_when_terminated",
"orc_output",
"01370_client_autocomplete_word_break_characters",
"01676_clickhouse_client_autocomplete",
2020-08-25 23:16:36 +00:00
"01193_metadata_loading",
Fix heap-buffer-overflow in highlighting multi-line comments Not closed multi-line comment returns the whole query, so it should not be processed further with the lexer. ASan report: :) /*================================================================= ==14889==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60400006ebc0 at pc 0x00000a8148ea bp 0x7fffffff8610 sp 0x7fffffff7dd8 WRITE of size 16 at 0x60400006ebc0 thread T0 0 0xa8148e9 in __asan_memcpy (/src/ch/tmp/upstream/clickhouse-asan+0xa8148e9) 1 0xaa8a3a4 in DB::Client::highlight(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<replxx::Replxx::Color, std::__1::allocator<replxx::Replxx::Color> >&) obj-x86_64-linux-gnu/../programs/client/Client.cpp:464:52 2 0x25f7b6d8 in std::__1::__function::__policy_func<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<replxx::Replxx::Color, std::__1::allocator<replxx::Replxx::Color> >&)>::operator()(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<replxx::Replxx::Color, std::__1::allocator<replxx::Replxx::Color> >&) const obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2221:16 3 0x25f7b6d8 in std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<replxx::Replxx::Color, std::__1::allocator<replxx::Replxx::Color> >&)>::operator()(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<replxx::Replxx::Color, std::__1::allocator<replxx::Replxx::Color> >&) const obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2560:12 4 0x25f7b6d8 in replxx::Replxx::ReplxxImpl::render(replxx::Replxx::ReplxxImpl::HINT_ACTION) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:546:3 5 0x25f74059 in replxx::Replxx::ReplxxImpl::refresh_line(replxx::Replxx::ReplxxImpl::HINT_ACTION) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:729:2 6 0x25f6bc8f in replxx::Replxx::ReplxxImpl::insert_character(char32_t) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:1197:3 7 0x25f79347 in replxx::Replxx::ReplxxImpl::action(unsigned long long, replxx::Replxx::ACTION_RESULT (replxx::Replxx::ReplxxImpl::* const&)(char32_t), char32_t) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:1130:29 8 0x25f79347 in replxx::Replxx::ReplxxImpl::get_input_line() obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:1123:11 9 0x25f7844c in replxx::Replxx::ReplxxImpl::input(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:455:8 10 0x25af5693 in ReplxxLineReader::readOneLine(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) obj-x86_64-linux-gnu/../base/common/ReplxxLineReader.cpp:108:29 11 0x25aed149 in LineReader::readLine(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) obj-x86_64-linux-gnu/../base/common/LineReader.cpp:81:26 12 0xaa80ba2 in DB::Client::mainImpl() obj-x86_64-linux-gnu/../programs/client/Client.cpp:654:33 13 0xaa756f5 in DB::Client::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) obj-x86_64-linux-gnu/../programs/client/Client.cpp:280:20 14 0x25c0c8b5 in Poco::Util::Application::run() obj-x86_64-linux-gnu/../contrib/poco/Util/src/Application.cpp:334:8 15 0xaa4d050 in mainEntryClickHouseClient(int, char**) obj-x86_64-linux-gnu/../programs/client/Client.cpp:2724:23 16 0xa848c3a in main obj-x86_64-linux-gnu/../programs/main.cpp:368:12 17 0x7ffff7dcab24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) 18 0xa79b36d in _start (/src/ch/tmp/upstream/clickhouse-asan+0xa79b36d) 0x60400006ebc0 is located 0 bytes to the right of 48-byte region [0x60400006eb90,0x60400006ebc0) allocated by thread T0 here: 0 0xa84509d in operator new(unsigned long) (/src/ch/tmp/upstream/clickhouse-asan+0xa84509d) 1 0x25f7af76 in void* std::__1::__libcpp_operator_new<unsigned long>(unsigned long) obj-x86_64-linux-gnu/../contrib/libcxx/include/new:235:10 2 0x25f7af76 in std::__1::__libcpp_allocate(unsigned long, unsigned long) obj-x86_64-linux-gnu/../contrib/libcxx/include/new:261:10 3 0x25f7af76 in std::__1::allocator<replxx::Replxx::Color>::allocate(unsigned long) obj-x86_64-linux-gnu/../contrib/libcxx/include/memory:840:38 4 0x25f7af76 in std::__1::allocator_traits<std::__1::allocator<replxx::Replxx::Color> >::allocate(std::__1::allocator<replxx::Replxx::Color>&, unsigned long) obj-x86_64-linux-gnu/../contrib/libcxx/include/__memory/allocator_traits.h:468:21 5 0x25f7af76 in std::__1::vector<replxx::Replxx::Color, std::__1::allocator<replxx::Replxx::Color> >::__vallocate(unsigned long) obj-x86_64-linux-gnu/../contrib/libcxx/include/vector:993:37 6 0x25f7af76 in std::__1::vector<replxx::Replxx::Color, std::__1::allocator<replxx::Replxx::Color> >::vector(unsigned long, replxx::Replxx::Color const&) obj-x86_64-linux-gnu/../contrib/libcxx/include/vector:1155:9 7 0x25f7af76 in replxx::Replxx::ReplxxImpl::render(replxx::Replxx::ReplxxImpl::HINT_ACTION) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:543:19 8 0x25f74059 in replxx::Replxx::ReplxxImpl::refresh_line(replxx::Replxx::ReplxxImpl::HINT_ACTION) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:729:2 9 0x25f6bc8f in replxx::Replxx::ReplxxImpl::insert_character(char32_t) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:1197:3 10 0x25f79347 in replxx::Replxx::ReplxxImpl::action(unsigned long long, replxx::Replxx::ACTION_RESULT (replxx::Replxx::ReplxxImpl::* const&)(char32_t), char32_t) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:1130:29 11 0x25f79347 in replxx::Replxx::ReplxxImpl::get_input_line() obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:1123:11 12 0x25f7844c in replxx::Replxx::ReplxxImpl::input(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) obj-x86_64-linux-gnu/../contrib/replxx/src/replxx_impl.cxx:455:8 13 0x25af5693 in ReplxxLineReader::readOneLine(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) obj-x86_64-linux-gnu/../base/common/ReplxxLineReader.cpp:108:29 14 0x25aed149 in LineReader::readLine(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) obj-x86_64-linux-gnu/../base/common/LineReader.cpp:81:26 15 0xaa80ba2 in DB::Client::mainImpl() obj-x86_64-linux-gnu/../programs/client/Client.cpp:654:33 16 0xaa756f5 in DB::Client::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) obj-x86_64-linux-gnu/../programs/client/Client.cpp:280:20 17 0x25c0c8b5 in Poco::Util::Application::run() obj-x86_64-linux-gnu/../contrib/poco/Util/src/Application.cpp:334:8 18 0xaa4d050 in mainEntryClickHouseClient(int, char**) obj-x86_64-linux-gnu/../programs/client/Client.cpp:2724:23 19 0xa848c3a in main obj-x86_64-linux-gnu/../programs/main.cpp:368:12 20 0x7ffff7dcab24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) SUMMARY: AddressSanitizer: heap-buffer-overflow (/src/ch/tmp/upstream/clickhouse-asan+0xa8148e9) in __asan_memcpy v2: fix lexer instead of client quirk
2021-03-06 07:34:39 +00:00
"01455_time_zones",
"01755_client_highlight_multi_line_comment_regression"
2020-07-03 10:57:16 +00:00
],
"release-build": [
],
"database-ordinary": [
2020-09-25 13:18:08 +00:00
"00604_show_create_database",
2020-07-03 10:57:16 +00:00
"00609_mv_index_in_in",
"00510_materizlized_view_and_deduplication_zookeeper",
2021-04-13 19:13:26 +00:00
"00738_lock_for_inner_table",
"01153_attach_mv_uuid"
],
2021-02-15 10:26:34 +00:00
"database-replicated": [
2021-06-01 10:24:06 +00:00
/// Unclassified
2021-02-03 20:02:37 +00:00
"memory_tracking",
"memory_usage",
2021-02-15 10:26:34 +00:00
"live_view",
2021-03-09 00:48:37 +00:00
"01181_db_atomic_drop_on_cluster",
"01175_distributed_ddl_output_mode",
2021-02-15 10:26:34 +00:00
"01415_sticking_mutations",
2021-03-09 00:48:37 +00:00
"00980_zookeeper_merge_tree_alter_settings",
"01148_zookeeper_path_macros_unfolding",
2021-03-09 10:24:08 +00:00
"01294_system_distributed_on_cluster",
"01269_create_with_null",
2021-03-18 12:49:31 +00:00
"01451_replicated_detach_drop_and_quorum",
"01188_attach_table_from_path",
2021-03-18 19:13:21 +00:00
"01149_zookeeper_mutation_stuck_after_replace_partition",
2021-03-18 12:49:31 +00:00
/// user_files
"01721_engine_file_truncate_on_insert",
/// Fails due to additional replicas or shards
2021-03-18 19:13:21 +00:00
"quorum",
2021-03-18 12:49:31 +00:00
"01650_drop_part_and_deduplication_zookeeper",
"01532_execute_merges_on_single_replica",
2021-03-22 14:31:43 +00:00
"00652_replicated_mutations_default_database_zookeeper",
"00620_optimize_on_nonleader_replica_zookeeper",
/// grep -c
2021-02-08 19:36:17 +00:00
"01018_ddl_dictionaries_bad_queries",
2021-02-08 09:14:17 +00:00
"00908_bloom_filter_index",
2021-03-09 00:48:37 +00:00
/// Unsupported type of ALTER query
2021-02-03 20:02:37 +00:00
"01650_fetch_patition_with_macro_in_zk_path",
"01451_detach_drop_part",
2021-03-09 00:48:37 +00:00
"01451_replicated_detach_drop_part",
2021-02-03 20:02:37 +00:00
"01417_freeze_partition_verbose",
2021-03-09 00:48:37 +00:00
"01417_freeze_partition_verbose_zookeeper",
2021-02-03 20:02:37 +00:00
"01130_in_memory_parts_partitons",
"01060_shutdown_table_after_detach",
"01021_only_tuple_columns",
"01015_attach_part",
"00955_test_final_mark",
"00753_alter_attach",
2021-03-09 00:48:37 +00:00
"00626_replace_partition_from_table_zookeeper",
"00626_replace_partition_from_table",
2021-03-09 10:24:08 +00:00
"00152_insert_different_granularity",
2021-03-16 16:39:31 +00:00
"00054_merge_tree_partitions",
2021-04-03 11:56:56 +00:00
"01781_merge_tree_deduplication",
2021-03-09 00:48:37 +00:00
/// Old syntax is not allowed
"01062_alter_on_mutataion_zookeeper",
2021-02-03 20:02:37 +00:00
"00925_zookeeper_empty_replicated_merge_tree_optimize_final",
"00754_alter_modify_order_by_replicated_zookeeper",
"00652_replicated_mutations_zookeeper",
"00623_replicated_truncate_table_zookeeper",
"00516_deduplication_after_drop_partition_zookeeper",
"00446_clear_column_in_partition_concurrent_zookeeper",
"00236_replicated_drop_on_non_leader_zookeeper",
"00226_zookeeper_deduplication_and_unexpected_parts",
"00215_primary_key_order_zookeeper",
"00121_drop_column_zookeeper",
"00083_create_merge_tree_zookeeper",
"00062_replicated_merge_tree_alter_zookeeper",
2021-03-09 00:48:37 +00:00
/// Does not support renaming of multiple tables in single query
2021-03-16 16:39:31 +00:00
"00634_rename_view",
2021-04-02 10:57:56 +00:00
"00140_rename",
2021-06-01 10:24:06 +00:00
/// Requires investigation
"00953_zookeeper_suetin_deduplication_bug",
"01783_http_chunk_size"
],
2020-10-07 18:53:34 +00:00
"polymorphic-parts": [
"01508_partition_pruning_long", /// bug, shoud be fixed
2021-02-15 07:30:08 +00:00
"01482_move_to_prewhere_and_cast" /// bug, shoud be fixed
],
"antlr": [
"00011_array_join_alias",
2021-01-10 19:07:23 +00:00
"00186_very_long_arrays",
"00233_position_function_sql_comparibilty",
"00417_kill_query",
"00534_functions_bad_arguments12",
"00534_functions_bad_arguments2",
"00534_functions_bad_arguments4",
"00534_functions_bad_arguments9",
"00564_temporary_table_management",
2021-02-26 22:20:49 +00:00
"00600_replace_running_query",
2021-01-02 14:02:24 +00:00
"00626_replace_partition_from_table_zookeeper",
"00652_replicated_mutations_zookeeper",
"00687_top_and_offset",
2020-12-30 09:43:32 +00:00
"00746_sql_fuzzy",
"00763_create_query_as_table_engine_bug",
"00765_sql_compatibility_aliases",
"00825_protobuf_format_array_3dim",
"00825_protobuf_format_array_of_arrays",
"00825_protobuf_format_enum_mapping",
2021-02-24 15:56:32 +00:00
"00825_protobuf_format_map",
"00825_protobuf_format_nested_in_nested",
"00825_protobuf_format_nested_optional",
"00825_protobuf_format_no_length_delimiter",
"00825_protobuf_format_persons",
"00825_protobuf_format_splitted_nested",
2021-02-24 15:56:32 +00:00
"00825_protobuf_format_squares",
"00825_protobuf_format_table_default",
"00826_cross_to_inner_join",
"00834_not_between",
"00855_join_with_array_join",
2020-12-30 09:43:32 +00:00
"00909_kill_not_initialized_query",
"00938_template_input_format",
"00939_limit_by_offset",
2020-12-30 09:43:32 +00:00
"00943_materialize_index",
"00944_clear_index_in_partition",
"00952_input_function",
"00953_constraints_operations",
"00954_client_prepared_statements",
"00956_sensitive_data_masking",
"00969_columns_clause",
"00975_indices_mutation_replicated_zookeeper_long",
"00975_values_list",
"00976_system_stop_ttl_merges",
2021-01-10 19:07:23 +00:00
"00977_int_div",
"00978_table_function_values_alias",
"00980_merge_alter_settings",
"00980_zookeeper_merge_tree_alter_settings",
"00982_array_enumerate_uniq_ranked",
"00984_materialized_view_to_columns",
"00988_constraints_replication_zookeeper",
"00995_order_by_with_fill",
"01001_enums_in_in_section",
"01011_group_uniq_array_memsan",
"01011_test_create_as_skip_indices",
2020-12-30 09:43:32 +00:00
"01014_format_custom_separated",
"01015_attach_part",
"01015_database_bad_tables",
"01017_uniqCombined_memory_usage",
2021-02-15 20:00:59 +00:00
"01018_ddl_dictionaries_concurrent_requrests", /// Cannot parse ATTACH DICTIONARY IF NOT EXISTS
2020-12-30 09:43:32 +00:00
"01019_alter_materialized_view_atomic",
"01019_alter_materialized_view_consistent",
"01019_alter_materialized_view_query",
"01021_tuple_parser",
"01025_array_compact_generic",
2020-12-30 09:43:32 +00:00
"01030_limit_by_with_ties_error",
"01033_quota_dcl",
"01034_with_fill_and_push_down_predicate",
2020-12-30 09:43:32 +00:00
"01035_avg_weighted_long",
"01039_row_policy_dcl",
"01039_test_setting_parse",
2020-12-30 09:43:32 +00:00
"01042_system_reload_dictionary_reloads_completely",
"01045_dictionaries_restrictions",
"01053_ssd_dictionary",
"01055_compact_parts_1",
"01056_create_table_as",
"01066_bit_count",
"01070_materialize_ttl",
"01070_mutations_with_dependencies",
"01073_grant_and_revoke",
"01073_show_tables_not_like",
"01074_partial_revokes",
"01075_allowed_client_hosts",
"01083_expressions_in_engine_arguments",
2020-12-30 09:43:32 +00:00
"01085_regexp_input_format",
"01086_regexp_input_format_skip_unmatched",
"01089_alter_settings_old_format",
"01095_tpch_like_smoke",
2020-12-30 09:43:32 +00:00
"01107_atomic_db_detach_attach",
"01109_exchange_tables",
"01109_sc0rp10_string_hash_map_zero_bytes",
"01110_dictionary_layout_without_arguments",
2020-12-30 09:43:32 +00:00
"01114_database_atomic",
"01114_materialize_clear_index_compact_parts",
"01115_join_with_dictionary",
"01117_comma_and_others_join_mix",
"01125_dict_ddl_cannot_add_column",
"01130_in_memory_parts",
"01144_multiple_joins_rewriter_v2_and_lambdas",
"01144_multiword_data_types",
"01145_with_fill_const",
"01149_zookeeper_mutation_stuck_after_replace_partition",
2020-12-30 09:43:32 +00:00
"01150_ddl_guard_rwr",
"01153_attach_mv_uuid",
2021-05-26 08:53:40 +00:00
"01155_old_mutation_parts_to_do",
"01155_rename_move_materialized_view",
"01182_materialized_view_different_structure",
2021-01-10 19:07:23 +00:00
"01185_create_or_replace_table",
2020-12-30 09:43:32 +00:00
"01187_set_profile_as_setting",
"01188_attach_table_from_path",
"01190_full_attach_syntax",
"01191_rename_dictionary",
2020-12-30 09:43:32 +00:00
"01192_rename_database_zookeeper",
"01213_alter_rename_column",
"01232_untuple",
"01244_optimize_distributed_group_by_sharding_key",
"01254_dict_load_after_detach_attach",
"01256_misspell_layout_name_podshumok",
"01257_dictionary_mismatch_types",
"01267_alter_default_key_columns_zookeeper",
"01268_mv_scalars",
"01269_create_with_null",
"01271_show_privileges",
"01272_offset_without_limit",
"01277_alter_rename_column_constraint_zookeeper",
2020-12-30 09:43:32 +00:00
"01278_min_insert_block_size_rows_for_materialized_views",
"01280_min_map_max_map",
"01280_null_in",
"01280_ssd_complex_key_dictionary",
"01280_ttl_where_group_by_negative",
2021-01-10 19:07:23 +00:00
"01280_ttl_where_group_by",
"01280_unicode_whitespaces_lexer",
"01292_create_user",
"01293_create_role",
"01293_pretty_max_value_width",
"01293_show_clusters",
"01293_show_settings",
"01294_create_settings_profile",
"01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long",
"01294_system_distributed_on_cluster",
"01295_create_row_policy",
"01296_create_row_policy_in_current_database",
"01297_create_quota",
"01308_row_policy_and_trivial_count_query",
2020-12-30 09:43:32 +00:00
"01317_no_password_in_command_line",
"01318_map_add_map_subtract",
"01322_any_input_optimize",
"01324_if_transform_strings_to_enum",
"01337_mysql_global_variables",
"01355_alter_column_with_order",
"01355_ilike",
"01373_is_zero_or_null",
"01374_if_nullable_filimonov",
"01378_alter_rename_with_ttl_zookeeper",
"01379_with_fill_several_columns",
"01397_in_bad_arguments",
2021-01-10 19:07:23 +00:00
"01412_mod_float",
"01415_table_function_view",
2020-12-30 09:43:32 +00:00
"01417_freeze_partition_verbose_zookeeper",
2021-01-10 19:07:23 +00:00
"01417_freeze_partition_verbose",
"01418_custom_settings",
"01419_merge_tree_settings_sanity_check",
"01430_modify_sample_by_zookeeper",
"01447_json_strings",
"01449_json_compact_strings",
"01451_detach_drop_part",
"01451_replicated_detach_drop_and_quorum",
"01451_replicated_detach_drop_part",
"01457_create_as_table_function_structure",
"01460_allow_dollar_and_number_in_identifier",
"01463_test_alter_live_view_refresh",
"01465_ttl_recompression",
"01470_columns_transformers",
2021-01-10 19:07:23 +00:00
"01470_columns_transformers2",
"01470_explain",
"01470_show_databases_like",
"01470_test_insert_select_asterisk",
"01475_read_subcolumns_2",
"01475_read_subcolumns_3",
"01475_read_subcolumns_storages",
"01475_read_subcolumns",
"01480_binary_operator_monotonicity",
"01491_nested_multiline_comments",
"01493_table_function_null",
"01495_subqueries_in_with_statement_2",
"01495_subqueries_in_with_statement_3",
2021-01-10 19:07:23 +00:00
"01495_subqueries_in_with_statement",
2020-12-30 09:43:32 +00:00
"01501_clickhouse_client_INSERT_exception",
"01504_compression_multiple_streams",
"01504_rocksdb",
"01506_ttl_same_with_order_by",
"01508_explain_header",
"01508_partition_pruning_long",
"01509_check_parallel_quorum_inserts_long",
"01509_dictionary_preallocate",
"01509_parallel_quorum_and_merge_long",
"01515_mv_and_array_join_optimisation_bag",
"01515_with_global_and_with_propagation",
"01516_create_table_primary_key",
"01517_drop_mv_with_inner_table",
2020-12-30 09:43:32 +00:00
"01523_client_local_queries_file_parameter",
"01523_interval_operator_support_string_literal",
"01525_select_with_offset_fetch_clause",
"01526_client_start_and_exit",
"01527_dist_sharding_key_dictGet_reload",
"01529_union_distinct_and_setting_union_default_mode",
"01530_drop_database_atomic_sync",
"01532_execute_merges_on_single_replica",
"01532_primary_key_without_order_by_zookeeper",
"01533_multiple_nested",
2021-02-20 12:56:28 +00:00
"01541_max_memory_usage_for_user_long",
"01551_mergetree_read_in_order_spread",
"01552_dict_fixedstring",
"01554_bloom_filter_index_big_integer_uuid",
"01556_explain_select_with_union_query",
"01561_aggregate_functions_of_key_with_join",
"01562_optimize_monotonous_functions_in_order_by",
"01568_window_functions_distributed",
"01571_window_functions",
"01576_alias_column_rewrite",
"01581_deduplicate_by_columns_local",
"01581_deduplicate_by_columns_replicated",
"01582_any_join_supertype",
2021-01-02 14:02:24 +00:00
"01582_distinct_optimization",
"01590_countSubstrings",
"01591_window_functions",
"01592_long_window_functions1",
"01592_window_functions",
"01593_insert_settings",
2021-01-10 19:07:23 +00:00
"01594_too_low_memory_limits",
"01596_setting_limit_offset",
2021-01-02 14:02:24 +00:00
"01600_log_queries_with_extensive_info",
"01600_quota_by_forwarded_ip",
"01601_detach_permanently",
2021-01-10 19:07:23 +00:00
"01602_show_create_view",
"01603_read_with_backoff_bug",
"01604_explain_ast_of_nonselect_query",
2021-01-10 19:07:23 +00:00
"01605_drop_settings_profile_while_assigned",
"01605_skip_idx_compact_parts",
2021-01-10 19:07:23 +00:00
"01606_git_import",
"01606_merge_from_wide_to_compact",
"01614_with_fill_with_limit",
"01622_multiple_ttls",
"01630_disallow_floating_point_as_partition_key",
2021-01-10 19:07:23 +00:00
"01632_max_partitions_to_read",
"01632_select_all_syntax",
2021-01-10 19:07:23 +00:00
"01638_div_mod_ambiguities",
"01642_if_nullable_regression",
2021-01-22 13:46:56 +00:00
"01643_system_suspend",
"01646_system_restart_replicas_smoke",
"01650_drop_part_and_deduplication_zookeeper",
"01650_fetch_patition_with_macro_in_zk_path",
"01651_lc_insert_tiny_log",
"01655_plan_optimizations",
"01656_test_query_log_factories_info",
"01658_values_ubsan",
"01663_quantile_weighted_overflow",
"01666_blns",
2021-04-13 14:37:59 +00:00
"01666_merge_tree_max_query_limit",
"01666_merge_tree_max_query_limit",
"01674_clickhouse_client_query_param_cte",
"01674_unicode_asan",
"01676_dictget_in_default_expression",
"01680_predicate_pushdown_union_distinct_subquery",
"01681_cache_dictionary_simple_key",
"01682_cache_dictionary_complex_key",
"01683_flat_dictionary",
"01684_ssd_cache_dictionary_simple_key",
"01685_ssd_cache_dictionary_complex_key",
"01686_rocksdb",
"01699_timezoneOffset",
"01702_bitmap_native_integers",
"01702_system_query_log",
"01710_projections",
"01711_cte_subquery_fix",
"01712_no_adaptive_granularity_vertical_merge",
"01715_table_function_view_fix",
"01720_dictionary_create_source_with_functions",
"01720_union_distinct_with_limit",
"01721_dictionary_decimal_p_s",
"01721_engine_file_truncate_on_insert",
"01730_distributed_group_by_no_merge_order_by_long",
"01732_explain_syntax_union_query",
"01732_union_and_union_all",
"01747_join_view_filter_dictionary",
"01748_dictionary_table_dot",
"01753_direct_dictionary_simple_key",
"01754_direct_dictionary_complex_key",
"01756_optimize_skip_unused_shards_rewrite_in",
"01757_optimize_skip_unused_shards_limit",
"01759_dictionary_unique_attribute_names",
"01760_polygon_dictionaries",
"01760_system_dictionaries",
"01763_long_ttl_group_by",
"01765_hashed_dictionary_simple_key",
"01766_hashed_dictionary_complex_key",
"01774_tuple_null_in",
"01778_hierarchical_dictionaries",
"01778_mmap_cache_infra",
"01780_clickhouse_dictionary_source_loop",
"01781_merge_tree_deduplication",
"01785_dictionary_element_count",
"01786_explain_merge_tree",
"01801_distinct_group_by_shard",
"01802_rank_corr_mann_whitney_over_window",
2021-04-28 16:33:49 +00:00
"01802_test_postgresql_protocol_with_row_policy", /// It cannot parse DROP ROW POLICY
"01818_move_partition_simple",
"01821_table_comment",
2021-05-06 23:52:51 +00:00
"01823_explain_json",
"01837_database_memory_ddl_dictionaries",
"01839_join_to_subqueries_rewriter_columns_matcher",
"01840_tupleElement_formatting_fuzzer",
"01851_fix_row_policy_empty_result",
"01851_hedged_connections_external_tables",
2021-05-27 07:42:54 +00:00
"01852_cast_operator_bad_cases",
"01852_cast_operator",
"01861_explain_pipeline",
"01868_order_by_fill_with_datetime64",
"01870_buffer_flush",
"01871_merge_tree_compile_expressions",
"01872_functions_to_subcolumns",
"01881_union_header_mismatch_bug",
"01883_subcolumns_distributed",
2021-06-09 21:05:48 +00:00
"01889_postgresql_protocol_null_fields",
2021-06-10 19:09:52 +00:00
"01889_check_row_policy_defined_using_user_function",
"01892_setting_limit_offset_distributed",
"01902_dictionary_array_type",
"01903_ssd_cache_dictionary_array_type",
"01905_to_json_string"
],
2020-09-25 13:20:16 +00:00
"parallel":
[
/// Pessimistic list of tests which work badly in parallel.
/// Probably they need better investigation.
2020-09-25 16:55:05 +00:00
"00062_replicated_merge_tree_alter_zookeeper",
"00080_show_tables_and_system_tables",
"00101_materialized_views_and_insert_without_explicit_database",
"00109_shard_totals_after_having",
2020-09-25 16:55:05 +00:00
"00110_external_sort",
"00116_storage_set",
2020-11-02 07:46:43 +00:00
"00121_drop_column_zookeeper",
"00133_long_shard_memory_tracker_and_exception_safety",
"00158_buffer_and_nonexistent_table",
2020-09-25 16:55:05 +00:00
"00180_attach_materialized_view",
"00226_zookeeper_deduplication_and_unexpected_parts",
"00236_replicated_drop_on_non_leader_zookeeper",
2020-11-02 07:46:43 +00:00
"00305_http_and_readonly",
2020-09-25 16:55:05 +00:00
"00311_array_primary_key",
"00417_kill_query",
"00423_storage_log_single_thread",
2020-11-02 07:46:43 +00:00
"00429_long_http_bufferization",
2020-09-25 16:55:05 +00:00
"00446_clear_column_in_partition_concurrent_zookeeper",
"00446_clear_column_in_partition_zookeeper",
2020-11-02 07:46:43 +00:00
"00463_long_sessions_in_http_interface",
"00505_shard_secure",
2020-09-25 16:55:05 +00:00
"00508_materialized_view_to",
2020-11-02 07:46:43 +00:00
"00516_deduplication_after_drop_partition_zookeeper",
"00534_functions_bad_arguments10",
"00552_or_nullable",
"00564_versioned_collapsing_merge_tree",
2020-09-25 16:55:05 +00:00
"00571_non_exist_database_when_create_materializ_view",
2020-11-02 07:46:43 +00:00
"00575_illegal_column_exception_when_drop_depen_column",
2020-09-25 16:55:05 +00:00
"00599_create_view_with_subquery",
2021-02-26 11:43:58 +00:00
"00600_replace_running_query",
2021-03-26 16:40:02 +00:00
"00604_show_create_database",
2020-11-02 07:46:43 +00:00
"00612_http_max_query_size",
2020-09-25 16:55:05 +00:00
"00619_union_highlite",
2020-11-02 07:46:43 +00:00
"00620_optimize_on_nonleader_replica_zookeeper",
"00623_truncate_table",
"00623_truncate_table_throw_exception",
2020-09-25 16:55:05 +00:00
"00625_arrays_in_nested",
"00626_replace_partition_from_table",
"00626_replace_partition_from_table_zookeeper",
2020-11-02 07:46:43 +00:00
"00633_materialized_view_and_too_many_parts_zookeeper",
2021-02-20 08:14:38 +00:00
"00643_cast_zookeeper",
2020-09-25 16:55:05 +00:00
"00652_mergetree_mutations",
"00652_replicated_mutations_zookeeper",
2020-09-25 16:55:05 +00:00
"00682_empty_parts_merge",
"00688_low_cardinality_serialization",
"00693_max_block_size_system_tables_columns",
2020-09-25 16:55:05 +00:00
"00699_materialized_view_mutations",
"00701_rollup",
"00715_fetch_merged_or_mutated_part_zookeeper",
"00716_allow_ddl",
"00719_parallel_ddl_db",
"00740_database_in_nested_view",
"00741_client_comment_multiline",
2020-09-25 16:55:05 +00:00
"00751_default_databasename_for_view",
"00753_alter_attach",
"00754_alter_modify_column_partitions",
"00754_alter_modify_order_by_replicated_zookeeper",
2020-11-02 07:46:43 +00:00
"00763_long_lock_buffer_alter_destination_table",
"00800_versatile_storage_join",
2020-09-25 16:55:05 +00:00
"00804_test_alter_compression_codecs",
"00804_test_custom_compression_codecs",
"00804_test_custom_compression_codes_log_storages",
2020-11-10 10:54:56 +00:00
"00804_test_delta_codec_compression",
"00815_left_join_on_stepanel",
2020-09-25 16:55:05 +00:00
"00834_cancel_http_readonly_queries_on_client_close",
2020-11-02 07:46:43 +00:00
"00834_kill_mutation",
"00834_kill_mutation_replicated_zookeeper",
2020-11-02 07:46:43 +00:00
"00840_long_concurrent_select_and_drop_deadlock",
"00857_global_joinsavel_table_alias",
2020-09-25 16:55:05 +00:00
"00899_long_attach_memory_limit",
"00910_buffer_prewhere",
2020-09-25 16:55:05 +00:00
"00910_zookeeper_custom_compression_codecs_replicated",
"00926_adaptive_index_granularity_merge_tree",
"00926_adaptive_index_granularity_pk",
"00926_adaptive_index_granularity_replacing_merge_tree",
"00926_zookeeper_adaptive_index_granularity_replicated_merge_tree",
"00933_alter_ttl",
"00933_reserved_word",
"00933_test_fix_extra_seek_on_compressed_cache",
2020-09-25 16:55:05 +00:00
"00933_ttl_replicated_zookeeper",
2020-11-02 07:46:43 +00:00
"00933_ttl_with_default",
2021-03-26 16:40:02 +00:00
"00950_dict_get",
2020-09-25 16:55:05 +00:00
"00955_test_final_mark",
"00976_ttl_with_old_parts",
2020-09-25 16:55:05 +00:00
"00980_merge_alter_settings",
"00980_zookeeper_merge_tree_alter_settings",
2020-11-02 07:46:43 +00:00
"00988_constraints_replication_zookeeper",
2020-09-25 16:55:05 +00:00
"00989_parallel_parts_loading",
2021-03-26 12:20:49 +00:00
"00992_system_parts_race_condition_zookeeper_long",
2020-11-02 07:46:43 +00:00
"00993_system_parts_race_condition_drop_zookeeper",
"01012_show_tables_limit",
2020-09-25 16:55:05 +00:00
"01013_sync_replica_timeout_zookeeper",
"01014_lazy_database_basic",
2020-09-25 16:55:05 +00:00
"01014_lazy_database_concurrent_recreate_reattach_and_show_tables",
"01015_attach_part",
"01015_database_bad_tables",
2020-09-25 16:55:05 +00:00
"01018_ddl_dictionaries_concurrent_requrests",
"01018_ddl_dictionaries_create",
"01018_ddl_dictionaries_select",
"01018_ddl_dictionaries_special",
"01018_dictionaries_from_dictionaries",
"01018_ip_dictionary_long",
2020-09-25 16:55:05 +00:00
"01021_only_tuple_columns",
"01023_materialized_view_query_context",
2020-09-25 16:55:05 +00:00
"01031_mutations_interpreter_and_context",
2020-11-02 07:46:43 +00:00
"01033_dictionaries_lifetime",
"01035_concurrent_move_partition_from_table_zookeeper",
"01036_no_superfluous_dict_reload_on_create_database",
"01036_no_superfluous_dict_reload_on_create_database_2",
"01037_polygon_dicts_correctness_all",
"01037_polygon_dicts_correctness_fast",
"01037_polygon_dicts_simple_functions",
"01038_dictionary_lifetime_min_zero_sec",
"01040_dictionary_invalidate_query_switchover_long",
"01041_create_dictionary_if_not_exists",
"01042_system_reload_dictionary_reloads_completely",
"01043_dictionary_attribute_properties_values",
"01045_dictionaries_restrictions",
2020-09-25 16:55:05 +00:00
"01045_zookeeper_system_mutations_with_parts_names",
"01048_exists_query",
"01053_drop_database_mat_view",
2020-11-02 07:46:43 +00:00
"01053_ssd_dictionary",
"01054_cache_dictionary_bunch_update",
"01054_cache_dictionary_overflow_cell",
2020-09-25 16:55:05 +00:00
"01055_compact_parts_1",
"01056_create_table_as",
2020-11-02 07:46:43 +00:00
"01060_avro",
2020-09-25 16:55:05 +00:00
"01060_shutdown_table_after_detach",
"01069_database_memory",
2020-09-25 16:55:05 +00:00
"01070_materialize_ttl",
"01070_modify_ttl",
"01070_mutations_with_dependencies",
"01071_live_view_detach_dependency",
"01071_prohibition_secondary_index_with_old_format_merge_tree",
"01073_attach_if_not_exists",
"01073_show_tables_not_like",
"01076_cache_dictionary_datarace_exception_ptr",
2020-09-25 16:55:05 +00:00
"01076_parallel_alter_replicated_zookeeper",
"01079_parallel_alter_add_drop_column_zookeeper",
"01079_parallel_alter_detach_table_zookeeper",
"01080_check_for_error_incorrect_size_of_nested_column",
2020-09-25 16:55:05 +00:00
"01083_expressions_in_engine_arguments",
"01084_regexp_empty",
2020-11-02 07:46:43 +00:00
"01085_max_distributed_connections_http",
2020-09-25 16:55:05 +00:00
"01092_memory_profiler",
"01098_temporary_and_external_tables",
"01103_distributed_product_mode_local_column_renames",
2020-09-25 16:55:05 +00:00
"01107_atomic_db_detach_attach",
2020-11-02 07:46:43 +00:00
"01108_restart_replicas_rename_deadlock_zookeeper",
"01109_exchange_tables",
2020-09-25 16:55:05 +00:00
"01110_dictionary_layout_without_arguments",
"01113_local_dictionary_type_conversion",
2020-11-02 07:46:43 +00:00
"01114_database_atomic",
"01114_mysql_database_engine_segfault",
"01115_join_with_dictionary",
"01125_dict_ddl_cannot_add_column",
2020-09-25 16:55:05 +00:00
"01127_month_partitioning_consistency_select",
"01130_in_memory_parts_partitons",
"01135_default_and_alter_zookeeper",
2020-11-02 07:46:43 +00:00
"01148_zookeeper_path_macros_unfolding",
"01150_ddl_guard_rwr",
2021-04-13 19:13:26 +00:00
"01153_attach_mv_uuid",
2021-04-14 11:07:56 +00:00
"01152_cross_replication",
2021-05-14 16:11:40 +00:00
"01154_move_partition_long",
2021-05-20 09:55:11 +00:00
"01155_rename_move_materialized_view",
"01185_create_or_replace_table",
2020-09-25 16:55:05 +00:00
"01190_full_attach_syntax",
"01191_rename_dictionary",
"01192_rename_database_zookeeper",
2020-09-25 16:55:05 +00:00
"01193_metadata_loading",
2020-11-02 07:46:43 +00:00
"01200_mutations_memory_consumption",
"01224_no_superfluous_dict_reload",
"01225_drop_dictionary_as_table",
"01225_show_create_table_from_dictionary",
"01231_distributed_aggregation_memory_efficient_mix_levels",
"01232_extremes",
2020-09-25 16:55:05 +00:00
"01238_http_memory_tracking",
"01249_bad_arguments_for_bloom_filter",
"01251_dict_is_in_infinite_loop",
"01254_dict_create_without_db",
2020-09-25 16:55:05 +00:00
"01254_dict_load_after_detach_attach",
"01257_dictionary_mismatch_types",
2020-09-25 16:55:05 +00:00
"01259_dictionary_custom_settings_ddl",
2020-11-02 07:46:43 +00:00
"01267_alter_default_key_columns_zookeeper",
2020-09-25 16:55:05 +00:00
"01268_dictionary_direct_layout",
2020-11-02 07:46:43 +00:00
"01269_alias_type_differs",
2020-09-25 16:55:05 +00:00
"01272_suspicious_codecs",
"01277_alter_rename_column_constraint_zookeeper",
2020-11-02 07:46:43 +00:00
"01280_ssd_complex_key_dictionary",
"01280_ttl_where_group_by",
2020-09-25 16:55:05 +00:00
"01281_group_by_limit_memory_tracking",
"01281_unsucceeded_insert_select_queries_counter",
2020-11-02 07:46:43 +00:00
"01293_system_distribution_queue",
2020-09-25 16:55:05 +00:00
"01294_lazy_database_concurrent",
"01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long",
"01294_system_distributed_on_cluster",
"01296_create_row_policy_in_current_database",
"01297_create_quota",
2020-09-25 16:55:05 +00:00
"01305_replica_create_drop_zookeeper",
2020-11-02 07:46:43 +00:00
"01307_multiple_leaders_zookeeper",
"01318_long_unsuccessful_mutation_zookeeper",
"01319_manual_write_to_replicas",
"01320_create_sync_race_condition_zookeeper",
2020-11-02 07:46:43 +00:00
"01338_long_select_and_alter",
"01338_long_select_and_alter_zookeeper",
2020-09-25 16:55:05 +00:00
"01355_alter_column_with_order",
2020-11-02 07:46:43 +00:00
"01355_ilike",
2020-09-25 16:55:05 +00:00
"01357_version_collapsing_attach_detach_zookeeper",
"01375_compact_parts_codecs",
"01376_GROUP_BY_injective_elimination_dictGet",
2020-09-25 16:55:05 +00:00
"01378_alter_rename_with_ttl_zookeeper",
"01383_remote_ambiguous_column_shard",
"01388_clear_all_columns",
"01391_join_on_dict_crash",
"01392_column_resolve",
2020-09-25 16:55:05 +00:00
"01396_inactive_replica_cleanup_nodes_zookeeper",
2020-11-02 07:46:43 +00:00
"01412_cache_dictionary_race",
2020-09-25 16:55:05 +00:00
"01414_mutations_and_errors_zookeeper",
2020-11-02 07:46:43 +00:00
"01415_inconsistent_merge_tree_settings",
2020-09-25 16:55:05 +00:00
"01415_sticking_mutations",
"01417_freeze_partition_verbose",
"01417_freeze_partition_verbose_zookeeper",
"01430_modify_sample_by_zookeeper",
"01444_create_table_drop_database_race",
2020-11-02 07:46:43 +00:00
"01454_storagememory_data_race_challenge",
"01455_rank_correlation_spearman",
2020-11-02 07:46:43 +00:00
"01456_modify_column_type_via_add_drop_update",
"01457_create_as_table_function_structure",
"01459_manual_write_to_replicas",
2020-09-25 16:55:05 +00:00
"01460_DistributedFilesToInsert",
2020-11-02 07:46:43 +00:00
"01465_ttl_recompression",
"01470_show_databases_like",
2020-09-25 16:55:05 +00:00
"01471_calculate_ttl_during_merge",
"01487_distributed_in_not_default_db",
2020-09-25 16:55:05 +00:00
"01493_alter_remove_properties_zookeeper",
2020-10-09 07:25:50 +00:00
"01493_storage_set_persistency",
2020-10-09 19:42:51 +00:00
"01494_storage_join_persistency",
"01501_cache_dictionary_all_fields",
"01507_clickhouse_server_start_with_embedded_config",
"01509_dictionary_preallocate",
"01516_create_table_primary_key",
2020-10-22 07:20:45 +00:00
"01516_drop_table_stress",
"01517_drop_mv_with_inner_table",
"01526_complex_key_dict_direct_layout",
"01527_clickhouse_local_optimize",
"01527_dist_sharding_key_dictGet_reload",
"01530_drop_database_atomic_sync",
2021-02-20 12:56:28 +00:00
"01541_max_memory_usage_for_user_long",
"01542_dictionary_load_exception_race",
"01545_system_errors", // looks at the difference of values in system.errors
2021-03-26 16:40:02 +00:00
"01560_optimize_on_insert_zookeeper",
2021-04-02 10:50:09 +00:00
"01563_distributed_query_finish", // looks at system.errors which is global
"01575_disable_detach_table_of_dictionary",
2021-01-29 12:46:14 +00:00
"01593_concurrent_alter_mutations_kill",
"01593_concurrent_alter_mutations_kill_many_replicas",
"01600_count_of_parts_metrics", // tests global system metrics
"01600_detach_permanently",
"01600_log_queries_with_extensive_info",
"01600_multiple_left_join_with_aliases",
"01601_detach_permanently",
"01602_show_create_view",
"01603_rename_overwrite_bug",
2021-03-09 10:24:08 +00:00
"01666_blns",
"01646_system_restart_replicas_smoke", // system restart replicas is a global query
2021-02-20 08:14:38 +00:00
"01656_test_query_log_factories_info",
2021-03-26 16:40:02 +00:00
"01658_read_file_to_stringcolumn",
2021-02-20 08:14:38 +00:00
"01669_columns_declaration_serde",
"01676_dictget_in_default_expression",
2021-03-26 16:40:02 +00:00
"01681_cache_dictionary_simple_key",
"01682_cache_dictionary_complex_key",
"01683_flat_dictionary",
"01684_ssd_cache_dictionary_simple_key",
"01685_ssd_cache_dictionary_complex_key",
2021-02-12 19:28:00 +00:00
"01700_system_zookeeper_path_in",
2021-03-26 16:40:02 +00:00
"01702_system_query_log", // It's ok to execute in parallel with oter tests but not several instances of the same test.
"01702_system_query_log", // Runs many global system queries
2021-02-20 08:14:38 +00:00
"01715_background_checker_blather_zookeeper",
2021-03-26 16:40:02 +00:00
"01721_engine_file_truncate_on_insert", // It's ok to execute in parallel but not several instances of the same test.
2021-04-02 17:23:41 +00:00
"01722_long_brotli_http_compression_json_format", // It is broken in some unimaginable way with the genius error 'cannot write to ofstream'. Not sure how to debug this
"01747_alter_partition_key_enum_zookeeper",
2021-03-26 16:40:02 +00:00
"01748_dictionary_table_dot", // creates database
"01760_polygon_dictionaries",
"01760_system_dictionaries",
2021-03-15 11:20:11 +00:00
"01761_alter_decimal_zookeeper",
2021-04-05 14:02:42 +00:00
"01360_materialized_view_with_join_on_query_log", // creates and drops MVs on query_log, which may interrupt flushes.
2021-04-08 12:02:03 +00:00
"01509_parallel_quorum_insert_no_replicas", // It's ok to execute in parallel with oter tests but not several instances of the same test.
2020-09-25 16:55:05 +00:00
"attach",
"ddl_dictionaries",
2020-10-03 13:10:10 +00:00
"dictionary",
2020-09-25 16:55:05 +00:00
"limit_memory",
"live_view",
"memory_leak",
"memory_limit",
2021-02-12 19:05:31 +00:00
"polygon_dicts", // they use an explicitly specified database
2021-02-21 20:18:52 +00:00
"01658_read_file_to_stringcolumn",
2021-03-03 01:37:11 +00:00
"01721_engine_file_truncate_on_insert", // It's ok to execute in parallel but not several instances of the same test.
2021-03-09 13:56:23 +00:00
"01702_system_query_log", // It's ok to execute in parallel with oter tests but not several instances of the same test.
2021-03-02 13:07:17 +00:00
"01748_dictionary_table_dot", // creates database
"00950_dict_get",
2021-03-06 19:17:24 +00:00
"01683_flat_dictionary",
"01681_cache_dictionary_simple_key",
"01682_cache_dictionary_complex_key",
"01684_ssd_cache_dictionary_simple_key",
2021-03-18 16:20:49 +00:00
"01685_ssd_cache_dictionary_complex_key",
"01737_clickhouse_server_wait_server_pool_long", // This test is fully compatible to run in parallel, however under ASAN processes are pretty heavy and may fail under flaky adress check.
"01594_too_low_memory_limits", // This test is fully compatible to run in parallel, however under ASAN processes are pretty heavy and may fail under flaky adress check.
2021-03-19 09:38:28 +00:00
"01760_system_dictionaries",
2021-03-26 21:49:16 +00:00
"01760_polygon_dictionaries",
2021-04-02 21:39:13 +00:00
"01778_hierarchical_dictionaries",
2021-04-02 20:16:04 +00:00
"01780_clickhouse_dictionary_source_loop",
2021-04-11 09:03:55 +00:00
"01785_dictionary_element_count",
"01802_test_postgresql_protocol_with_row_policy", /// Creates database and users
"01804_dictionary_decimal256_type",
"01850_dist_INSERT_preserve_error", // uses cluster with different static databases shard_0/shard_1
2021-05-13 02:05:53 +00:00
"01821_table_comment",
2021-05-15 21:04:26 +00:00
"01710_projection_fetch",
2021-05-18 17:52:18 +00:00
"01870_modulo_partition_key",
2021-06-01 17:45:03 +00:00
"01870_buffer_flush", // creates database
2021-06-09 21:05:48 +00:00
"01889_postgresql_protocol_null_fields",
"01889_check_row_policy_defined_using_user_function"
2020-07-03 10:57:16 +00:00
]
}