ClickHouse/tests/queries/skip_list.json
2021-01-04 03:29:59 +03:00

423 lines
17 KiB
JSON

/** List of tests which should be skipped depending on clickhouse build options.
* This file in json format, but javascript-style comments are allowed.
*/
{
"thread-sanitizer": [
"00877",
"query_profiler",
"memory_profiler",
"01103_check_cpu_instructions_at_startup",
"00152_insert_different_granularity",
"00151_replace_partition_with_different_granularity",
"00157_cache_dictionary",
"01193_metadata_loading",
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"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
],
"address-sanitizer": [
"00877",
"query_profiler",
"memory_profiler",
"odbc_roundtrip",
"01103_check_cpu_instructions_at_startup",
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"01193_metadata_loading"
],
"ub-sanitizer": [
"capnproto",
"query_profiler",
"memory_profiler",
"01103_check_cpu_instructions_at_startup",
"00900_orc_load",
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"01193_metadata_loading"
],
"memory-sanitizer": [
"capnproto",
"query_profiler",
"memory_profiler",
"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
"01473_event_time_microseconds",
"01526_max_untracked_memory", /// requires TraceCollector, does not available under sanitizers
"01193_metadata_loading"
],
"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",
"01193_metadata_loading",
"01473_event_time_microseconds",
"01396_inactive_replica_cleanup_nodes"
],
"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",
"01193_metadata_loading",
"01455_time_zones"
],
"release-build": [
],
"database-ordinary": [
"00604_show_create_database",
"00609_mv_index_in_in",
"00510_materizlized_view_and_deduplication_zookeeper",
"00738_lock_for_inner_table"
],
"polymorphic-parts": [
"01508_partition_pruning", /// bug, shoud be fixed
"01482_move_to_prewhere_and_cast" /// bug, shoud be fixed
],
"antlr": [
"00763_create_query_as_table_engine_bug",
"00765_sql_compatibility_aliases",
"00826_cross_to_inner_join",
"00834_not_between",
"00939_limit_by_offset",
"00969_columns_clause",
"00975_values_list",
"00976_system_stop_ttl_merges",
"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",
"01015_attach_part",
"01015_database_bad_tables",
"01017_uniqCombined_memory_usage",
"01019_alter_materialized_view_query",
"01021_tuple_parser",
"01025_array_compact_generic",
"01033_quota_dcl",
"01034_with_fill_and_push_down_predicate",
"01039_row_policy_dcl",
"01039_test_setting_parse",
"01045_dictionaries_restrictions",
"01048_exists_query",
"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",
"01089_alter_settings_old_format",
"01095_tpch_like_smoke",
"01109_exchange_tables",
"01109_sc0rp10_string_hash_map_zero_bytes",
"01110_dictionary_layout_without_arguments",
"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",
"01188_attach_table_from_path",
"01190_full_attach_syntax",
"01191_rename_dictionary",
"01210_drop_view",
"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",
"01275_parallel_mv",
"01277_alter_rename_column_constraint_zookeeper",
"01280_min_map_max_map",
"01280_null_in",
"01280_ttl_where_group_by_negative",
"01280_unicode_whitespaces_lexer",
"01292_create_user",
"01293_create_role",
"01293_pretty_max_value_width",
"01293_show_settings",
"01294_create_settings_profile",
"01295_create_row_policy",
"01296_create_row_policy_in_current_database",
"01297_create_quota",
"01308_row_policy_and_trivial_count_query",
"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",
"01415_table_function_view",
"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",
"01470_explain",
"01470_show_databases_like",
"01470_test_insert_select_asterisk",
"01491_nested_multiline_comments",
"01493_table_function_null",
"01495_subqueries_in_with_statement",
"01495_subqueries_in_with_statement_2",
"01495_subqueries_in_with_statement_3",
"01504_compression_multiple_streams",
"01508_explain_header",
"01515_mv_and_array_join_optimisation_bag",
"01516_create_table_primary_key",
"01517_drop_mv_with_inner_table",
"01523_interval_operator_support_string_literal",
"01525_select_with_offset_fetch_clause",
"01526_client_start_and_exit",
"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",
"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",
"01581_deduplicate_by_columns_local",
"01581_deduplicate_by_columns_replicated",
"01590_countSubstrings",
"01593_insert_settings",
"01596_setting_limit_offset",
"01601_detach_permanently",
"01603_read_with_backoff_bug",
"01604_explain_ast_of_nonselect_query",
"01605_skip_idx_compact_parts",
"01606_git_import"
],
"parallel":
[
/// Pessimistic list of tests which work badly in parallel.
/// Probably they need better investigation.
"00062_replicated_merge_tree_alter_zookeeper",
"00109_shard_totals_after_having",
"00110_external_sort",
"00116_storage_set",
"00121_drop_column_zookeeper",
"00133_long_shard_memory_tracker_and_exception_safety",
"00180_attach_materialized_view",
"00226_zookeeper_deduplication_and_unexpected_parts",
"00236_replicated_drop_on_non_leader_zookeeper",
"00305_http_and_readonly",
"00311_array_primary_key",
"00417_kill_query",
"00423_storage_log_single_thread",
"00429_long_http_bufferization",
"00446_clear_column_in_partition_concurrent_zookeeper",
"00446_clear_column_in_partition_zookeeper",
"00463_long_sessions_in_http_interface",
"00505_shard_secure",
"00508_materialized_view_to",
"00516_deduplication_after_drop_partition_zookeeper",
"00534_functions_bad_arguments10",
"00552_or_nullable",
"00564_versioned_collapsing_merge_tree",
"00571_non_exist_database_when_create_materializ_view",
"00575_illegal_column_exception_when_drop_depen_column",
"00599_create_view_with_subquery",
"00612_http_max_query_size",
"00619_union_highlite",
"00620_optimize_on_nonleader_replica_zookeeper",
"00625_arrays_in_nested",
"00626_replace_partition_from_table",
"00626_replace_partition_from_table_zookeeper",
"00633_materialized_view_and_too_many_parts_zookeeper",
"00652_mergetree_mutations",
"00652_replicated_mutations_zookeeper",
"00682_empty_parts_merge",
"00688_low_cardinality_serialization",
"00693_max_block_size_system_tables_columns",
"00699_materialized_view_mutations",
"00701_rollup",
"00715_fetch_merged_or_mutated_part_zookeeper",
"00751_default_databasename_for_view",
"00753_alter_attach",
"00754_alter_modify_column_partitions",
"00754_alter_modify_order_by_replicated_zookeeper",
"00763_long_lock_buffer_alter_destination_table",
"00804_test_alter_compression_codecs",
"00804_test_custom_compression_codecs",
"00804_test_custom_compression_codes_log_storages",
"00804_test_delta_codec_compression",
"00834_cancel_http_readonly_queries_on_client_close",
"00834_kill_mutation",
"00834_kill_mutation_replicated_zookeeper",
"00840_long_concurrent_select_and_drop_deadlock",
"00899_long_attach_memory_limit",
"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",
"00933_ttl_replicated_zookeeper",
"00933_ttl_with_default",
"00955_test_final_mark",
"00976_ttl_with_old_parts",
"00980_merge_alter_settings",
"00980_zookeeper_merge_tree_alter_settings",
"00988_constraints_replication_zookeeper",
"00989_parallel_parts_loading",
"00993_system_parts_race_condition_drop_zookeeper",
"01013_sync_replica_timeout_zookeeper",
"01014_lazy_database_concurrent_recreate_reattach_and_show_tables",
"01015_attach_part",
"01018_ddl_dictionaries_concurrent_requrests",
"01018_ddl_dictionaries_create",
"01018_ddl_dictionaries_select",
"01021_only_tuple_columns",
"01031_mutations_interpreter_and_context",
"01033_dictionaries_lifetime",
"01035_concurrent_move_partition_from_table_zookeeper",
"01045_zookeeper_system_mutations_with_parts_names",
"01053_ssd_dictionary",
"01055_compact_parts_1",
"01060_avro",
"01060_shutdown_table_after_detach",
"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",
"01076_parallel_alter_replicated_zookeeper",
"01079_parallel_alter_add_drop_column_zookeeper",
"01079_parallel_alter_detach_table_zookeeper",
"01083_expressions_in_engine_arguments",
"01085_max_distributed_connections_http",
"01092_memory_profiler",
"01098_temporary_and_external_tables",
"01107_atomic_db_detach_attach",
"01108_restart_replicas_rename_deadlock_zookeeper",
"01110_dictionary_layout_without_arguments",
"01114_database_atomic",
"01127_month_partitioning_consistency_select",
"01130_in_memory_parts_partitons",
"01135_default_and_alter_zookeeper",
"01148_zookeeper_path_macros_unfolding",
"01190_full_attach_syntax",
"01193_metadata_loading",
"01200_mutations_memory_consumption",
"01238_http_memory_tracking",
"01249_bad_arguments_for_bloom_filter",
"01251_dict_is_in_infinite_loop",
"01254_dict_load_after_detach_attach",
"01259_dictionary_custom_settings_ddl",
"01267_alter_default_key_columns_zookeeper",
"01268_dictionary_direct_layout",
"01269_alias_type_differs",
"01272_suspicious_codecs",
"01277_alter_rename_column_constraint_zookeeper",
"01280_ssd_complex_key_dictionary",
"01280_ttl_where_group_by",
"01281_group_by_limit_memory_tracking",
"01281_unsucceeded_insert_select_queries_counter",
"01293_system_distribution_queue",
"01294_lazy_database_concurrent",
"01294_lazy_database_concurrent_recreate_reattach_and_show_tables",
"01305_replica_create_drop_zookeeper",
"01307_multiple_leaders_zookeeper",
"01318_long_unsuccessful_mutation_zookeeper",
"01319_manual_write_to_replicas",
"01338_long_select_and_alter",
"01338_long_select_and_alter_zookeeper",
"01355_alter_column_with_order",
"01355_ilike",
"01357_version_collapsing_attach_detach_zookeeper",
"01375_compact_parts_codecs",
"01378_alter_rename_with_ttl_zookeeper",
"01388_clear_all_columns",
"01396_inactive_replica_cleanup_nodes_zookeeper",
"01412_cache_dictionary_race",
"01414_mutations_and_errors_zookeeper",
"01415_inconsistent_merge_tree_settings",
"01415_sticking_mutations",
"01417_freeze_partition_verbose",
"01417_freeze_partition_verbose_zookeeper",
"01430_modify_sample_by_zookeeper",
"01454_storagememory_data_race_challenge",
"01456_modify_column_type_via_add_drop_update",
"01457_create_as_table_function_structure",
"01459_manual_write_to_replicas",
"01460_DistributedFilesToInsert",
"01465_ttl_recompression",
"01471_calculate_ttl_during_merge",
"01493_alter_remove_properties_zookeeper",
"01493_storage_set_persistency",
"01494_storage_join_persistency",
"01516_drop_table_stress",
"01541_max_memory_usage_for_user",
"attach",
"ddl_dictionaries",
"dictionary",
"limit_memory",
"live_view",
"memory_leak",
"memory_limit"
]
}