ClickHouse/tests/queries/0_stateless
Azat Khuzhin 619bed4371 Fix possible 01506_buffer_table_alter_block_structure_2 flakiness
SELECT from Buffer table is racy, so you can get data from the
underlying table but not from the Buffer itself, since in parallel with
SELECT, Buffer, can flush it's data to the underlying table.

It is hard to avoid with the current architecture, since this will
require to holding lock until the data will be read from the Buffer, and
this is not a good alternative.

So let's fix the test instead, but not relying on background flush (TTL
increased).

Here is an example of a test failure [1]:

    2022.03.12 20:56:58.141182 [ 678 ] {011e7d25-82a9-4ab6-8cb0-dcbbc84f9581} <Debug> executeQuery: (from [::1]:33324) (comment: 01506_buffer_table_alter_block_structure_2.sql) SELECT * FROM buf ORDER BY timestamp;
    2022.03.12 20:56:58.162709 [ 678 ] {011e7d25-82a9-4ab6-8cb0-dcbbc84f9581} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part 20200101_1_1_0, approx. 1 rows starting from 0
    2022.03.12 20:56:59.144663 [ 615 ] {} <Trace> test_bdtzgu.buf_dest (79ba36b2-0e90-4bbb-b55f-a42b605b362b): Renaming temporary part tmp_insert_20200101_2_2_0 to 20200101_2_2_0.
    2022.03.12 20:56:59.147550 [ 615 ] {} <Debug> StorageBuffer (test_bdtzgu.buf): Flushing buffer with 1 rows, 18 bytes, age 1 seconds, took 19 ms (bg).
    2022.03.12 20:56:59.391774 [ 678 ] {011e7d25-82a9-4ab6-8cb0-dcbbc84f9581} <Information> executeQuery: Read 1 rows, 13.00 B in 1.250102785 sec., 0 rows/sec., 10.40 B/sec.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/0/044cd6b861c1f4f00c6c24c4020799b676de6d34/stateless_tests__memory__actions__[1/3].html

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-13 23:13:31 +03:00
..
data_arrow
data_avro
data_csv
data_minio
data_orc finish all tests 2022-02-13 17:06:58 +08:00
data_orc_arrow_parquet_nested
data_parquet
data_zlib
data_zstd
format_schemas
helpers
00001_select_1.reference
00001_select_1.sql
00002_system_numbers.reference
00002_system_numbers.sql
00003_reinterpret_as_string.reference
00003_reinterpret_as_string.sql
00004_shard_format_ast_and_remote_table.reference
00004_shard_format_ast_and_remote_table.sql
00005_shard_format_ast_and_remote_table_lambda.reference
00005_shard_format_ast_and_remote_table_lambda.sql
00006_extremes_and_subquery_from.reference
00006_extremes_and_subquery_from.sql
00007_array.reference
00007_array.sql
00008_array_join.reference
00008_array_join.sql
00009_array_join_subquery.reference
00009_array_join_subquery.sql
00010_big_array_join.reference
00010_big_array_join.sql
00011_array_join_alias.reference
00011_array_join_alias.sql
00012_array_join_alias_2.reference
00012_array_join_alias_2.sql
00013_create_table_with_arrays.reference
00013_create_table_with_arrays.sql
00014_select_from_table_with_nested.reference
00014_select_from_table_with_nested.sql
00015_totals_having_constants.reference
00015_totals_having_constants.sql
00016_totals_having_constants.reference
00016_totals_having_constants.sql
00017_in_subquery_with_empty_result.reference
00017_in_subquery_with_empty_result.sql
00018_distinct_in_subquery.reference
00018_distinct_in_subquery.sql
00019_shard_quantiles_totals_distributed.reference
00019_shard_quantiles_totals_distributed.sql
00020_sorting_arrays.reference
00020_sorting_arrays.sql
00021_sorting_arrays.reference
00021_sorting_arrays.sql
00022_func_higher_order_and_constants.reference
00022_func_higher_order_and_constants.sql
00023_agg_select_agg_subquery.reference
00023_agg_select_agg_subquery.sql
00024_unused_array_join_in_subquery.reference
00024_unused_array_join_in_subquery.sql
00025_implicitly_used_subquery_column.reference
00025_implicitly_used_subquery_column.sql
00026_shard_something_distributed.reference
00026_shard_something_distributed.sql
00027_argMinMax.reference
00027_argMinMax.sql
00027_distinct_and_order_by.reference
00027_distinct_and_order_by.sql
00027_simple_argMinArray.reference
00027_simple_argMinArray.sql
00028_shard_big_agg_aj_distributed.reference
00028_shard_big_agg_aj_distributed.sql
00029_test_zookeeper_optimize_exception.reference
00029_test_zookeeper_optimize_exception.sh
00030_alter_table.reference
00030_alter_table.sql
00031_parser_number.reference
00031_parser_number.sql
00032_fixed_string_to_string.reference
00032_fixed_string_to_string.sql
00033_fixed_string_to_string.reference
00033_fixed_string_to_string.sql
00034_fixed_string_to_number.reference
00034_fixed_string_to_number.sql
00035_function_array_return_type.reference
00035_function_array_return_type.sql
00036_array_element.reference
00036_array_element.sql
00037_totals_limit.reference
00037_totals_limit.sql
00038_totals_limit.reference
00038_totals_limit.sql
00039_inserts_through_http.reference
00039_inserts_through_http.sh
00040_array_enumerate_uniq.reference
00040_array_enumerate_uniq.sql
00041_aggregation_remap.reference
00041_aggregation_remap.sql
00041_big_array_join.reference
00041_big_array_join.sql
00042_set.reference
00042_set.sql
00043_summing_empty_part.reference
00043_summing_empty_part.sql
00044_sorting_by_string_descending.reference
00044_sorting_by_string_descending.sql
00045_sorting_by_fixed_string_descending.reference
00045_sorting_by_fixed_string_descending.sql
00046_stored_aggregates_simple.reference
00046_stored_aggregates_simple.sql
00047_stored_aggregates_complex.reference
00047_stored_aggregates_complex.sql
00048_a_stored_aggregates_merge.reference
00048_a_stored_aggregates_merge.sql
00048_b_stored_aggregates_merge.reference
00048_b_stored_aggregates_merge.sql
00049_any_left_join.reference
00049_any_left_join.sql
00050_any_left_join.reference
00050_any_left_join.sql
00051_any_inner_join.reference
00051_any_inner_join.sql
00052_all_left_join.reference
00052_all_left_join.sql
00053_all_inner_join.reference
00053_all_inner_join.sql
00054_join_string.reference
00054_join_string.sql
00055_join_two_numbers.reference
00055_join_two_numbers.sql
00056_join_number_string.reference
00056_join_number_string.sql
00057_join_aliases.reference
00057_join_aliases.sql
00059_shard_global_in.reference
00059_shard_global_in.sql
00060_date_lut.reference
00060_date_lut.sql
00061_merge_tree_alter.reference
00061_merge_tree_alter.sql
00062_replicated_merge_tree_alter_zookeeper_long.reference
00062_replicated_merge_tree_alter_zookeeper_long.sql
00063_check_query.reference
00063_check_query.sql
00064_negate_bug.reference
00064_negate_bug.sql
00065_shard_float_literals_formatting.reference
00065_shard_float_literals_formatting.sql
00066_group_by_in.reference
00066_group_by_in.sql
00067_replicate_segfault.reference
00067_replicate_segfault.sql
00068_empty_tiny_log.reference
00068_empty_tiny_log.sql
00069_date_arithmetic.reference
00069_date_arithmetic.sql
00070_insert_fewer_columns_http.reference
00070_insert_fewer_columns_http.sh
00071_insert_fewer_columns.reference
00071_insert_fewer_columns.sql
00072_in_types.reference
00072_in_types.sql
00073_merge_sorting_empty_array_joined.reference
00073_merge_sorting_empty_array_joined.sql
00075_shard_formatting_negate_of_negative_literal.reference
00075_shard_formatting_negate_of_negative_literal.sql
00076_ip_coding_functions.reference
00076_ip_coding_functions.sql
00077_set_keys_fit_128_bits_many_blocks.reference
00077_set_keys_fit_128_bits_many_blocks.sql
00078_string_concat.reference
00078_string_concat.sql
00079_defaulted_columns.reference
00079_defaulted_columns.sql
00080_show_tables_and_system_tables.reference
00080_show_tables_and_system_tables.sql
00081_int_div_or_zero.reference
00081_int_div_or_zero.sql
00082_append_trailing_char_if_absent.reference
00082_append_trailing_char_if_absent.sql
00083_create_merge_tree_zookeeper_long.reference
00083_create_merge_tree_zookeeper_long.sql
00084_summing_merge_tree.reference
00084_summing_merge_tree.sql
00085_visible_width_of_tuple_of_dates.reference
00085_visible_width_of_tuple_of_dates.sql
00086_concat_nary_const_with_nonconst_segfault.reference
00086_concat_nary_const_with_nonconst_segfault.sql
00087_distinct_of_empty_arrays.reference
00087_distinct_of_empty_arrays.sql
00087_math_functions.reference
00087_math_functions.sql
00088_distinct_of_arrays_of_strings.reference
00088_distinct_of_arrays_of_strings.sql
00089_group_by_arrays_of_fixed.reference
00089_group_by_arrays_of_fixed.sql
00090_union_race_conditions_1.reference
00090_union_race_conditions_1.sh
00091_union_race_conditions_2.reference
00091_union_race_conditions_2.sh
00092_union_race_conditions_3.reference
00092_union_race_conditions_3.sh
00093_union_race_conditions_4.reference
00093_union_race_conditions_4.sh
00094_union_race_conditions_5.reference
00094_union_race_conditions_5.sh
00096_aggregation_min_if.reference
00096_aggregation_min_if.sql
00097_long_storage_buffer_race_condition_mt.reference
00097_long_storage_buffer_race_condition_mt.sh
00097_long_storage_buffer_race_condition.reference
00097_long_storage_buffer_race_condition.sh
00098_1_union_all.reference
00098_1_union_all.sql
00098_2_union_all.reference
00098_2_union_all.sql
00098_3_union_all.reference
00098_3_union_all.sql
00098_4_union_all.reference
00098_4_union_all.sql
00098_5_union_all.reference
00098_5_union_all.sql
00098_6_union_all.reference
00098_6_union_all.sql
00098_7_union_all.reference
00098_7_union_all.sql
00098_8_union_all.reference
00098_8_union_all.sql
00098_9_union_all.reference
00098_9_union_all.sql
00098_a_union_all.reference
00098_a_union_all.sql
00098_b_union_all.reference
00098_b_union_all.sql
00098_c_union_all.reference
00098_c_union_all.sql
00098_d_union_all.reference
00098_d_union_all.sql
00098_e_union_all.reference
00098_e_union_all.sql
00098_f_union_all.reference
00098_f_union_all.sql
00098_g_union_all.reference
00098_g_union_all.sql
00098_h_union_all.reference
00098_h_union_all.sql
00098_j_union_all.reference
00098_j_union_all.sql
00098_k_union_all.reference
00098_k_union_all.sql
00098_l_union_all.reference
00098_l_union_all.sql
00098_shard_i_union_all.reference
00098_shard_i_union_all.sql
00099_join_many_blocks_segfault.reference
00099_join_many_blocks_segfault.sql
00100_subquery_table_identifier.reference
00100_subquery_table_identifier.sh
00101_materialized_views_and_insert_without_explicit_database.reference
00101_materialized_views_and_insert_without_explicit_database.sql
00102_insert_into_temporary_table.reference
00102_insert_into_temporary_table.sql
00103_ipv4_num_to_string_class_c.reference
00103_ipv4_num_to_string_class_c.sql
00104_totals_having_mode.reference
00104_totals_having_mode.sql
00105_shard_collations.reference
00105_shard_collations.sql
00106_totals_after_having.reference
00106_totals_after_having.sql
00107_totals_after_having.reference
00107_totals_after_having.sql
00108_shard_totals_after_having.reference
00108_shard_totals_after_having.sql
00109_shard_totals_after_having.reference
00109_shard_totals_after_having.sql
00110_external_sort.reference
00110_external_sort.sql
00111_shard_external_sort_distributed.reference
00111_shard_external_sort_distributed.sql
00112_shard_totals_after_having.reference
00112_shard_totals_after_having.sql
00113_shard_group_array.reference
00113_shard_group_array.sql
00114_float_type_result_of_division.reference
00114_float_type_result_of_division.sql
00115_shard_in_incomplete_result.reference
00115_shard_in_incomplete_result.sh
00116_storage_set.reference
00116_storage_set.sql
00117_parsing_arrays.reference
00117_parsing_arrays.sql
00118_storage_join.reference
00118_storage_join.sql
00119_storage_join.reference
00119_storage_join.sql
00120_join_and_group_by.reference
00120_join_and_group_by.sql
00121_drop_column_zookeeper.reference
00121_drop_column_zookeeper.sql
00122_join_with_subquery_with_subquery.reference
00122_join_with_subquery_with_subquery.sql
00123_shard_unmerged_result_when_max_distributed_connections_is_one.reference
00123_shard_unmerged_result_when_max_distributed_connections_is_one.sql
00124_shard_distributed_with_many_replicas.reference
00124_shard_distributed_with_many_replicas.sql Fix more settings, add random settings for .sh tests 2022-02-16 10:35:46 +00:00
00125_array_element_of_array_of_tuple.reference
00125_array_element_of_array_of_tuple.sql
00126_buffer.reference
00126_buffer.sql
00127_group_by_concat.reference
00127_group_by_concat.sql
00128_group_by_number_and_fixed_string.reference
00128_group_by_number_and_fixed_string.sql
00129_quantile_timing_weighted.reference
00129_quantile_timing_weighted.sql
00131_set_hashed.reference
00131_set_hashed.sql
00132_sets.reference
00132_sets.sql
00133_long_shard_memory_tracker_and_exception_safety.reference
00133_long_shard_memory_tracker_and_exception_safety.sh
00134_aggregation_by_fixed_string_of_size_1_2_4_8.reference
00134_aggregation_by_fixed_string_of_size_1_2_4_8.sql
00135_duplicate_group_by_keys_segfault.reference
00135_duplicate_group_by_keys_segfault.sql Try to fix failed tests 2022-03-05 16:17:08 +00:00
00136_duplicate_order_by_elems.reference
00136_duplicate_order_by_elems.sql
00137_in_constants.reference
00137_in_constants.sql
00138_table_aliases.reference
00138_table_aliases.sql
00140_parse_unix_timestamp_as_datetime.reference
00140_parse_unix_timestamp_as_datetime.sql
00140_prewhere_column_order.reference
00140_prewhere_column_order.sql
00141_parse_timestamp_as_datetime.reference
00141_parse_timestamp_as_datetime.sql
00142_parse_timestamp_as_datetime.reference
00142_parse_timestamp_as_datetime.sql
00143_number_classification_functions.reference
00143_number_classification_functions.sql
00144_empty_regexp.reference
00144_empty_regexp.sql
00145_empty_likes.reference
00145_empty_likes.sql
00146_summing_merge_tree_nested_map.reference
00146_summing_merge_tree_nested_map.sql
00147_alter_nested_default.reference
00147_alter_nested_default.sql
00148_summing_merge_tree_aggregate_function.reference
00148_summing_merge_tree_aggregate_function.sql
00148_summing_merge_tree_nested_map_multiple_values.reference
00148_summing_merge_tree_nested_map_multiple_values.sql
00149_function_url_hash.reference
00149_function_url_hash.sql
00150_with_totals_and_join.reference
00150_with_totals_and_join.sql
00151_tuple_with_array.reference
00151_tuple_with_array.sql
00152_totals_in_subquery.reference
00152_totals_in_subquery.sql
00153_transform.reference
00153_transform.sql
00154_shard_distributed_with_distinct.reference
00154_shard_distributed_with_distinct.sql
00155_long_merges.reference
00155_long_merges.sh
00156_array_map_to_constant.reference
00156_array_map_to_constant.sql
00157_aliases_and_lambda_formal_parameters.reference
00157_aliases_and_lambda_formal_parameters.sql
00158_buffer_and_nonexistent_table.reference
00158_buffer_and_nonexistent_table.sql
00159_whitespace_in_columns_list.reference
00159_whitespace_in_columns_list.sql
00160_merge_and_index_in_in.reference
00160_merge_and_index_in_in.sql
00161_rounding_functions.reference add tests 2022-02-13 18:58:24 +08:00
00161_rounding_functions.sql add tests 2022-02-13 18:58:24 +08:00
00162_shard_global_join.reference
00162_shard_global_join.sql
00163_shard_join_with_empty_table.reference
00163_shard_join_with_empty_table.sql
00164_not_chain.reference
00164_not_chain.sql
00165_transform_non_const_default.reference
00165_transform_non_const_default.sql
00166_functions_of_aggregation_states.reference
00166_functions_of_aggregation_states.sql
00167_settings_inside_query.reference
00167_settings_inside_query.sql
00168_buffer_defaults.reference
00168_buffer_defaults.sql
00169_join_constant_keys.reference
00169_join_constant_keys.sql
00170_lower_upper_utf8.reference
00170_lower_upper_utf8.sql
00171_shard_array_of_tuple_remote.reference
00171_shard_array_of_tuple_remote.sql
00172_constexprs_in_set.reference
00172_constexprs_in_set.sql
00173_compare_date_time_with_constant_string.reference
00173_compare_date_time_with_constant_string.sql
00174_compare_date_time_with_constant_string_in_in.reference
00174_compare_date_time_with_constant_string_in_in.sql
00175_if_num_arrays.reference
00175_if_num_arrays.sql
00176_if_string_arrays.reference
00176_if_string_arrays.sql
00177_inserts_through_http_parts.reference
00177_inserts_through_http_parts.sh
00178_function_replicate.reference
00178_function_replicate.sql
00179_lambdas_with_common_expressions_and_filter.reference
00179_lambdas_with_common_expressions_and_filter.sql
00180_attach_materialized_view.reference
00180_attach_materialized_view.sql
00181_aggregate_functions_statistics_stable.reference
00181_aggregate_functions_statistics_stable.sql
00181_aggregate_functions_statistics.reference
00181_aggregate_functions_statistics.sql
00182_functions_higher_order_and_consts.reference
00182_functions_higher_order_and_consts.sql
00183_skip_unavailable_shards.reference
00183_skip_unavailable_shards.sql
00184_shard_distributed_group_by_no_merge.reference
00184_shard_distributed_group_by_no_merge.sql
00185_array_literals.reference
00185_array_literals.sql
00186_very_long_arrays.reference
00186_very_long_arrays.sh
00187_like_regexp_prefix.reference
00187_like_regexp_prefix.sql
00188_constants_as_arguments_of_aggregate_functions.reference
00188_constants_as_arguments_of_aggregate_functions.sql
00189_time_zones_long.reference
00189_time_zones_long.sql
00190_non_constant_array_of_constant_data.reference
00190_non_constant_array_of_constant_data.sql
00191_aggregating_merge_tree_and_final.reference
00191_aggregating_merge_tree_and_final.sql
00192_least_greatest.reference
00192_least_greatest.sql
00193_parallel_replicas.reference
00193_parallel_replicas.sql
00194_identity.reference
00194_identity.sql
00195_shard_union_all_and_global_in.reference
00195_shard_union_all_and_global_in.sql
00196_float32_formatting.reference
00196_float32_formatting.sql
00197_if_fixed_string.reference
00197_if_fixed_string.sql
00198_group_by_empty_arrays.reference
00198_group_by_empty_arrays.sql
00199_ternary_operator_type_check.reference
00199_ternary_operator_type_check.sql
00200_shard_distinct_order_by_limit_distributed.reference
00200_shard_distinct_order_by_limit_distributed.sql
00201_array_uniq.reference
00201_array_uniq.sql
00202_cross_join.reference
00202_cross_join.sql
00203_full_join.reference
00203_full_join.sql
00204_extract_url_parameter.reference
00204_extract_url_parameter.sql
00205_emptyscalar_subquery_type_mismatch_bug.reference
00205_emptyscalar_subquery_type_mismatch_bug.sql
00205_scalar_subqueries.reference
00205_scalar_subqueries.sql
00206_empty_array_to_single.reference
00206_empty_array_to_single.sql
00207_left_array_join.reference
00207_left_array_join.sql
00208_agg_state_merge.reference
00208_agg_state_merge.sql
00209_insert_select_extremes.reference
00209_insert_select_extremes.sql
00210_insert_select_extremes_http.reference
00210_insert_select_extremes_http.sh
00211_shard_query_formatting_aliases.reference
00211_shard_query_formatting_aliases.sql
00212_long_shard_aggregate_function_uniq.reference
00212_long_shard_aggregate_function_uniq.sql
00213_multiple_global_in.reference
00213_multiple_global_in.sql
00214_primary_key_order.reference
00214_primary_key_order.sql
00215_primary_key_order_zookeeper_long.reference
00215_primary_key_order_zookeeper_long.sql
00216_bit_test_function_family.reference
00216_bit_test_function_family.sql
00217_shard_global_subquery_columns_with_same_name.reference
00217_shard_global_subquery_columns_with_same_name.sql
00218_like_regexp_newline.reference
00218_like_regexp_newline.sql
00219_full_right_join_column_order.reference
00219_full_right_join_column_order.sql
00220_shard_with_totals_in_subquery_remote_and_limit.reference
00220_shard_with_totals_in_subquery_remote_and_limit.sql
00222_sequence_aggregate_function_family.reference
00222_sequence_aggregate_function_family.sql
00223_shard_distributed_aggregation_memory_efficient.reference
00223_shard_distributed_aggregation_memory_efficient.sql
00224_shard_distributed_aggregation_memory_efficient_and_overflows.reference
00224_shard_distributed_aggregation_memory_efficient_and_overflows.sql
00225_join_duplicate_columns.reference
00225_join_duplicate_columns.sql
00226_zookeeper_deduplication_and_unexpected_parts_long.reference
00226_zookeeper_deduplication_and_unexpected_parts_long.sql
00227_quantiles_timing_arbitrary_order.reference
00227_quantiles_timing_arbitrary_order.sql
00228_shard_quantiles_deterministic_merge_overflow.reference
00228_shard_quantiles_deterministic_merge_overflow.sql
00229_prewhere_column_missing.reference
00229_prewhere_column_missing.sql
00230_array_functions_has_count_equal_index_of_non_const_second_arg.reference
00230_array_functions_has_count_equal_index_of_non_const_second_arg.sql
00231_format_vertical_raw.reference
00231_format_vertical_raw.sql
00232_format_readable_size.reference
00232_format_readable_size.sql
00233_position_function_family.reference
00233_position_function_family.sql
00233_position_function_sql_comparibilty.reference
00233_position_function_sql_comparibilty.sql
00234_disjunctive_equality_chains_optimization.reference
00234_disjunctive_equality_chains_optimization.sql
00235_create_temporary_table_as.reference
00235_create_temporary_table_as.sql
00236_replicated_drop_on_non_leader_zookeeper_long.reference
00236_replicated_drop_on_non_leader_zookeeper_long.sql
00237_group_by_arrays.reference
00237_group_by_arrays.sql
00238_removal_of_temporary_columns.reference
00238_removal_of_temporary_columns.sql
00239_type_conversion_in_in.reference
00239_type_conversion_in_in.sql
00240_replace_substring_loop.reference
00240_replace_substring_loop.sql
00250_tuple_comparison.reference
00250_tuple_comparison.sql
00251_has_types.reference
00251_has_types.sql
00252_shard_global_in_aggregate_function.reference
00252_shard_global_in_aggregate_function.sql
00253_insert_recursive_defaults.reference
00253_insert_recursive_defaults.sql
00254_tuple_extremes.reference
00254_tuple_extremes.sql
00255_array_concat_string.reference
00255_array_concat_string.sql
00256_reverse.reference
00256_reverse.sql
00257_shard_no_aggregates_and_constant_keys.reference
00257_shard_no_aggregates_and_constant_keys.sql
00258_materializing_tuples.reference
00258_materializing_tuples.sql
00259_hashing_tuples.reference
00259_hashing_tuples.sql
00260_like_and_curly_braces.reference
00260_like_and_curly_braces.sql
00261_storage_aliases_and_array_join.reference
00261_storage_aliases_and_array_join.sql
00262_alter_alias.reference
00262_alter_alias.sql
00263_merge_aggregates_and_overflow.reference
00263_merge_aggregates_and_overflow.sql
00264_uniq_many_args.reference
00264_uniq_many_args.sql
00265_http_content_type_format_timezone.reference
00265_http_content_type_format_timezone.sh
00266_read_overflow_mode.reference
00266_read_overflow_mode.sql
00266_shard_global_subquery_and_aliases.reference
00266_shard_global_subquery_and_aliases.sql
00267_tuple_array_access_operators_priority.reference
00267_tuple_array_access_operators_priority.sql
00268_aliases_without_as_keyword.reference
00268_aliases_without_as_keyword.sql
00269_database_table_whitespace.reference
00269_database_table_whitespace.sql
00270_views_query_processing_stage.reference
00270_views_query_processing_stage.sql
00271_agg_state_and_totals.reference
00271_agg_state_and_totals.sql
00272_union_all_and_in_subquery.reference
00272_union_all_and_in_subquery.sql
00273_quantiles.reference
00273_quantiles.sql
00274_shard_group_array.reference
00274_shard_group_array.sql
00275_shard_quantiles_weighted.reference
00275_shard_quantiles_weighted.sql
00276_sample.reference
00276_sample.sql
00277_array_filter.reference
00277_array_filter.sql
00278_insert_already_sorted.reference
00278_insert_already_sorted.sql
00279_quantiles_permuted_args.reference
00279_quantiles_permuted_args.sql
00280_hex_escape_sequence.reference
00280_hex_escape_sequence.sql
00282_merging.reference
00282_merging.sql
00283_column_cut.reference
00283_column_cut.sql
00284_external_aggregation.reference
00284_external_aggregation.sql
00285_not_all_data_in_totals.reference
00285_not_all_data_in_totals.sql
00286_format_long_negative_float.reference
00286_format_long_negative_float.sql
00287_column_const_with_nan.reference
00287_column_const_with_nan.sql
00288_empty_stripelog.reference
00288_empty_stripelog.sql
00290_shard_aggregation_memory_efficient.reference
00290_shard_aggregation_memory_efficient.sql
00291_array_reduce.reference
00291_array_reduce.sql
00292_parser_tuple_element.reference
00292_parser_tuple_element.sql
00293_shard_max_subquery_depth.reference
00293_shard_max_subquery_depth.sql
00294_shard_enums.reference
00294_shard_enums.sql
00295_global_in_one_shard_rows_before_limit.reference
00295_global_in_one_shard_rows_before_limit.sql
00296_url_parameters.reference
00296_url_parameters.sql
00297_attach_negative_numbers_zookeeper.reference
00297_attach_negative_numbers_zookeeper.sql.disabled
00298_enum_width_and_cast.reference
00298_enum_width_and_cast.sql
00299_stripe_log_multiple_inserts.reference
00299_stripe_log_multiple_inserts.sql
00300_csv.reference
00300_csv.sql
00301_csv.reference
00301_csv.sh
00302_http_compression.reference
00302_http_compression.sh
00304_http_external_data.reference
00304_http_external_data.sh
00305_http_and_readonly.reference
00305_http_and_readonly.sh
00306_insert_values_and_expressions.reference
00306_insert_values_and_expressions.sql
00307_format_xml.reference
00307_format_xml.sql
00308_write_buffer_valid_utf8.reference
00308_write_buffer_valid_utf8.sql
00309_formats.reference
00309_formats.sql
00310_tskv.reference
00310_tskv.sh
00311_array_primary_key.reference
00311_array_primary_key.sql
00312_position_case_insensitive_utf8.reference
00312_position_case_insensitive_utf8.sql
00313_const_totals_extremes.reference
00313_const_totals_extremes.sh
00314_sample_factor_virtual_column.reference
00314_sample_factor_virtual_column.sql
00315_quantile_off_by_one.reference
00315_quantile_off_by_one.sql
00316_rounding_functions_and_empty_block.reference
00316_rounding_functions_and_empty_block.sql
00317_in_tuples_and_out_of_range_values.reference
00317_in_tuples_and_out_of_range_values.sql
00318_pk_tuple_order.reference
00318_pk_tuple_order.sql
00319_index_for_like.reference
00319_index_for_like.sql
00320_between.reference
00320_between.sql
00321_pk_set.reference
00321_pk_set.sql
00322_disable_checksumming.reference
00322_disable_checksumming.sh
00323_quantiles_timing_bug.reference
00323_quantiles_timing_bug.sql
00324_hashing_enums.reference
00324_hashing_enums.sql
00325_replacing_merge_tree.reference
00325_replacing_merge_tree.sql.disabled
00326_long_function_multi_if.reference
00326_long_function_multi_if.sql
00327_summing_composite_nested.reference
00327_summing_composite_nested.sql
00328_long_case_construction.reference
00328_long_case_construction.sql
00330_view_subqueries.reference
00330_view_subqueries.sql
00331_final_and_prewhere.reference
00331_final_and_prewhere.sql
00332_quantile_timing_memory_leak.reference
00332_quantile_timing_memory_leak.sql
00333_parser_number_bug.reference
00333_parser_number_bug.sql
00334_column_aggregate_function_limit.reference
00334_column_aggregate_function_limit.sql
00335_bom.reference
00335_bom.sh
00336_shard_stack_trace.reference
00336_shard_stack_trace.sh
00337_shard_any_heavy.reference
00337_shard_any_heavy.sql
00338_replicate_array_of_strings.reference
00338_replicate_array_of_strings.sql
00339_parsing_bad_arrays.reference
00339_parsing_bad_arrays.sh
00340_squashing_insert_select.reference
00340_squashing_insert_select.sql
00341_squashing_insert_select2.reference
00341_squashing_insert_select2.sql
00342_escape_sequences.reference
00342_escape_sequences.sql
00343_array_element_generic.reference
00343_array_element_generic.sql
00344_row_number_in_all_blocks.reference
00344_row_number_in_all_blocks.sql
00345_index_accurate_comparison.reference
00345_index_accurate_comparison.sql
00346_if_tuple.reference
00346_if_tuple.sql
00347_has_tuple.reference
00347_has_tuple.sql
00348_tuples.reference
00348_tuples.sql
00349_visible_width.reference
00349_visible_width.sql
00350_count_distinct.reference
00350_count_distinct.sql
00351_select_distinct_arrays_tuples.reference
00351_select_distinct_arrays_tuples.sql
00352_external_sorting_and_constants.reference
00352_external_sorting_and_constants.sql
00353_join_by_tuple.reference
00353_join_by_tuple.sql
00354_host_command_line_option.reference
00354_host_command_line_option.sh
00355_array_of_non_const_convertible_types.reference
00355_array_of_non_const_convertible_types.sql
00356_analyze_aggregations_and_union_all.reference
00356_analyze_aggregations_and_union_all.sql
00357_to_string_complex_types.reference
00357_to_string_complex_types.sql
00358_from_string_complex_types.reference
00358_from_string_complex_types.sql
00359_convert_or_zero_functions.reference
00359_convert_or_zero_functions.sql
00360_to_date_from_string_with_datetime.reference
00360_to_date_from_string_with_datetime.sql
00361_shared_array_offsets_and_squash_blocks.reference
00361_shared_array_offsets_and_squash_blocks.sql
00362_great_circle_distance.reference
00362_great_circle_distance.sql
00363_defaults.reference
00363_defaults.sql
00364_java_style_denormals.reference
00364_java_style_denormals.sql
00365_statistics_in_formats.reference
00365_statistics_in_formats.sh
00366_multi_statements.reference
00366_multi_statements.sh
00367_visible_width_of_array_tuple_enum.reference
00367_visible_width_of_array_tuple_enum.sql
00368_format_option_collision.reference
00368_format_option_collision.sh
00369_int_div_of_float.reference
00369_int_div_of_float.sql
00370_duplicate_columns_in_subqueries.reference
00370_duplicate_columns_in_subqueries.sql
00371_union_all.reference
00371_union_all.sql
00372_cors_header.reference
00372_cors_header.sh
00373_group_by_tuple.reference
00373_group_by_tuple.sql
00374_any_last_if_merge.reference
00374_any_last_if_merge.sql
00374_json_each_row_input_with_noisy_fields.reference
00374_json_each_row_input_with_noisy_fields.sh
00375_shard_group_uniq_array_of_string.reference
00375_shard_group_uniq_array_of_string.sql
00376_shard_group_uniq_array_of_int_array.reference
00376_shard_group_uniq_array_of_int_array.sql
00377_shard_group_uniq_array_of_string_array.reference
00377_shard_group_uniq_array_of_string_array.sql
00378_json_quote_64bit_integers.reference
00378_json_quote_64bit_integers.sql
00379_system_processes_port.reference
00379_system_processes_port.sh
00380_client_break_at_exception_in_batch_mode.reference
00380_client_break_at_exception_in_batch_mode.sh
00381_first_significant_subdomain.reference
00381_first_significant_subdomain.sql
00383_utf8_validation.reference
00383_utf8_validation.sql
00384_column_aggregate_function_insert_from.reference
00384_column_aggregate_function_insert_from.sql
00385_storage_file_and_clickhouse-local_app_long.reference
00385_storage_file_and_clickhouse-local_app_long.sh
00386_enum_in_pk.reference
00386_enum_in_pk.sql
00386_has_column_in_table.reference
00386_has_column_in_table.sql
00386_long_in_pk.python
00386_long_in_pk.reference
00386_long_in_pk.sh
00387_use_client_time_zone.reference
00387_use_client_time_zone.sh
00388_enum_with_totals.reference
00388_enum_with_totals.sql
00389_concat_operator.reference
00389_concat_operator.sql
00390_array_sort.reference
00390_array_sort.sql
00392_enum_nested_alter.reference
00392_enum_nested_alter.sql
00393_if_with_constant_condition.reference
00393_if_with_constant_condition.sql
00394_new_nested_column_keeps_offsets.reference
00394_new_nested_column_keeps_offsets.sql
00394_replaceall_vector_fixed.reference
00394_replaceall_vector_fixed.sql
00395_nullable.reference
00395_nullable.sql
00396_uuid.reference
00396_uuid.sql
00397_tsv_format_synonym.reference
00397_tsv_format_synonym.sql
00398_url_functions.reference to #31092_add_encodeURLComponent_function 2022-02-16 10:19:20 +08:00
00398_url_functions.sql to #31092_add_encodeURLComponent_function 2022-02-16 10:19:20 +08:00
00399_group_uniq_array_date_datetime.reference
00399_group_uniq_array_date_datetime.sql
00400_client_external_options.reference
00400_client_external_options.sh
00401_merge_and_stripelog.reference
00401_merge_and_stripelog.sql
00402_nan_and_extremes.reference
00402_nan_and_extremes.sql
00403_to_start_of_day.reference
00403_to_start_of_day.sql
00404_null_literal.reference
00404_null_literal.sql
00405_pretty_formats.reference
00405_pretty_formats.sql
00405_PrettyCompactMonoBlock.reference
00405_PrettyCompactMonoBlock.sh
00406_tuples_with_nulls.reference
00406_tuples_with_nulls.sql
00407_parsing_nulls.reference
00407_parsing_nulls.sh
00408_http_keep_alive.reference
00408_http_keep_alive.sh
00409_shard_limit_by.reference
00409_shard_limit_by.sql
00410_aggregation_combinators_with_arenas.reference
00410_aggregation_combinators_with_arenas.sql
00411_long_accurate_number_comparison_float.reference
00411_long_accurate_number_comparison_float.sql
00411_long_accurate_number_comparison_int1.reference
00411_long_accurate_number_comparison_int1.sh
00411_long_accurate_number_comparison_int2.reference
00411_long_accurate_number_comparison_int2.sh
00411_long_accurate_number_comparison_int3.reference
00411_long_accurate_number_comparison_int3.sh
00411_long_accurate_number_comparison_int4.reference
00411_long_accurate_number_comparison_int4.sh
00411_long_accurate_number_comparison.python
00411_merge_tree_where_const_in_set.reference
00411_merge_tree_where_const_in_set.sql
00412_logical_expressions_optimizer.reference
00412_logical_expressions_optimizer.sql
00413_distinct.reference
00413_distinct.sql
00413_least_greatest_new_behavior.reference
00413_least_greatest_new_behavior.sql
00414_time_zones_direct_conversion.reference
00414_time_zones_direct_conversion.sql
00415_into_outfile.reference
00415_into_outfile.sh
00416_pocopatch_progress_in_http_headers.reference
00416_pocopatch_progress_in_http_headers.sh
00417_kill_query.reference
00417_kill_query.sh
00417_system_build_options.reference
00417_system_build_options.sh
00418_input_format_allow_errors.reference
00418_input_format_allow_errors.sh
00419_show_sql_queries.reference
00419_show_sql_queries.sh
00420_null_in_scalar_subqueries.reference
00420_null_in_scalar_subqueries.sql
00421_storage_merge__table_index.reference
00421_storage_merge__table_index.sh
00422_hash_function_constexpr.reference
00422_hash_function_constexpr.sql
00423_storage_log_single_thread.reference
00423_storage_log_single_thread.sql
00424_shard_aggregate_functions_of_nullable.reference
00424_shard_aggregate_functions_of_nullable.sql
00425_count_nullable.reference
00425_count_nullable.sql
00426_nulls_sorting.reference
00426_nulls_sorting.sql
00427_alter_primary_key.reference
00427_alter_primary_key.sh
00429_long_http_bufferization.reference
00429_long_http_bufferization.sh
00429_point_in_ellipses.reference
00429_point_in_ellipses.sql
00430_https_server.reference
00430_https_server.sh
00431_if_nulls.reference
00431_if_nulls.sql
00432_aggregate_function_scalars_and_constants.reference
00432_aggregate_function_scalars_and_constants.sql
00433_ifnull.reference
00433_ifnull.sql
00434_tonullable.reference
00434_tonullable.sql
00435_coalesce.reference
00435_coalesce.sql
00436_convert_charset.reference
00436_convert_charset.sql
00436_fixed_string_16_comparisons.reference
00436_fixed_string_16_comparisons.sql
00437_nulls_first_last.reference
00437_nulls_first_last.sql
00438_bit_rotate.reference
00438_bit_rotate.sql
00439_fixed_string_filter.reference
00439_fixed_string_filter.sql
00440_nulls_merge_tree.reference
00440_nulls_merge_tree.sql
00441_nulls_in.reference
00441_nulls_in.sql
00442_filter_by_nullable.reference
00442_filter_by_nullable.sql
00443_optimize_final_vertical_merge.reference
00443_optimize_final_vertical_merge.sh
00443_preferred_block_size_bytes.reference
00443_preferred_block_size_bytes.sh
00444_join_use_nulls.reference
00444_join_use_nulls.sql
00445_join_nullable_keys.reference
00445_join_nullable_keys.sql
00446_clear_column_in_partition_concurrent_zookeeper.reference
00446_clear_column_in_partition_concurrent_zookeeper.sh
00446_clear_column_in_partition_zookeeper_long.reference
00446_clear_column_in_partition_zookeeper_long.sql
00447_foreach_modifier.reference
00447_foreach_modifier.sql
00448_replicate_nullable_tuple_generic.reference
00448_replicate_nullable_tuple_generic.sql
00448_to_string_cut_to_zero.reference
00448_to_string_cut_to_zero.sql
00449_filter_array_nullable_tuple.reference
00449_filter_array_nullable_tuple.sql
00450_higher_order_and_nullable.reference
00450_higher_order_and_nullable.sql
00451_left_array_join_and_constants.reference
00451_left_array_join_and_constants.sql
00452_left_array_join_and_nullable.reference
00452_left_array_join_and_nullable.sql
00453_cast_enum.reference
00453_cast_enum.sql
00453_top_k.reference
00453_top_k.sql
00456_alter_nullable.reference
00456_alter_nullable.sql
00457_log_tinylog_stripelog_nullable.reference
00457_log_tinylog_stripelog_nullable.sql
00458_merge_type_cast.reference
00458_merge_type_cast.sql
00459_group_array_insert_at.reference
00459_group_array_insert_at.sql
00460_vertical_and_totals_extremes.reference
00460_vertical_and_totals_extremes.sql
00461_default_value_of_argument_type.reference
00461_default_value_of_argument_type.sql
00462_json_true_false_literals.reference
00462_json_true_false_literals.sql
00463_long_sessions_in_http_interface.reference
00463_long_sessions_in_http_interface.sh
00464_array_element_out_of_range.reference
00464_array_element_out_of_range.sql
00464_sort_all_constant_columns.reference
00464_sort_all_constant_columns.sql
00465_nullable_default.reference
00465_nullable_default.sql
00466_comments_in_keyword.reference
00466_comments_in_keyword.sql
00467_qualified_names.reference
00467_qualified_names.sql
00468_array_join_multiple_arrays_and_use_original_column.reference
00468_array_join_multiple_arrays_and_use_original_column.sql
00469_comparison_of_strings_containing_null_char.reference
00469_comparison_of_strings_containing_null_char.sql
00470_identifiers_in_double_quotes.reference
00470_identifiers_in_double_quotes.sql
00471_sql_style_quoting.reference
00471_sql_style_quoting.sql
00472_compare_uuid_with_constant_string.reference
00472_compare_uuid_with_constant_string.sql
00472_create_view_if_not_exists.reference
00472_create_view_if_not_exists.sql
00473_output_format_json_quote_denormals.reference
00473_output_format_json_quote_denormals.sh
00474_readonly_settings.reference Fix some tests 2022-02-11 17:15:56 +03:00
00474_readonly_settings.sh Fix some tests 2022-02-11 17:15:56 +03:00
00475_in_join_db_table.reference
00475_in_join_db_table.sql
00476_pretty_formats_and_widths.reference
00476_pretty_formats_and_widths.sql
00477_parsing_data_types.reference
00477_parsing_data_types.sql
00479_date_and_datetime_to_number.reference
00479_date_and_datetime_to_number.sql
00480_mac_addresses.reference
00480_mac_addresses.sql
00481_create_view_for_null.reference
00481_create_view_for_null.sql
00481_reading_from_last_granula.reference
00481_reading_from_last_granula.sql
00482_subqueries_and_aliases.reference
00482_subqueries_and_aliases.sql
00483_cast_syntax.reference
00483_cast_syntax.sql
00483_reading_from_array_structure.reference
00483_reading_from_array_structure.sql
00484_preferred_max_column_in_block_size_bytes.reference
00484_preferred_max_column_in_block_size_bytes.sql
00485_http_insert_format.reference
00485_http_insert_format.sh
00486_if_fixed_string.reference
00486_if_fixed_string.sql
00487_if_array_fixed_string.reference
00487_if_array_fixed_string.sql
00488_non_ascii_column_names.reference
00488_non_ascii_column_names.sql
00489_pk_subexpression.reference
00489_pk_subexpression.sql
00490_special_line_separators_and_characters_outside_of_bmp.reference
00490_special_line_separators_and_characters_outside_of_bmp.sql
00490_with_select.reference
00490_with_select.sql
00491_shard_distributed_and_aliases_in_where_having.reference
00491_shard_distributed_and_aliases_in_where_having.sql
00492_drop_temporary_table.reference
00492_drop_temporary_table.sql
00493_substring_of_fixedstring.reference
00493_substring_of_fixedstring.sql
00494_shard_alias_substitution_bug.reference
00494_shard_alias_substitution_bug.sql
00495_reading_const_zero_column.reference
00495_reading_const_zero_column.sql
00496_substring_negative_offset.reference
00496_substring_negative_offset.sql
00497_whitespaces_in_insert.reference
00497_whitespaces_in_insert.sh
00498_array_functions_concat_slice_push_pop.reference
00498_array_functions_concat_slice_push_pop.sql
00498_bitwise_aggregate_functions.reference
00498_bitwise_aggregate_functions.sql
00499_json_enum_insert.reference
00499_json_enum_insert.sql
00500_point_in_polygon_2d_const.reference
00500_point_in_polygon_2d_const.sql
00500_point_in_polygon_bug_2.reference
00500_point_in_polygon_bug_2.sql
00500_point_in_polygon_bug_3_linestring_rotation_precision.reference
00500_point_in_polygon_bug_3_linestring_rotation_precision.sql
00500_point_in_polygon_bug.reference
00500_point_in_polygon_bug.sql
00500_point_in_polygon_nan.reference
00500_point_in_polygon_nan.sql
00500_point_in_polygon_non_const_poly.reference
00500_point_in_polygon_non_const_poly.sql
00500_point_in_polygon.reference
00500_point_in_polygon.sql
00501_http_head.reference
00501_http_head.sh
00502_custom_partitioning_local.reference
00502_custom_partitioning_local.sql Fix flaky 00502_custom_partitioning_local 2022-02-17 22:17:11 +03:00
00502_custom_partitioning_replicated_zookeeper_long.reference
00502_custom_partitioning_replicated_zookeeper_long.sql
00502_string_concat_with_array.reference
00502_string_concat_with_array.sql
00502_sum_map.reference
00502_sum_map.sql
00503_cast_const_nullable.reference
00503_cast_const_nullable.sql
00504_insert_miss_columns.reference
00504_insert_miss_columns.sh
00504_mergetree_arrays_rw.reference
00504_mergetree_arrays_rw.sql
00505_distributed_secure.data
00505_secure.reference
00505_secure.sh Fix tests 2022-03-01 11:35:17 +00:00
00505_shard_secure.reference
00505_shard_secure.sh
00506_shard_global_in_union.reference
00506_shard_global_in_union.sql
00506_union_distributed.reference
00506_union_distributed.sql
00507_array_no_params.reference
00507_array_no_params.sh
00507_sumwithoverflow.reference
00507_sumwithoverflow.sql
00508_materialized_view_to.reference
00508_materialized_view_to.sql
00509_extended_storage_definition_syntax_zookeeper.reference
00509_extended_storage_definition_syntax_zookeeper.sql
00510_materizlized_view_and_deduplication_zookeeper.reference
00510_materizlized_view_and_deduplication_zookeeper.sql
00511_get_size_of_enum.reference
00511_get_size_of_enum.sql
00512_fractional_time_zones.reference
00512_fractional_time_zones.sh
00513_fractional_time_zones.reference
00513_fractional_time_zones.sql
00514_interval_operators.reference
00514_interval_operators.sql
00515_enhanced_time_zones.reference
00515_enhanced_time_zones.sql
00515_gcd_lcm.reference
00515_gcd_lcm.sql
00515_shard_desc_table_functions_and_subqueries.reference
00515_shard_desc_table_functions_and_subqueries.sql
00516_deduplication_after_drop_partition_zookeeper.reference
00516_deduplication_after_drop_partition_zookeeper.sql
00516_is_inf_nan.reference
00516_is_inf_nan.sql
00516_modulo.reference
00516_modulo.sql
00517_date_parsing.reference
00517_date_parsing.sql
00518_extract_all_and_empty_matches.reference
00518_extract_all_and_empty_matches.sql
00519_create_as_select_from_temporary_table.reference
00519_create_as_select_from_temporary_table.sql
00520_http_nullable.reference
00520_http_nullable.sh
00520_tuple_values_interpreter.reference
00520_tuple_values_interpreter.sql
00521_multidimensional.reference
00521_multidimensional.sql
00522_multidimensional.reference
00522_multidimensional.sql
00523_aggregate_functions_in_group_array.reference
00523_aggregate_functions_in_group_array.sql
00524_time_intervals_months_underflow.reference
00524_time_intervals_months_underflow.sql
00525_aggregate_functions_of_nullable_that_return_non_nullable.reference
00525_aggregate_functions_of_nullable_that_return_non_nullable.sql
00526_array_join_with_arrays_of_nullable.reference
00526_array_join_with_arrays_of_nullable.sql
00527_totals_having_nullable.reference
00527_totals_having_nullable.sql
00528_const_of_nullable.reference
00528_const_of_nullable.sql
00529_orantius.reference
00529_orantius.sql
00530_arrays_of_nothing.reference
00530_arrays_of_nothing.sql
00531_aggregate_over_nullable.reference
00531_aggregate_over_nullable.sql
00531_client_ignore_error.reference
00531_client_ignore_error.sh
00532_topk_generic.reference
00532_topk_generic.sql
00533_uniq_array.reference
00533_uniq_array.sql
00534_client_ignore_error.reference
00534_client_ignore_error.sh
00534_exp10.reference
00534_exp10.sql
00534_filimonov.data
00534_filimonov.reference
00534_filimonov.sh
00534_functions_bad_arguments1.reference
00534_functions_bad_arguments1.sh
00534_functions_bad_arguments2.reference
00534_functions_bad_arguments2.sh
00534_functions_bad_arguments3.reference
00534_functions_bad_arguments3.sh
00534_functions_bad_arguments4_long.reference
00534_functions_bad_arguments4_long.sh
00534_functions_bad_arguments5.reference
00534_functions_bad_arguments5.sh
00534_functions_bad_arguments6.reference
00534_functions_bad_arguments6.sh
00534_functions_bad_arguments7.reference
00534_functions_bad_arguments7.sh
00534_functions_bad_arguments8.reference
00534_functions_bad_arguments8.sh
00534_functions_bad_arguments9.reference
00534_functions_bad_arguments9.sh
00534_functions_bad_arguments10.reference
00534_functions_bad_arguments10.sh
00534_functions_bad_arguments11.reference
00534_functions_bad_arguments11.sh
00534_functions_bad_arguments12.reference
00534_functions_bad_arguments12.sh
00534_functions_bad_arguments13.reference
00534_functions_bad_arguments13.sh
00534_functions_bad_arguments.lib
00535_parse_float_scientific.reference
00535_parse_float_scientific.sql
00536_int_exp.reference
00536_int_exp.sql
00537_quarters.reference
00537_quarters.sql
00538_datediff.reference
00538_datediff.sql
00539_functions_for_working_with_json.reference
00539_functions_for_working_with_json.sql
00540_bad_data_types.reference
00540_bad_data_types.sh
00541_kahan_sum.reference
00541_kahan_sum.sql
00541_to_start_of_fifteen_minutes.reference
00541_to_start_of_fifteen_minutes.sql
00542_access_to_temporary_table_in_readonly_mode.reference
00542_access_to_temporary_table_in_readonly_mode.sql
00542_materialized_view_and_time_zone_tag.reference
00542_materialized_view_and_time_zone_tag.sql
00543_access_to_temporary_table_in_readonly_mode.reference
00543_access_to_temporary_table_in_readonly_mode.sh
00543_null_and_prewhere.reference
00543_null_and_prewhere.sql
00544_agg_foreach_of_two_arg.reference
00544_agg_foreach_of_two_arg.sql
00544_insert_with_select.reference
00544_insert_with_select.sql
00545_weird_aggregate_functions.reference
00545_weird_aggregate_functions.sql
00546_shard_tuple_element_formatting.reference
00546_shard_tuple_element_formatting.sql
00547_named_tuples.reference
00547_named_tuples.sql
00548_slice_of_nested.reference
00548_slice_of_nested.sql
00549_join_use_nulls.reference
00549_join_use_nulls.sql
00550_join_insert_select.reference
00550_join_insert_select.sh
00551_parse_or_null.reference
00551_parse_or_null.sql
00552_logical_functions_simple.reference
00552_logical_functions_simple.sql
00552_logical_functions_ternary.reference
00552_logical_functions_ternary.sql
00552_logical_functions_uint8_as_bool.reference
00552_logical_functions_uint8_as_bool.sql
00552_or_nullable.reference
00552_or_nullable.sql
00553_buff_exists_materlized_column.reference
00553_buff_exists_materlized_column.sql
00553_invalid_nested_name.reference
00553_invalid_nested_name.sql
00554_nested_and_table_engines.reference
00554_nested_and_table_engines.sql
00555_hasAll_hasAny.reference
00555_hasAll_hasAny.sql
00555_hasSubstr.reference
00555_hasSubstr.sql
00555_right_join_excessive_rows.reference
00555_right_join_excessive_rows.sql
00556_array_intersect.reference
00556_array_intersect.sql
00556_remove_columns_from_subquery.reference
00556_remove_columns_from_subquery.sql
00557_alter_null_storage_tables.reference
00557_alter_null_storage_tables.sql
00557_array_resize.reference
00557_array_resize.sql
00557_remote_port.reference
00557_remote_port.sh
00558_aggregate_merge_totals_with_arenas.reference
00558_aggregate_merge_totals_with_arenas.sql
00558_parse_floats.reference
00558_parse_floats.sql
00559_filter_array_generic.reference
00559_filter_array_generic.sql
00560_float_leading_plus_in_exponent.reference
00560_float_leading_plus_in_exponent.sql
00561_storage_join.reference
00561_storage_join.sql
00562_in_subquery_merge_tree.reference
00562_in_subquery_merge_tree.sql
00562_rewrite_select_expression_with_union.reference
00562_rewrite_select_expression_with_union.sql
00563_complex_in_expression.reference
00563_complex_in_expression.sql
00563_insert_into_remote_and_zookeeper_long.reference
00563_insert_into_remote_and_zookeeper_long.sql
00563_shard_insert_into_remote.reference
00563_shard_insert_into_remote.sql
00564_enum_order.reference
00564_enum_order.sh
00564_initial_column_values_with_default_expression.reference
00564_initial_column_values_with_default_expression.sql
00564_temporary_table_management.reference
00564_temporary_table_management.sql
00564_versioned_collapsing_merge_tree.reference
00564_versioned_collapsing_merge_tree.sql
00565_enum_order.reference
00565_enum_order.sh
00566_enum_min_max.reference
00566_enum_min_max.sql
00567_parse_datetime_as_unix_timestamp.reference
00567_parse_datetime_as_unix_timestamp.sql
00568_empty_function_with_fixed_string.reference
00568_empty_function_with_fixed_string.sql
00569_parse_date_time_best_effort.reference
00569_parse_date_time_best_effort.sql
00570_empty_array_is_const.reference
00570_empty_array_is_const.sql
00571_alter_nullable.reference
00571_alter_nullable.sql
00571_non_exist_database_when_create_materializ_view.reference
00571_non_exist_database_when_create_materializ_view.sql
00572_aggregation_by_empty_set.reference
00572_aggregation_by_empty_set.sql
00573_shard_aggregation_by_empty_set.reference
00573_shard_aggregation_by_empty_set.sql
00574_empty_strings_deserialization.reference
00574_empty_strings_deserialization.sh
00575_illegal_column_exception_when_drop_depen_column.reference
00575_illegal_column_exception_when_drop_depen_column.sh
00575_merge_and_index_with_function_in_in.reference
00575_merge_and_index_with_function_in_in.sql
00576_nested_and_prewhere.reference
00576_nested_and_prewhere.sql
00577_full_join_segfault.reference
00577_full_join_segfault.sql
00577_replacing_merge_tree_vertical_merge.reference
00577_replacing_merge_tree_vertical_merge.sql
00578_merge_table_and_table_virtual_column.reference
00578_merge_table_and_table_virtual_column.sql
00578_merge_table_sampling.reference
00578_merge_table_sampling.sql
00578_merge_table_shadow_virtual_column.reference
00578_merge_table_shadow_virtual_column.sql
00578_merge_trees_without_primary_key.reference
00578_merge_trees_without_primary_key.sql
00579_merge_tree_partition_and_primary_keys_using_same_expression.reference
00579_merge_tree_partition_and_primary_keys_using_same_expression.sql
00579_virtual_column_and_lazy.reference
00579_virtual_column_and_lazy.sql
00580_cast_nullable_to_non_nullable.reference
00580_cast_nullable_to_non_nullable.sql
00580_consistent_hashing_functions.reference
00580_consistent_hashing_functions.sql
00581_limit_on_result_and_subquery_and_insert.reference
00581_limit_on_result_and_subquery_and_insert.sql
00582_not_aliasing_functions.reference
00582_not_aliasing_functions.sql
00583_limit_by_expressions.reference
00583_limit_by_expressions.sql
00584_view_union_all.reference
00584_view_union_all.sql
00585_union_all_subquery_aggregation_column_removal.reference
00585_union_all_subquery_aggregation_column_removal.sql
00586_removing_unused_columns_from_subquery.reference
00586_removing_unused_columns_from_subquery.sql
00587_union_all_type_conversions.reference
00587_union_all_type_conversions.sql
00588_shard_distributed_prewhere.reference
00588_shard_distributed_prewhere.sql
00589_removal_unused_columns_aggregation.reference
00589_removal_unused_columns_aggregation.sql
00590_limit_by_column_removal.reference
00590_limit_by_column_removal.sql
00591_columns_removal_union_all.reference
00591_columns_removal_union_all.sql
00592_union_all_different_aliases.reference
00592_union_all_different_aliases.sql
00593_union_all_assert_columns_removed.reference
00593_union_all_assert_columns_removed.sql
00594_alias_in_distributed.reference
00594_alias_in_distributed.sql
00595_insert_into_view.reference
00595_insert_into_view.sh
00596_limit_on_expanded_ast.reference
00596_limit_on_expanded_ast.sh
00597_push_down_predicate_long.reference
00597_push_down_predicate_long.sql
00597_with_totals_on_empty_set.reference
00597_with_totals_on_empty_set.sql
00598_create_as_select_http.reference
00598_create_as_select_http.sh
00599_create_view_with_subquery.reference
00599_create_view_with_subquery.sql
00600_create_temporary_table_if_not_exists.reference
00600_create_temporary_table_if_not_exists.sql
00600_replace_running_query.reference
00600_replace_running_query.sh
00601_kill_running_query.reference
00601_kill_running_query.sh
00602_throw_if.reference
00602_throw_if.sh
00603_system_parts_nonexistent_database.reference
00603_system_parts_nonexistent_database.sql
00604_shard_remote_and_columns_with_defaults.reference
00604_shard_remote_and_columns_with_defaults.sql
00604_show_create_database.reference
00604_show_create_database.sql
00605_intersections_aggregate_functions.reference
00605_intersections_aggregate_functions.sql
00606_quantiles_and_nans.reference
00606_quantiles_and_nans.sql
00607_index_in_in.reference
00607_index_in_in.sql
00608_uniq_array.reference
00608_uniq_array.sql
00609_distributed_with_case_when_then.reference
00609_distributed_with_case_when_then.sql
00609_mv_index_in_in.reference
00609_mv_index_in_in.sql
00609_prewhere_and_default.reference
00609_prewhere_and_default.sql
00610_materialized_view_forward_alter_partition_statements.reference
00610_materialized_view_forward_alter_partition_statements.sql
00612_count.reference
00612_count.sql
00612_http_max_query_size_for_distributed.reference Fix distributed subquery max_query_size limitation inconsistency 2022-02-20 10:07:57 +08:00
00612_http_max_query_size_for_distributed.sql Fix distributed subquery max_query_size limitation inconsistency 2022-02-20 10:07:57 +08:00
00612_http_max_query_size.reference
00612_http_max_query_size.sh
00612_pk_in_tuple_perf.reference
00612_pk_in_tuple_perf.sh
00612_pk_in_tuple.reference
00612_pk_in_tuple.sql
00612_shard_count.reference
00612_shard_count.sql
00612_union_query_with_subquery.reference
00612_union_query_with_subquery.sql
00613_shard_distributed_max_execution_time.reference
00613_shard_distributed_max_execution_time.sql
00614_array_nullable.reference
00614_array_nullable.sql
00614_shard_same_header_for_local_and_remote_node_in_distributed_query.reference
00614_shard_same_header_for_local_and_remote_node_in_distributed_query.sql
00615_nullable_alter_optimize.reference
00615_nullable_alter_optimize.sql
00616_final_single_part.reference
00616_final_single_part.sql
00617_array_in.reference
00617_array_in.sql
00618_nullable_in.reference
00618_nullable_in.sql
00619_extract.reference
00619_extract.sql
00619_union_highlite.reference
00619_union_highlite.sql
00620_optimize_on_nonleader_replica_zookeeper.reference
00620_optimize_on_nonleader_replica_zookeeper.sql
00621_regression_for_in_operator.reference
00621_regression_for_in_operator.sql
00622_select_in_parens.reference
00622_select_in_parens.sql
00623_in_partition_key.reference
00623_in_partition_key.sql
00623_replicated_truncate_table_zookeeper_long.reference
00623_replicated_truncate_table_zookeeper_long.sql
00623_truncate_table_throw_exception.reference
00623_truncate_table_throw_exception.sh
00623_truncate_table.reference
00623_truncate_table.sql
00624_length_utf8.reference
00624_length_utf8.sql
00625_arrays_in_nested.reference
00625_arrays_in_nested.sql
00625_query_in_form_data.reference
00625_query_in_form_data.sh
00625_summing_merge_tree_merge.reference
00625_summing_merge_tree_merge.sql
00626_in_syntax.reference
00626_in_syntax.sql
00626_replace_partition_from_table_zookeeper.reference
00626_replace_partition_from_table_zookeeper.sh
00626_replace_partition_from_table.reference
00626_replace_partition_from_table.sql
00627_recursive_alias.reference
00627_recursive_alias.sql
00628_in_lambda_on_merge_table_bug.reference
00628_in_lambda_on_merge_table_bug.sql
00630_arbitrary_csv_delimiter.reference
00630_arbitrary_csv_delimiter.sh
00632_aggregation_window_funnel.reference
00632_aggregation_window_funnel.sql
00632_get_sample_block_cache.reference
00632_get_sample_block_cache.sql Fix tests 2022-03-08 09:17:04 +01:00
00633_func_or_in.reference
00633_func_or_in.sql
00633_materialized_view_and_too_many_parts_zookeeper.reference
00633_materialized_view_and_too_many_parts_zookeeper.sh
00634_logging_shard.reference
00634_logging_shard.sh
00634_performance_introspection_and_logging.reference
00634_performance_introspection_and_logging.sh
00634_rename_view.reference
00634_rename_view.sql
00635_shard_distinct_order_by.reference
00635_shard_distinct_order_by.sql
00636_partition_key_parts_pruning.reference
00636_partition_key_parts_pruning.sh
00637_sessions_in_http_interface_and_settings.reference
00637_sessions_in_http_interface_and_settings.sh
00638_remote_ssrf.reference
00638_remote_ssrf.sh.disabled
00639_startsWith.reference
00639_startsWith.sql
00640_endsWith.reference
00640_endsWith.sql
00642_cast.reference
00642_cast.sql
00643_cast_zookeeper_long.reference
00643_cast_zookeeper_long.sql
00644_different_expressions_with_same_alias.reference
00644_different_expressions_with_same_alias.sql
00645_date_time_input_format.reference
00645_date_time_input_format.sql
00646_url_engine.python
00646_url_engine.reference
00646_url_engine.sh
00646_weird_mmx.reference
00646_weird_mmx.sql
00647_histogram.reference
00647_histogram.sql
00647_multiply_aggregation_state.reference
00647_multiply_aggregation_state.sql
00647_select_numbers_with_offset.reference
00647_select_numbers_with_offset.sql
00648_replacing_empty_set_from_prewhere.reference
00648_replacing_empty_set_from_prewhere.sql
00649_quantile_tdigest_negative.reference
00649_quantile_tdigest_negative.sql
00650_array_enumerate_uniq_with_tuples.reference
00650_array_enumerate_uniq_with_tuples.sql
00650_csv_with_specified_quote_rule.reference
00650_csv_with_specified_quote_rule.sh
00651_default_database_on_client_reconnect.reference
00651_default_database_on_client_reconnect.sh
00652_mergetree_mutations.reference
00652_mergetree_mutations.sh
00652_mutations_alter_update.reference
00652_mutations_alter_update.sh
00652_mutations_default_database.reference
00652_mutations_default_database.sh
00652_replicated_mutations_default_database_zookeeper.reference
00652_replicated_mutations_default_database_zookeeper.sh
00652_replicated_mutations_zookeeper.reference
00652_replicated_mutations_zookeeper.sh
00653_monotonic_integer_cast.reference
00653_monotonic_integer_cast.sql
00653_running_difference.reference
00653_running_difference.sql
00653_verification_monotonic_data_load.reference
00653_verification_monotonic_data_load.sh
00660_optimize_final_without_partition.reference
00660_optimize_final_without_partition.sql
00661_array_has_silviucpp.reference
00661_array_has_silviucpp.sql
00661_optimize_final_replicated_without_partition_zookeeper.reference
00661_optimize_final_replicated_without_partition_zookeeper.sql
00662_array_has_nullable.reference
00662_array_has_nullable.sql
00663_tiny_log_empty_insert.reference
00663_tiny_log_empty_insert.sql
00664_cast_from_string_to_nullable.reference
00664_cast_from_string_to_nullable.sql
00665_alter_nullable_string_to_nullable_uint8.reference
00665_alter_nullable_string_to_nullable_uint8.sql
00666_uniq_complex_types.reference
00666_uniq_complex_types.sql
00667_compare_arrays_of_different_types.reference
00667_compare_arrays_of_different_types.sql
00668_compare_arrays_silviucpp.reference
00668_compare_arrays_silviucpp.sql
00670_truncate_temporary_table.reference
00670_truncate_temporary_table.sql
00671_max_intersections.reference
00671_max_intersections.sql
00672_arrayDistinct.reference
00672_arrayDistinct.sql
00673_subquery_prepared_set_performance.reference
00673_subquery_prepared_set_performance.sql
00674_has_array_enum.reference
00674_has_array_enum.sql
00674_join_on_syntax.reference
00674_join_on_syntax.sql
00675_shard_remote_with_table_function.reference
00675_shard_remote_with_table_function.sql
00676_group_by_in.reference
00676_group_by_in.sql
00677_shard_any_heavy_merge.reference
00677_shard_any_heavy_merge.sql
00678_murmurhash.reference
00678_murmurhash.sql
00678_shard_funnel_window.reference
00678_shard_funnel_window.sql
00679_replace_asterisk.reference
00679_replace_asterisk.sql
00679_uuid_in_key.reference
00679_uuid_in_key.sql
00680_duplicate_columns_inside_union_all.reference
00680_duplicate_columns_inside_union_all.sql
00681_duplicate_columns_inside_union_all_stas_sviridov.reference
00681_duplicate_columns_inside_union_all_stas_sviridov.sql
00682_empty_parts_merge.reference
00682_empty_parts_merge.sh
00685_output_format_json_escape_forward_slashes.reference
00685_output_format_json_escape_forward_slashes.sql
00686_client_exit_code.reference
00686_client_exit_code.sh
00687_insert_into_mv.reference
00687_insert_into_mv.sql
00687_top_and_offset.reference
00687_top_and_offset.sh
00688_aggregation_retention.reference
00688_aggregation_retention.sql
00688_case_without_else.reference
00688_case_without_else.sql
00688_low_cardinality_alter_add_column.reference
00688_low_cardinality_alter_add_column.sql
00688_low_cardinality_defaults.reference
00688_low_cardinality_defaults.sql
00688_low_cardinality_dictionary_deserialization.reference
00688_low_cardinality_dictionary_deserialization.sql
00688_low_cardinality_in.reference
00688_low_cardinality_in.sql
00688_low_cardinality_nullable_cast.reference
00688_low_cardinality_nullable_cast.sql
00688_low_cardinality_prewhere.reference
00688_low_cardinality_prewhere.sql
00688_low_cardinality_serialization.reference
00688_low_cardinality_serialization.sql
00688_low_cardinality_syntax.reference
00688_low_cardinality_syntax.sql
00689_file.txt
00689_join_table_function.reference
00689_join_table_function.sql
00690_insert_select_converting_exception_message.reference
00690_insert_select_converting_exception_message.sh
00691_array_distinct.reference
00691_array_distinct.sql
00692_if_exception_code.reference
00692_if_exception_code.sql
00693_max_block_size_system_tables_columns.reference
00693_max_block_size_system_tables_columns.sql
00694_max_block_size_zero.reference
00694_max_block_size_zero.sql
00695_pretty_max_column_pad_width.reference
00695_pretty_max_column_pad_width.sql
00696_system_columns_limit.reference
00696_system_columns_limit.sql
00697_in_subquery_shard.reference
00697_in_subquery_shard.sql
00698_validate_array_sizes_for_nested_kshvakov.reference
00698_validate_array_sizes_for_nested_kshvakov.sql
00698_validate_array_sizes_for_nested.reference
00698_validate_array_sizes_for_nested.sql
00699_materialized_view_mutations.reference
00699_materialized_view_mutations.sh
00700_decimal_aggregates.reference
00700_decimal_aggregates.sql
00700_decimal_arithm.reference
00700_decimal_arithm.sql
00700_decimal_array_functions.reference
00700_decimal_array_functions.sql
00700_decimal_bounds.reference
00700_decimal_bounds.sql
00700_decimal_casts_2.reference
00700_decimal_casts_2.sql
00700_decimal_casts.reference
00700_decimal_casts.sql
00700_decimal_compare.reference
00700_decimal_compare.sql
00700_decimal_complex_types.reference
00700_decimal_complex_types.sql
00700_decimal_defaults.reference
00700_decimal_defaults.sql
00700_decimal_empty_aggregates.reference
00700_decimal_empty_aggregates.sql
00700_decimal_formats.reference
00700_decimal_formats.sql
00700_decimal_gathers.reference
00700_decimal_gathers.sql
00700_decimal_in_keys.reference
00700_decimal_in_keys.sql
00700_decimal_math.reference
00700_decimal_math.sql
00700_decimal_null.reference
00700_decimal_null.sql
00700_decimal_round.reference
00700_decimal_round.sql
00700_to_decimal_or_something.reference
00700_to_decimal_or_something.sql
00701_context_use_after_free.reference
00701_context_use_after_free.sql
00701_join_default_strictness.reference
00701_join_default_strictness.sql
00701_rollup.reference
00701_rollup.sql
00702_join_on_dups.reference
00702_join_on_dups.sql Fixed tests 2022-02-13 15:10:44 +00:00
00702_join_with_using_dups.reference
00702_join_with_using_dups.sql Fixed tests 2022-02-13 15:10:44 +00:00
00702_join_with_using.reference
00702_join_with_using.sql
00702_where_with_quailified_names.reference
00702_where_with_quailified_names.sql
00703_join_crash.reference
00703_join_crash.sql
00704_arrayCumSumLimited_arrayDifference.reference
00704_arrayCumSumLimited_arrayDifference.sql
00704_drop_truncate_memory_table.reference
00704_drop_truncate_memory_table.sh
00705_aggregate_states_addition.reference
00705_aggregate_states_addition.sql
00705_drop_create_merge_tree.reference
00705_drop_create_merge_tree.sh
00706_iso_week_and_day_of_year.reference
00706_iso_week_and_day_of_year.sql
00707_float_csv_delimiter.reference
00707_float_csv_delimiter.sql
00709_virtual_column_partition_id.reference
00709_virtual_column_partition_id.sql
00710_array_enumerate_dense.reference
00710_array_enumerate_dense.sql
00711_array_enumerate_variants.reference
00711_array_enumerate_variants.sql
00712_nan_comparison.reference
00712_nan_comparison.sql
00712_prewhere_with_alias_and_virtual_column.reference
00712_prewhere_with_alias_and_virtual_column.sql
00712_prewhere_with_alias_bug_2.reference
00712_prewhere_with_alias_bug_2.sql
00712_prewhere_with_alias_bug.reference
00712_prewhere_with_alias_bug.sql
00712_prewhere_with_alias.reference
00712_prewhere_with_alias.sql
00712_prewhere_with_final.reference
00712_prewhere_with_final.sql
00712_prewhere_with_missing_columns_2.reference
00712_prewhere_with_missing_columns_2.sql
00712_prewhere_with_missing_columns.reference
00712_prewhere_with_missing_columns.sql
00712_prewhere_with_sampling_and_alias.reference
00712_prewhere_with_sampling_and_alias.sql
00712_prewhere_with_sampling.reference
00712_prewhere_with_sampling.sql
00713_collapsing_merge_tree.reference
00713_collapsing_merge_tree.sql
00714_alter_uuid.reference
00714_alter_uuid.sql
00714_create_temporary_table_with_in_clause.reference
00714_create_temporary_table_with_in_clause.sql
00715_bounding_ratio.reference
00715_bounding_ratio.sql
00715_fetch_merged_or_mutated_part_zookeeper.reference
00715_fetch_merged_or_mutated_part_zookeeper.sh
00715_json_each_row_input_nested.reference
00715_json_each_row_input_nested.sh
00716_allow_ddl.reference
00716_allow_ddl.sql
00717_default_join_type.reference
00717_default_join_type.sql
00717_low_cardinaliry_distributed_group_by.reference
00717_low_cardinaliry_distributed_group_by.sql
00717_low_cardinaliry_group_by.reference
00717_low_cardinaliry_group_by.sql
00717_merge_and_distributed.reference
00717_merge_and_distributed.sql
00718_format_datetime.reference
00718_format_datetime.sql
00718_low_cardinaliry_alter.reference
00718_low_cardinaliry_alter.sql
00719_format_datetime_rand.reference
00719_format_datetime_rand.sql
00719_insert_block_without_column.reference
00719_insert_block_without_column.sh
00719_parallel_ddl_db.reference
00719_parallel_ddl_db.sh
00719_parallel_ddl_table.reference
00719_parallel_ddl_table.sh
00720_combinations_of_aggregate_combinators.reference
00720_combinations_of_aggregate_combinators.sql
00720_with_cube.reference
00720_with_cube.sql
00721_force_by_identical_result_after_merge_zookeeper_long.reference
00721_force_by_identical_result_after_merge_zookeeper_long.sql
00722_inner_join.reference
00722_inner_join.sql
00723_remerge_sort.reference
00723_remerge_sort.sql
00724_insert_values_datetime_conversion.reference
00724_insert_values_datetime_conversion.sql
00725_comment_columns_long.reference
00725_comment_columns_long.sql
00725_ipv4_ipv6_domains.reference
00725_ipv4_ipv6_domains.sql
00725_join_on_bug_1.reference
00725_join_on_bug_1.sql
00725_join_on_bug_2.reference
00725_join_on_bug_2.sql
00725_join_on_bug_3.reference
00725_join_on_bug_3.sql
00725_join_on_bug_4.reference
00725_join_on_bug_4.sql
00725_memory_tracking.reference
00725_memory_tracking.sql
00725_quantiles_shard.reference
00725_quantiles_shard.sql
00726_length_aliases.reference
00726_length_aliases.sql
00726_materialized_view_concurrent.reference
00726_materialized_view_concurrent.sql
00726_modulo_for_date.reference
00726_modulo_for_date.sql
00727_concat.reference
00727_concat.sql
00728_json_each_row_parsing.reference
00728_json_each_row_parsing.sh
00729_prewhere_array_join.reference
00729_prewhere_array_join.sql
00730_unicode_terminal_format.reference
00730_unicode_terminal_format.sql
00731_long_merge_tree_select_opened_files.reference
00731_long_merge_tree_select_opened_files.sh Merge pull request #34215 from ClickHouse/revert-34211-revert-34153-add_func_tests_over_s3 2022-02-15 19:07:11 +03:00
00732_base64_functions.reference
00732_base64_functions.sql
00732_decimal_summing_merge_tree.reference
00732_decimal_summing_merge_tree.sql
00732_quorum_insert_have_data_before_quorum_zookeeper_long.reference
00732_quorum_insert_have_data_before_quorum_zookeeper_long.sql
00732_quorum_insert_lost_part_and_alive_part_zookeeper_long.reference
00732_quorum_insert_lost_part_and_alive_part_zookeeper_long.sql
00732_quorum_insert_lost_part_zookeeper_long.reference
00732_quorum_insert_lost_part_zookeeper_long.sql
00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long.reference
00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long.sql
00732_quorum_insert_simple_test_1_parts_zookeeper_long.reference
00732_quorum_insert_simple_test_1_parts_zookeeper_long.sql
00732_quorum_insert_simple_test_2_parts_zookeeper_long.reference
00732_quorum_insert_simple_test_2_parts_zookeeper_long.sql
00733_if_datetime.reference
00733_if_datetime.sql
00734_timeslot.reference
00734_timeslot.sql
00735_long_conditional.reference
00735_long_conditional.sql
00735_or_expr_optimize_bug.reference
00735_or_expr_optimize_bug.sql
00736_disjunction_optimisation.reference
00736_disjunction_optimisation.sql
00737_decimal_group_by.reference
00737_decimal_group_by.sql
00738_lock_for_inner_table.reference
00738_lock_for_inner_table.sh
00738_nested_merge_multidimensional_array.reference
00738_nested_merge_multidimensional_array.sql
00739_array_element_nullable_string_mattrobenolt.reference
00739_array_element_nullable_string_mattrobenolt.sql
00740_database_in_nested_view.reference
00740_database_in_nested_view.sql
00740_optimize_predicate_expression.reference
00740_optimize_predicate_expression.sql
00741_client_comment_multiline.reference
00741_client_comment_multiline.sql
00742_require_join_strictness.reference
00742_require_join_strictness.sql
00743_limit_by_not_found_column.reference
00743_limit_by_not_found_column.sql
00744_join_not_found_column.reference
00744_join_not_found_column.sql
00745_compile_scalar_subquery.reference
00745_compile_scalar_subquery.sql
00746_compile_non_deterministic_function.reference
00746_compile_non_deterministic_function.sql
00746_hashing_tuples.reference
00746_hashing_tuples.sql
00746_sql_fuzzy.pl
00746_sql_fuzzy.reference
00746_sql_fuzzy.sh
00747_contributors.reference
00747_contributors.sql
00748_insert_array_with_null.reference
00748_insert_array_with_null.sql
00749_inner_join_of_unnamed_subqueries.reference
00749_inner_join_of_unnamed_subqueries.sql
00750_merge_tree_merge_with_o_direct.reference
00750_merge_tree_merge_with_o_direct.sql
00751_default_databasename_for_view.reference
00751_default_databasename_for_view.sql
00751_hashing_ints.reference
00751_hashing_ints.sql
00751_low_cardinality_nullable_group_by.reference
00751_low_cardinality_nullable_group_by.sql
00752_low_cardinality_array_result.reference
00752_low_cardinality_array_result.sql
00752_low_cardinality_lambda_argument.reference
00752_low_cardinality_lambda_argument.sql
00752_low_cardinality_left_array_join.reference
00752_low_cardinality_left_array_join.sql
00752_low_cardinality_mv_1.reference
00752_low_cardinality_mv_1.sql
00752_low_cardinality_mv_2.reference
00752_low_cardinality_mv_2.sql
00752_low_cardinality_permute.reference
00752_low_cardinality_permute.sql
00753_alter_attach.reference
00753_alter_attach.sql
00753_alter_destination_for_storage_buffer.reference
00753_alter_destination_for_storage_buffer.sql
00753_comment_columns_zookeeper.reference
00753_comment_columns_zookeeper.sql
00753_distributed_system_columns_and_system_tables.reference
00753_distributed_system_columns_and_system_tables.sql
00753_quantile_format.reference
00753_quantile_format.sql
00753_system_columns_and_system_tables_long.reference
00753_system_columns_and_system_tables_long.sql
00753_with_with_single_alias.reference
00753_with_with_single_alias.sql
00754_alter_modify_column_partitions.reference
00754_alter_modify_column_partitions.sql
00754_alter_modify_order_by_replicated_zookeeper_long.reference
00754_alter_modify_order_by_replicated_zookeeper_long.sql
00754_alter_modify_order_by.reference
00754_alter_modify_order_by.sql
00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere.reference
00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere.sh
00754_distributed_optimize_skip_select_on_unused_shards.reference
00754_distributed_optimize_skip_select_on_unused_shards.sh
00754_first_significant_subdomain_more.reference
00754_first_significant_subdomain_more.sql
00755_avg_value_size_hint_passing.reference
00755_avg_value_size_hint_passing.sql
00756_power_alias.reference
00756_power_alias.sql
00757_enum_defaults.reference
00757_enum_defaults.sql
00758_array_reverse.reference
00758_array_reverse.sql
00759_kodieg.reference
00759_kodieg.sql
00760_insert_json_with_defaults.reference
00760_insert_json_with_defaults.sql
00760_url_functions_overflow.reference
00760_url_functions_overflow.sql
00761_lower_utf8_bug.reference
00761_lower_utf8_bug.sql
00762_date_comparsion.reference
00762_date_comparsion.sql
00763_create_query_as_table_engine_bug.reference
00763_create_query_as_table_engine_bug.sql
00763_lock_buffer_long.reference
00763_lock_buffer_long.sh
00763_long_lock_buffer_alter_destination_table.reference
00763_long_lock_buffer_alter_destination_table.sh
00764_max_query_size_allocation.reference
00764_max_query_size_allocation.sh
00765_sql_compatibility_aliases.reference
00765_sql_compatibility_aliases.sql
00779_all_right_join_max_block_size.reference
00779_all_right_join_max_block_size.sql
00780_unaligned_array_join.reference
00780_unaligned_array_join.sql
00794_materialized_view_with_column_defaults.reference
00794_materialized_view_with_column_defaults.sql
00799_function_dry_run.reference
00799_function_dry_run.sql
00800_function_java_hash.reference
00800_function_java_hash.sql
00800_low_cardinality_array_group_by_arg.reference
00800_low_cardinality_array_group_by_arg.sql
00800_low_cardinality_distinct_numeric.reference
00800_low_cardinality_distinct_numeric.sql
00800_low_cardinality_distributed_insert.reference
00800_low_cardinality_distributed_insert.sql
00800_low_cardinality_empty_array.reference
00800_low_cardinality_empty_array.sql
00800_low_cardinality_join.reference
00800_low_cardinality_join.sql
00800_low_cardinality_merge_join.reference
00800_low_cardinality_merge_join.sql
00800_versatile_storage_join.reference
00800_versatile_storage_join.sql
00801_daylight_saving_time_hour_underflow.reference
00801_daylight_saving_time_hour_underflow.sql
00802_daylight_saving_time_shift_backwards_at_midnight.reference
00802_daylight_saving_time_shift_backwards_at_midnight.sql
00802_system_parts_with_datetime_partition.reference
00802_system_parts_with_datetime_partition.sql
00803_odbc_driver_2_format.reference
00803_odbc_driver_2_format.sql
00803_xxhash.reference
00803_xxhash.sql
00804_rollup_with_having.reference
00804_rollup_with_having.sql
00804_test_alter_compression_codecs.reference
00804_test_alter_compression_codecs.sql
00804_test_custom_compression_codecs.reference
00804_test_custom_compression_codecs.sql
00804_test_custom_compression_codes_log_storages.reference
00804_test_custom_compression_codes_log_storages.sql
00804_test_delta_codec_compression.reference
00804_test_delta_codec_compression.sql
00804_test_delta_codec_no_type_alter.reference
00804_test_delta_codec_no_type_alter.sql
00805_round_down.reference
00805_round_down.sql
00806_alter_update.reference
00806_alter_update.sql
00807_regexp_quote_meta.reference
00807_regexp_quote_meta.sql
00808_array_enumerate_segfault.reference
00808_array_enumerate_segfault.sql
00808_not_optimize_predicate.reference
00808_not_optimize_predicate.sql Fix some tests 2022-02-11 17:15:56 +03:00
00809_add_days_segfault.reference
00809_add_days_segfault.sql rollback 00809_add_days_segfault 2022-02-16 16:38:18 +01:00
00810_in_operators_segfault.reference
00810_in_operators_segfault.sql
00811_garbage.reference
00811_garbage.sql
00812_prewhere_alias_array.reference
00812_prewhere_alias_array.sql
00813_parse_date_time_best_effort_more.reference
00813_parse_date_time_best_effort_more.sql
00814_parsing_ub.reference
00814_parsing_ub.sql
00814_replicated_minimalistic_part_header_zookeeper.reference
00814_replicated_minimalistic_part_header_zookeeper.sql
00815_left_join_on_stepanel.reference
00815_left_join_on_stepanel.sql
00816_join_column_names_sarg.reference
00816_join_column_names_sarg.sql
00816_long_concurrent_alter_column.reference
00816_long_concurrent_alter_column.sh
00817_with_simple.reference
00817_with_simple.sql
00818_alias_bug_4110.reference
00818_alias_bug_4110.sql
00818_inner_join_bug_3567.reference
00818_inner_join_bug_3567.sql
00818_join_bug_4271.reference
00818_join_bug_4271.sql
00819_ast_refactoring_bugs.reference
00819_ast_refactoring_bugs.sql
00819_full_join_wrong_columns_in_block.reference
00819_full_join_wrong_columns_in_block.sql
00820_multiple_joins_subquery_requires_alias.reference
00820_multiple_joins_subquery_requires_alias.sql
00820_multiple_joins.reference
00820_multiple_joins.sql
00821_distributed_storage_with_join_on.reference
00821_distributed_storage_with_join_on.sql
00822_array_insert_default.reference
00822_array_insert_default.sql
00823_capnproto_input.reference
00823_capnproto_input.sh
00823_sequence_match_dfa.reference
00823_sequence_match_dfa.sql
00824_filesystem.reference
00824_filesystem.sql
00825_http_header_query_id.reference
00825_http_header_query_id.sh
00825_protobuf_format_array_3dim.reference
00825_protobuf_format_array_3dim.sh
00825_protobuf_format_array_of_arrays.reference
00825_protobuf_format_array_of_arrays.sh
00825_protobuf_format_enum_mapping.reference
00825_protobuf_format_enum_mapping.sh
00825_protobuf_format_enum_mapping.yaodzJ.binary
00825_protobuf_format_map.reference
00825_protobuf_format_map.sh
00825_protobuf_format_nested_in_nested.reference
00825_protobuf_format_nested_in_nested.sh
00825_protobuf_format_nested_optional.reference
00825_protobuf_format_nested_optional.sh
00825_protobuf_format_no_length_delimiter.reference
00825_protobuf_format_no_length_delimiter.sh
00825_protobuf_format_persons.reference
00825_protobuf_format_persons.sh
00825_protobuf_format_skipped_column_in_nested.reference
00825_protobuf_format_skipped_column_in_nested.sh
00825_protobuf_format_splitted_nested.reference
00825_protobuf_format_splitted_nested.sh
00825_protobuf_format_squares.reference
00825_protobuf_format_squares.sh
00825_protobuf_format_table_default.reference
00825_protobuf_format_table_default.sh
00826_cross_to_inner_join.reference
00826_cross_to_inner_join.sql Fix some tests 2022-02-11 17:15:56 +03:00
00829_bitmap64_function.reference
00829_bitmap64_function.sql
00829_bitmap_function.reference
00829_bitmap_function.sql
00830_join_overwrite.reference
00830_join_overwrite.sql
00831_quantile_weighted_parameter_check.reference
00831_quantile_weighted_parameter_check.sql
00832_storage_file_lock.reference
00832_storage_file_lock.sql
00833_sleep_overflow.reference
00833_sleep_overflow.sql
00834_cancel_http_readonly_queries_on_client_close.reference
00834_cancel_http_readonly_queries_on_client_close.sh
00834_date_datetime_cmp.reference
00834_date_datetime_cmp.sql
00834_dont_allow_to_set_two_configuration_files_in_client.reference
00834_dont_allow_to_set_two_configuration_files_in_client.sh
00834_hints_for_type_function_typos.reference
00834_hints_for_type_function_typos.sh
00834_kill_mutation_replicated_zookeeper.reference
00834_kill_mutation_replicated_zookeeper.sh
00834_kill_mutation.reference
00834_kill_mutation.sh
00834_limit_with_constant_expressions.reference
00834_limit_with_constant_expressions.sql
00834_not_between.reference
00834_not_between.sql
00835_if_generic_case.reference
00835_if_generic_case.sql
00836_indices_alter_replicated_zookeeper_long.reference
00836_indices_alter_replicated_zookeeper_long.sql
00836_indices_alter.reference
00836_indices_alter.sql
00836_numbers_table_function_zero.reference
00836_numbers_table_function_zero.sql
00837_insert_select_and_read_prefix.reference
00837_insert_select_and_read_prefix.sql
00837_minmax_index_replicated_zookeeper_long.reference
00837_minmax_index_replicated_zookeeper_long.sql
00837_minmax_index.reference
00837_minmax_index.sh
00838_system_tables_drop_table_race.reference
00838_system_tables_drop_table_race.sh
00838_unique_index.reference
00838_unique_index.sh
00839_bitmask_negative.reference
00839_bitmask_negative.sql
00840_long_concurrent_select_and_drop_deadlock.reference
00840_long_concurrent_select_and_drop_deadlock.sh
00840_top_k_weighted.reference
00840_top_k_weighted.sql
00841_temporary_table_database.reference
00841_temporary_table_database.sql
00842_array_with_constant_overflow.reference
00842_array_with_constant_overflow.sql
00843_optimize_predicate_and_rename_table.reference
00843_optimize_predicate_and_rename_table.sql
00844_join_lightee2.reference
00844_join_lightee2.sql
00845_join_on_aliases.reference
00845_join_on_aliases.sql
00846_join_using_tuple_crash.reference
00846_join_using_tuple_crash.sql
00847_multiple_join_same_column.reference
00847_multiple_join_same_column.sql
00848_join_use_nulls_segfault.reference
00848_join_use_nulls_segfault.sql
00849_multiple_comma_join_2.reference
00849_multiple_comma_join_2.sql Fix some tests 2022-02-11 17:15:56 +03:00
00850_global_join_dups.reference
00850_global_join_dups.sql
00851_http_insert_json_defaults.reference
00851_http_insert_json_defaults.sh
00852_any_join_nulls.reference
00852_any_join_nulls.sql
00853_join_with_nulls_crash.reference
00853_join_with_nulls_crash.sql
00854_multiple_join_asterisks.reference
00854_multiple_join_asterisks.sql
00855_join_with_array_join.reference
00855_join_with_array_join.sql
00856_no_column_issue_4242.reference
00856_no_column_issue_4242.sql
00857_global_joinsavel_table_alias.reference
00857_global_joinsavel_table_alias.sql
00858_issue_4756.reference
00858_issue_4756.sql
00859_distinct_with_join.reference
00859_distinct_with_join.sql
00860_unknown_identifier_bug.reference
00860_unknown_identifier_bug.sql
00861_decimal_quoted_csv.reference
00861_decimal_quoted_csv.sql
00862_decimal_in.reference
00862_decimal_in.sql
00863_comma_join_in.reference
00863_comma_join_in.sql
00864_union_all_supertype.reference
00864_union_all_supertype.sql
00870_t64_codec.reference
00870_t64_codec.sql
00871_t64_codec_signed.reference
00871_t64_codec_signed.sql
00872_t64_bit_codec.reference
00872_t64_bit_codec.sql
00874_issue_3495.reference
00874_issue_3495.sql
00875_join_right_nulls_ors.reference
00875_join_right_nulls_ors.sql
00875_join_right_nulls.reference
00875_join_right_nulls.sql
00876_wrong_arraj_join_column.reference
00876_wrong_arraj_join_column.sql
00877_memory_limit_for_new_delete.reference
00877_memory_limit_for_new_delete.sql
00878_join_unexpected_results.reference
00878_join_unexpected_results.sql
00879_cast_to_decimal_crash.reference
00879_cast_to_decimal_crash.sql
00880_decimal_in_key.reference
00880_decimal_in_key.sql
00881_unknown_identifier_in_in.reference
00881_unknown_identifier_in_in.sql
00882_multiple_join_no_alias.reference
00882_multiple_join_no_alias.sql
00897_flatten.reference
00897_flatten.sql
00898_parsing_bad_diagnostic_message.reference
00898_parsing_bad_diagnostic_message.sh
00898_quantile_timing_parameter_check.reference
00898_quantile_timing_parameter_check.sql
00899_long_attach_memory_limit.reference
00899_long_attach_memory_limit.sql
00900_entropy_shard.reference
00900_entropy_shard.sql
00900_long_parquet_decimal.reference
00900_long_parquet_decimal.sh
00900_long_parquet_load.reference
00900_long_parquet_load.sh
00900_long_parquet.reference finish all tests 2022-02-13 17:06:58 +08:00
00900_long_parquet.sh finish all tests 2022-02-13 17:06:58 +08:00
00900_null_array_orc_load.reference
00900_null_array_orc_load.sh
00900_orc_arrays_load.reference
00900_orc_arrays_load.sh
00900_orc_arrow_parquet_maps.reference
00900_orc_arrow_parquet_maps.sh
00900_orc_arrow_parquet_nested.reference
00900_orc_arrow_parquet_nested.sh
00900_orc_arrow_parquet_tuples.reference
00900_orc_arrow_parquet_tuples.sh
00900_orc_load.reference finish all tests 2022-02-13 17:06:58 +08:00
00900_orc_load.sh finish all tests 2022-02-13 17:06:58 +08:00
00900_orc_nested_arrays_load.reference
00900_orc_nested_arrays_load.sh
00900_orc_nullable_arrays_load.reference
00900_orc_nullable_arrays_load.sh
00901_joint_entropy.reference
00901_joint_entropy.sql
00902_entropy.reference
00902_entropy.sql
00903_array_with_constant_function.reference
00903_array_with_constant_function.sql
00904_array_with_constant_2.reference
00904_array_with_constant_2.sql
00905_compile_expressions_compare_big_dates.reference
00905_compile_expressions_compare_big_dates.sql
00905_field_with_aggregate_function_state.reference
00905_field_with_aggregate_function_state.sql
00906_low_cardinality_cache.reference
00906_low_cardinality_cache.sql
00906_low_cardinality_const_argument.reference
00906_low_cardinality_const_argument.sql
00906_low_cardinality_rollup.reference
00906_low_cardinality_rollup.sql
00907_set_index_max_rows.reference
00907_set_index_max_rows.sh
00907_set_index_with_nullable_and_low_cardinality_bug.reference
00907_set_index_with_nullable_and_low_cardinality_bug.sql
00907_set_index_with_nullable_and_low_cardinality.reference
00907_set_index_with_nullable_and_low_cardinality.sql
00908_analyze_query.reference
00908_analyze_query.sql
00908_bloom_filter_index.reference
00908_bloom_filter_index.sh
00908_long_http_insert.reference
00908_long_http_insert.sh
00909_arrayEnumerateUniq.reference
00909_arrayEnumerateUniq.sql
00909_kill_not_initialized_query.reference
00909_kill_not_initialized_query.sh
00909_ngram_distance.reference
00909_ngram_distance.sql
00910_buffer_prewhere.reference
00910_buffer_prewhere.sql
00910_client_window_size_detection.reference
00910_client_window_size_detection.sh
00910_crash_when_distributed_modify_order_by.reference
00910_crash_when_distributed_modify_order_by.sql
00910_decimal_group_array_crash_3783.reference
00910_decimal_group_array_crash_3783.sql
00910_zookeeper_custom_compression_codecs_replicated_long.reference
00910_zookeeper_custom_compression_codecs_replicated_long.sql
00910_zookeeper_test_alter_compression_codecs_long.reference
00910_zookeeper_test_alter_compression_codecs_long.sql
00911_tautological_compare.reference
00911_tautological_compare.sql
00912_string_comparison.reference
00912_string_comparison.sql
00913_many_threads.reference
00913_many_threads.sql
00914_join_bgranvea.reference
00914_join_bgranvea.sql
00914_replicate.reference
00914_replicate.sql
00915_simple_aggregate_function.reference
00915_simple_aggregate_function.sql
00915_tuple_orantius.reference
00915_tuple_orantius.sql
00916_add_materialized_column_after.reference
00916_add_materialized_column_after.sql
00916_create_or_replace_view.reference
00916_create_or_replace_view.sql
00916_join_using_duplicate_columns.reference
00916_join_using_duplicate_columns.sql
00917_least_sqr.reference
00917_least_sqr.sql
00917_multiple_joins_denny_crane.reference
00917_multiple_joins_denny_crane.sql
00918_has_unsufficient_type_check.reference
00918_has_unsufficient_type_check.sql
00918_json_functions.reference
00918_json_functions.sql
00919_histogram_merge.reference
00919_histogram_merge.sql
00919_sum_aggregate_states_constants.reference
00919_sum_aggregate_states_constants.sql
00920_multiply_aggregate_states_constants.reference
00920_multiply_aggregate_states_constants.sql
00921_datetime64_basic.reference
00921_datetime64_basic.sql
00921_datetime64_compatibility_long.python
00921_datetime64_compatibility_long.reference
00921_datetime64_compatibility_long.sh
00925_zookeeper_empty_replicated_merge_tree_optimize_final_long.reference
00925_zookeeper_empty_replicated_merge_tree_optimize_final_long.sh
00926_adaptive_index_granularity_collapsing_merge_tree.reference
00926_adaptive_index_granularity_collapsing_merge_tree.sql
00926_adaptive_index_granularity_merge_tree.reference
00926_adaptive_index_granularity_merge_tree.sql
00926_adaptive_index_granularity_pk.reference
00926_adaptive_index_granularity_pk.sql
00926_adaptive_index_granularity_replacing_merge_tree.reference
00926_adaptive_index_granularity_replacing_merge_tree.sql
00926_adaptive_index_granularity_versioned_collapsing_merge_tree.reference
00926_adaptive_index_granularity_versioned_collapsing_merge_tree.sql
00926_geo_to_h3.reference fix tests 2022-02-12 23:04:09 -08:00
00926_geo_to_h3.sql fix tests 2022-02-12 23:04:09 -08:00
00926_multimatch.reference
00926_multimatch.sql add use-hyperscan for multimatch tests 2022-02-17 12:39:33 +00:00
00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long.reference
00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long.sql
00927_asof_join_correct_bt.reference
00927_asof_join_correct_bt.sql
00927_asof_join_long.reference
00927_asof_join_long.sql
00927_asof_join_noninclusive.reference
00927_asof_join_noninclusive.sql
00927_asof_join_other_types.reference
00927_asof_join_other_types.sh
00927_asof_joins.reference
00927_asof_joins.sql
00927_disable_hyperscan.reference
00927_disable_hyperscan.sql
00928_multi_match_constant_constant.reference
00928_multi_match_constant_constant.sql
00929_multi_match_edit_distance.reference
00929_multi_match_edit_distance.sql add use-hyperscan for multimatch tests 2022-02-17 12:39:33 +00:00
00930_arrayIntersect.reference
00930_arrayIntersect.sql
00930_max_partitions_per_insert_block.reference
00930_max_partitions_per_insert_block.sql
00931_low_cardinality_nullable_aggregate_function_type.reference
00931_low_cardinality_nullable_aggregate_function_type.sql
00931_low_cardinality_read_with_empty_array.reference
00931_low_cardinality_read_with_empty_array.sql
00931_low_cardinality_set_index_in_key_condition.reference
00931_low_cardinality_set_index_in_key_condition.sql
00932_array_intersect_bug.reference
00932_array_intersect_bug.sql
00932_geohash_support.reference
00932_geohash_support.sql
00933_alter_ttl.reference
00933_alter_ttl.sql
00933_reserved_word.reference
00933_reserved_word.sql
00933_test_fix_extra_seek_on_compressed_cache.reference
00933_test_fix_extra_seek_on_compressed_cache.sh
00933_ttl_replicated_zookeeper_long.reference
00933_ttl_replicated_zookeeper_long.sql
00933_ttl_simple.reference
00933_ttl_simple.sql
00933_ttl_with_default.reference
00933_ttl_with_default.sql
00934_is_valid_utf8.reference
00934_is_valid_utf8.sql
00935_to_iso_week_first_year.reference
00935_to_iso_week_first_year.sql
00936_crc_functions.reference
00936_crc_functions.sql
00936_function_result_with_operator_in.reference
00936_function_result_with_operator_in.sql
00936_substring_utf8_non_const.reference
00936_substring_utf8_non_const.sql
00937_ipv4_cidr_range.reference
00937_ipv4_cidr_range.sql
00937_template_output_format.reference
00937_template_output_format.sh
00937_test_use_header_csv.reference
00937_test_use_header_csv.sh
00937_test_use_header_tsv.reference
00937_test_use_header_tsv.sh
00938_basename.reference
00938_basename.sql
00938_dataset_test.reference
00938_dataset_test.sql
00938_fix_rwlock_segfault_long.reference
00938_fix_rwlock_segfault_long.sh
00938_ipv6_cidr_range.reference
00938_ipv6_cidr_range.sql
00938_template_input_format.reference
00938_template_input_format.sh
00938_test_retention_function.reference
00938_test_retention_function.sql
00939_limit_by_offset.reference
00939_limit_by_offset.sql
00939_test_null_in.reference
00939_test_null_in.sql
00940_max_parts_in_total.reference
00940_max_parts_in_total.sql
00940_order_by_read_in_order.reference
00940_order_by_read_in_order.sql
00941_system_columns_race_condition.reference
00941_system_columns_race_condition.sh
00941_to_custom_week.reference
00941_to_custom_week.sql
00942_dataparts_500.reference
00942_dataparts_500.sh
00942_mutate_index.reference
00942_mutate_index.sh
00942_mv_rename_table.reference
00942_mv_rename_table.sql
00943_materialize_index.reference
00943_materialize_index.sh
00943_mv_rename_without_inner_table.reference
00943_mv_rename_without_inner_table.sql
00944_clear_index_in_partition.reference
00944_clear_index_in_partition.sh
00944_create_bloom_filter_index_with_merge_tree.reference
00944_create_bloom_filter_index_with_merge_tree.sh
00944_minmax_null.reference
00944_minmax_null.sql
00944_ml_test.reference
00944_ml_test.sql
00945_bloom_filter_index.reference
00945_bloom_filter_index.sql
00945_ml_test.reference
00945_ml_test.sql
00946_ml_test.reference
00946_ml_test.sql
00947_ml_test.reference
00947_ml_test.sql
00948_format_in_with_single_element.reference
00948_format_in_with_single_element.sh
00948_to_valid_utf8.reference
00948_to_valid_utf8.sql
00948_values_interpreter_template.reference
00948_values_interpreter_template.sql
00949_format.reference
00949_format.sql
00950_bad_alloc_when_truncate_join_storage.reference
00950_bad_alloc_when_truncate_join_storage.sql
00950_default_prewhere.reference
00950_default_prewhere.sql
00950_dict_get.reference
00950_dict_get.sql
00950_test_double_delta_codec.reference
00950_test_double_delta_codec.sql
00950_test_gorilla_codec.reference
00950_test_gorilla_codec.sql
00951_ngram_search.reference
00951_ngram_search.sql
00952_basic_constraints.reference
00952_basic_constraints.sh
00952_input_function.reference
00952_input_function.sh
00952_insert_into_distributed_with_materialized_column.reference
00952_insert_into_distributed_with_materialized_column.sql
00952_part_frozen_info.reference
00952_part_frozen_info.sql
00953_constraints_operations.reference
00953_constraints_operations.sh
00953_indices_alter_exceptions.reference
00953_indices_alter_exceptions.sh
00953_moving_functions.reference
00953_moving_functions.sql
00953_zookeeper_suetin_deduplication_bug.reference
00953_zookeeper_suetin_deduplication_bug.sh
00954_client_prepared_statements.reference
00954_client_prepared_statements.sh
00954_resample_combinator.reference
00954_resample_combinator.sql
00955_complex_prepared_statements.reference
00955_complex_prepared_statements.sh
00955_test_final_mark_use.reference
00955_test_final_mark_use.sh
00955_test_final_mark.reference
00955_test_final_mark.sql
00956_http_prepared_statements.reference
00956_http_prepared_statements.sh
00956_join_use_nulls_with_array_column.reference
00956_join_use_nulls_with_array_column.sql
00956_sensitive_data_masking.reference
00956_sensitive_data_masking.sh
00957_coalesce_const_nullable_crash.reference
00957_coalesce_const_nullable_crash.sql
00957_delta_diff_bug.reference
00957_delta_diff_bug.sql
00957_format_with_clashed_aliases.reference
00957_format_with_clashed_aliases.sh
00957_neighbor.reference
00957_neighbor.sql
00958_format_of_tuple_array_element.reference
00958_format_of_tuple_array_element.sh
00959_format_with_different_aliases.reference
00959_format_with_different_aliases.sh
00960_eval_ml_method_const.reference
00960_eval_ml_method_const.sql
00960_live_view_watch_events_live.py
00960_live_view_watch_events_live.reference
00961_check_table.reference
00961_check_table.sql
00961_checksums_in_system_parts_columns_table.reference
00961_checksums_in_system_parts_columns_table.sql
00961_temporary_live_view_watch.reference
00961_temporary_live_view_watch.sql
00961_visit_param_buffer_underflow.reference
00961_visit_param_buffer_underflow.sql
00962_enumNotExect.reference
00962_enumNotExect.sql
00962_live_view_periodic_refresh_and_timeout.py
00962_live_view_periodic_refresh_and_timeout.reference
00962_live_view_periodic_refresh_dictionary.py
00962_live_view_periodic_refresh_dictionary.reference
00962_live_view_periodic_refresh.py
00962_live_view_periodic_refresh.reference
00962_temporary_live_view_watch_live.py
00962_temporary_live_view_watch_live.reference
00962_visit_param_various.reference
00962_visit_param_various.sql
00963_achimbab.reference
00963_achimbab.sql
00963_startsWith_force_primary_key.reference
00963_startsWith_force_primary_key.sql
00963_temporary_live_view_watch_live_timeout.py.disabled
00963_temporary_live_view_watch_live_timeout.reference
00964_bloom_index_string_functions.reference
00964_bloom_index_string_functions.sh
00964_live_view_watch_events_heartbeat.py
00964_live_view_watch_events_heartbeat.reference
00964_os_thread_priority.reference
00964_os_thread_priority.sql
00965_live_view_watch_heartbeat.py
00965_live_view_watch_heartbeat.reference
00965_logs_level_bugfix.reference
00965_logs_level_bugfix.sh
00965_send_logs_level_concurrent_queries.reference
00965_send_logs_level_concurrent_queries.sh
00965_set_index_string_functions.reference
00965_set_index_string_functions.sh
00965_shard_unresolvable_addresses.reference
00965_shard_unresolvable_addresses.sql Fix some tests 2022-02-11 17:15:56 +03:00
00966_invalid_json_must_not_parse.reference
00966_invalid_json_must_not_parse.sql
00966_live_view_watch_events_http.py
00966_live_view_watch_events_http.reference
00967_insert_into_distributed_different_types.reference
00967_insert_into_distributed_different_types.sql
00967_live_view_watch_http.py
00967_live_view_watch_http.reference
00967_ubsan_bit_test.reference
00967_ubsan_bit_test.sql
00968_file_engine_in_subquery.reference
00968_file_engine_in_subquery.sql
00968_live_view_select_format_jsoneachrowwithprogress.reference
00968_live_view_select_format_jsoneachrowwithprogress.sql
00968_roundAge.reference
00968_roundAge.sql
00969_columns_clause.reference
00969_columns_clause.sql
00969_live_view_watch_format_jsoneachrowwithprogress.reference
00969_live_view_watch_format_jsoneachrowwithprogress.sql
00969_roundDuration.reference
00969_roundDuration.sql
00970_live_view_watch_events_http_heartbeat.py
00970_live_view_watch_events_http_heartbeat.reference
00970_substring_arg_validation.reference
00970_substring_arg_validation.sql
00971_live_view_watch_http_heartbeat.py
00971_live_view_watch_http_heartbeat.reference
00971_merge_tree_uniform_read_distribution_and_max_rows_to_read.reference
00971_merge_tree_uniform_read_distribution_and_max_rows_to_read.sql
00971_query_id_in_logs.reference
00971_query_id_in_logs.sh
00972_desc_table_virtual_columns.reference
00972_desc_table_virtual_columns.sql
00972_geohashesInBox.reference
00972_geohashesInBox.sql
00972_live_view_select_1.reference
00972_live_view_select_1.sql
00973_create_table_as_table_function.reference
00973_create_table_as_table_function.sql
00973_live_view_select_prewhere.reference
00973_live_view_select_prewhere.sql
00973_live_view_select.reference
00973_live_view_select.sql
00973_live_view_with_subquery_select_join_no_alias.reference
00973_live_view_with_subquery_select_join_no_alias.sql
00973_live_view_with_subquery_select_join.reference
00973_live_view_with_subquery_select_join.sql
00973_live_view_with_subquery_select_nested_with_aggregation_table_alias.reference
00973_live_view_with_subquery_select_nested_with_aggregation_table_alias.sql
00973_live_view_with_subquery_select_nested_with_aggregation.reference
00973_live_view_with_subquery_select_nested_with_aggregation.sql
00973_live_view_with_subquery_select_nested.reference
00973_live_view_with_subquery_select_nested.sql
00973_live_view_with_subquery_select_table_alias.reference
00973_live_view_with_subquery_select_table_alias.sql
00973_live_view_with_subquery_select_with_aggregation_in_subquery.reference
00973_live_view_with_subquery_select_with_aggregation_in_subquery.sql
00973_live_view_with_subquery_select_with_aggregation.reference
00973_live_view_with_subquery_select_with_aggregation.sql
00973_live_view_with_subquery_select.reference
00973_live_view_with_subquery_select.sql
00973_uniq_non_associativity.reference
00973_uniq_non_associativity.sql
00974_adaptive_granularity_secondary_index.reference
00974_adaptive_granularity_secondary_index.sql
00974_bitmapContains_with_primary_key.reference
00974_bitmapContains_with_primary_key.sql
00974_distributed_join_on.reference
00974_distributed_join_on.sql
00974_final_predicate_push_down.reference
00974_final_predicate_push_down.sql
00974_fix_join_on.reference
00974_fix_join_on.sql
00974_full_outer_join.reference
00974_full_outer_join.sql
00974_live_view_select_with_aggregation.reference
00974_live_view_select_with_aggregation.sql
00974_low_cardinality_cast.reference
00974_low_cardinality_cast.sql
00974_primary_key_for_lowCardinality.reference
00974_primary_key_for_lowCardinality.sh
00974_query_profiler.reference
00974_query_profiler.sql Add option to clickhouse-test to skip aarch64 build 2022-03-02 14:18:24 +00:00
00974_text_log_table_not_empty.reference
00974_text_log_table_not_empty.sh
00975_indices_mutation_replicated_zookeeper_long.reference
00975_indices_mutation_replicated_zookeeper_long.sh
00975_json_hang.reference
00975_json_hang.sql
00975_live_view_create.reference
00975_live_view_create.sql
00975_move_partition_merge_tree.reference
00975_move_partition_merge_tree.sql
00975_recursive_materialized_view.reference
00975_recursive_materialized_view.sql
00975_sample_prewhere_distributed.reference
00975_sample_prewhere_distributed.sql
00975_values_list.reference
00975_values_list.sql
00976_asof_join_on.reference
00976_asof_join_on.sql
00976_live_view_select_version.reference
00976_live_view_select_version.sql
00976_max_execution_speed.reference
00976_max_execution_speed.sql
00976_shard_low_cardinality_achimbab.reference
00976_shard_low_cardinality_achimbab.sql
00976_system_stop_ttl_merges.reference
00976_system_stop_ttl_merges.sql
00976_ttl_with_old_parts.reference
00976_ttl_with_old_parts.sql
00977_int_div.reference
00977_int_div.sql
00977_join_use_nulls_denny_crane.reference
00977_join_use_nulls_denny_crane.sql
00977_live_view_watch_events.reference
00977_live_view_watch_events.sql
00978_live_view_watch.reference
00978_live_view_watch.sql
00978_ml_math.reference
00978_ml_math.sql
00978_sum_map_bugfix.reference
00978_sum_map_bugfix.sql
00978_table_function_values_alias.reference
00978_table_function_values_alias.sql
00979_live_view_watch_continuous_aggregates.py
00979_live_view_watch_continuous_aggregates.reference
00979_live_view_watch_live_moving_avg.py.disabled
00979_live_view_watch_live_moving_avg.reference
00979_live_view_watch_live_with_subquery.py
00979_live_view_watch_live_with_subquery.reference
00979_live_view_watch_live.py
00979_live_view_watch_live.reference
00979_quantileExcatExclusive_and_Inclusive.reference
00979_quantileExcatExclusive_and_Inclusive.sql
00979_set_index_not.reference
00979_set_index_not.sql
00979_toFloat_monotonicity.reference
00979_toFloat_monotonicity.sql
00979_yandex_consistent_hash_fpe.reference
00979_yandex_consistent_hash_fpe.sql
00980_alter_settings_race.reference
00980_alter_settings_race.sh
00980_crash_nullable_decimal.reference
00980_crash_nullable_decimal.sql
00980_create_temporary_live_view.reference
00980_create_temporary_live_view.sql
00980_full_join_crash_fancyqlx.reference
00980_full_join_crash_fancyqlx.sql
00980_merge_alter_settings.reference
00980_merge_alter_settings.sql
00980_shard_aggregation_state_deserialization.reference
00980_shard_aggregation_state_deserialization.sql
00980_skip_unused_shards_without_sharding_key.reference
00980_skip_unused_shards_without_sharding_key.sql
00980_zookeeper_merge_tree_alter_settings.reference
00980_zookeeper_merge_tree_alter_settings.sql
00981_in_subquery_with_tuple.reference
00981_in_subquery_with_tuple.sh
00981_no_virtual_columns.reference
00981_no_virtual_columns.sql
00981_topK_topKWeighted_long.reference
00981_topK_topKWeighted_long.sql
00982_array_enumerate_uniq_ranked.reference
00982_array_enumerate_uniq_ranked.sql
00982_low_cardinality_setting_in_mv.reference
00982_low_cardinality_setting_in_mv.sql
00983_summing_merge_tree_not_an_identifier.reference
00983_summing_merge_tree_not_an_identifier.sql
00984_materialized_view_to_columns.reference
00984_materialized_view_to_columns.sql
00984_parser_stack_overflow.reference
00984_parser_stack_overflow.sh
00985_merge_stack_overflow.reference
00985_merge_stack_overflow.sql
00986_materialized_view_stack_overflow.reference
00986_materialized_view_stack_overflow.sql
00987_distributed_stack_overflow.reference
00987_distributed_stack_overflow.sql
00988_constraints_replication_zookeeper_long.reference
00988_constraints_replication_zookeeper_long.sql
00988_expansion_aliases_limit.reference
00988_expansion_aliases_limit.sql
00988_parallel_parts_removal.reference
00988_parallel_parts_removal.sql
00989_parallel_parts_loading.reference
00989_parallel_parts_loading.sql
00990_function_current_user.reference
00990_function_current_user.sql
00990_hasToken_and_tokenbf.reference
00990_hasToken_and_tokenbf.sql
00990_hasToken.python
00990_hasToken.reference
00990_hasToken.sh
00990_metric_log_table_not_empty.reference
00990_metric_log_table_not_empty.sql
00990_request_splitting.reference
00990_request_splitting.sql
00991_live_view_watch_event_live.python
00991_live_view_watch_event_live.reference
00991_live_view_watch_event_live.sh.disabled
00991_live_view_watch_http.python
00991_live_view_watch_http.reference
00991_live_view_watch_http.sh.disabled
00991_system_parts_race_condition_long.reference
00991_system_parts_race_condition_long.sh
00991_temporary_live_view_watch_events_heartbeat.python
00991_temporary_live_view_watch_events_heartbeat.reference
00991_temporary_live_view_watch_events_heartbeat.sh.disabled
00991_temporary_live_view_watch_live.python
00991_temporary_live_view_watch_live.reference
00991_temporary_live_view_watch_live.sh.disabled
00992_system_parts_race_condition_zookeeper_long.reference
00992_system_parts_race_condition_zookeeper_long.sh
00993_system_parts_race_condition_drop_zookeeper.reference
00993_system_parts_race_condition_drop_zookeeper.sh
00994_table_function_numbers_mt.reference
00994_table_function_numbers_mt.sql
00995_exception_while_insert.reference
00995_exception_while_insert.sh
00995_optimize_read_in_order_with_aggregation.reference
00995_optimize_read_in_order_with_aggregation.sql
00995_order_by_with_fill.reference
00995_order_by_with_fill.sql
00996_limit_with_ties.reference
00996_limit_with_ties.sql
00996_neighbor.reference
00996_neighbor.sql
00997_extract_all_crash_6627.reference
00997_extract_all_crash_6627.sql
00997_set_index_array.reference
00997_set_index_array.sql
00997_trim.reference
00997_trim.sql
00998_constraints_all_tables.reference
00998_constraints_all_tables.sql
00999_full_join_dup_keys_crash.reference
00999_full_join_dup_keys_crash.sql
00999_join_not_nullable_types.reference
00999_join_not_nullable_types.sql
00999_join_on_expression.reference
00999_join_on_expression.sql
00999_nullable_nested_types_4877.reference
00999_nullable_nested_types_4877.sql
00999_settings_no_extra_quotes.reference
00999_settings_no_extra_quotes.sql
00999_test_skip_indices_with_alter_and_merge.reference
00999_test_skip_indices_with_alter_and_merge.sql
01000_bad_size_of_marks_skip_idx.reference
01000_bad_size_of_marks_skip_idx.sql
01000_subquery_requires_alias.reference
01000_subquery_requires_alias.sql
01000_unneeded_substitutions_client.reference
01000_unneeded_substitutions_client.sh
01001_enums_in_in_section.reference
01001_enums_in_in_section.sql
01001_rename_merge_race_condition.reference
01001_rename_merge_race_condition.sh
01002_alter_nullable_adaptive_granularity_long.reference
01002_alter_nullable_adaptive_granularity_long.sh
01003_kill_query_race_condition.reference
01003_kill_query_race_condition.sh
01004_rename_deadlock.reference
01004_rename_deadlock.sh
01005_rwr_shard_deadlock.reference
01005_rwr_shard_deadlock.sh
01006_simpod_empty_part_single_column_write.reference
01006_simpod_empty_part_single_column_write.sh
01006_ttl_with_default_2.reference
01006_ttl_with_default_2.sql
01007_r1r2_w_r2r1_deadlock.reference
01007_r1r2_w_r2r1_deadlock.sh
01008_materialized_view_henyihanwobushi.reference
01008_materialized_view_henyihanwobushi.sql
01009_global_array_join_names.reference
01009_global_array_join_names.sql
01009_insert_select_data_loss.reference
01009_insert_select_data_loss.sql
01009_insert_select_nicelulu.reference
01009_insert_select_nicelulu.sql
01010_low_cardinality_and_native_http.reference
01010_low_cardinality_and_native_http.sh
01010_partial_merge_join_const_and_lc.reference
01010_partial_merge_join_const_and_lc.sql
01010_partial_merge_join_negative.reference
01010_partial_merge_join_negative.sql
01010_partial_merge_join.reference
01010_partial_merge_join.sql
01010_pm_join_all_join_bug.reference
01010_pm_join_all_join_bug.sql
01010_pmj_on_disk.reference
01010_pmj_on_disk.sql
01010_pmj_one_row_blocks.reference
01010_pmj_one_row_blocks.sql
01010_pmj_right_table_memory_limits.reference
01010_pmj_right_table_memory_limits.sql Fix some tests 2022-02-16 15:10:02 +00:00
01010_pmj_skip_blocks.reference
01010_pmj_skip_blocks.sql
01011_group_uniq_array_memsan.reference
01011_group_uniq_array_memsan.sql
01011_test_create_as_skip_indices.reference
01011_test_create_as_skip_indices.sql
01012_reset_running_accumulate.reference
01012_reset_running_accumulate.sql
01012_select_limit_x_0.reference
01012_select_limit_x_0.sql
01012_serialize_array_memory_usage.reference
01012_serialize_array_memory_usage.sql
01012_show_tables_limit.reference
01012_show_tables_limit.sql
01013_hex_decimal.reference
01013_hex_decimal.sql
01013_hex_float.reference
01013_hex_float.sql
01013_repeat_function.reference
01013_repeat_function.sql
01013_sync_replica_timeout_zookeeper.reference
01013_sync_replica_timeout_zookeeper.sh
01013_totals_without_aggregation.reference
01013_totals_without_aggregation.sql
01014_count_of_merges_metrics.reference
01014_count_of_merges_metrics.sql
01014_format_custom_separated.reference
01014_format_custom_separated.sh
01014_function_repeat_corner_cases.reference
01014_function_repeat_corner_cases.sql
01014_lazy_database_basic.reference
01014_lazy_database_basic.sh
01014_lazy_database_concurrent_recreate_reattach_and_show_tables.reference
01014_lazy_database_concurrent_recreate_reattach_and_show_tables.sh
01015_array_split.reference
01015_array_split.sql
01015_attach_part.reference
01015_attach_part.sql
01015_database_bad_tables.reference
01015_database_bad_tables.sh
01015_empty_in_inner_right_join.reference
01015_empty_in_inner_right_join.sql.j2
01015_insert_values_parametrized.reference
01015_insert_values_parametrized.sh
01015_random_constant.reference
01015_random_constant.sql
01016_index_tuple_field_type.reference
01016_index_tuple_field_type.sql
01016_input_null_as_default.reference
01016_input_null_as_default.sh
01016_macros.reference
01016_macros.sql
01016_null_part_minmax.reference
01016_null_part_minmax.sql
01016_simhash_minhash.reference Fix 01016_simhash_minhash 2022-02-28 16:38:39 +00:00
01016_simhash_minhash.sql Fix 01016_simhash_minhash 2022-02-28 16:38:39 +00:00
01016_uniqCombined64.reference
01016_uniqCombined64.sql
01017_bithamming_distance.reference
01017_bithamming_distance.sql
01017_in_unconvertible_complex_type.reference
01017_in_unconvertible_complex_type.sql
01017_mutations_with_nondeterministic_functions_zookeeper.reference
01017_mutations_with_nondeterministic_functions_zookeeper.sh
01017_tsv_empty_as_default.reference
01017_tsv_empty_as_default.sh
01017_tuplehamming_distance.reference
01017_tuplehamming_distance.sql
01017_uniqCombined_memory_usage.reference
01017_uniqCombined_memory_usage.sql Fix more settings, add random settings for .sh tests 2022-02-16 10:35:46 +00:00
01018_ambiguous_column.reference
01018_ambiguous_column.sql
01018_ddl_dictionaries_bad_queries.reference
01018_ddl_dictionaries_bad_queries.sh
01018_ddl_dictionaries_concurrent_requrests.reference
01018_ddl_dictionaries_concurrent_requrests.sh
01018_ddl_dictionaries_create.reference
01018_ddl_dictionaries_create.sql
01018_ddl_dictionaries_select.reference
01018_ddl_dictionaries_select.sql
01018_ddl_dictionaries_special.reference
01018_ddl_dictionaries_special.sql
01018_dictionaries_from_dictionaries.reference
01018_dictionaries_from_dictionaries.sql
01018_Distributed__shard_num.reference
01018_Distributed__shard_num.sql
01018_empty_aggregation_filling.reference
01018_empty_aggregation_filling.sql
01018_insert_multiple_blocks_with_defaults.reference
01018_insert_multiple_blocks_with_defaults.sh
01018_ip_dictionary_long.reference
01018_ip_dictionary_long.sql
01018_optimize_read_in_order_with_in_subquery.reference
01018_optimize_read_in_order_with_in_subquery.sql
01019_alter_materialized_view_atomic.reference
01019_alter_materialized_view_atomic.sh
01019_alter_materialized_view_consistent.reference
01019_alter_materialized_view_consistent.sh
01019_alter_materialized_view_query.reference
01019_alter_materialized_view_query.sql
01019_array_fill.reference
01019_array_fill.sql
01019_Buffer_and_max_memory_usage.reference
01019_Buffer_and_max_memory_usage.sql
01019_materialized_view_select_extra_columns.reference
01019_materialized_view_select_extra_columns.sql
01019_parallel_parsing_cancel.reference
01019_parallel_parsing_cancel.sh
01020_function_array_compact.reference
01020_function_array_compact.sql make arrayCompact behave as other higher-order functions 2022-02-21 15:40:03 +03:00
01020_function_char.reference
01020_function_char.sql
01020_having_without_group_by.reference
01020_having_without_group_by.sql
01021_create_as_select.reference
01021_create_as_select.sql
01021_only_tuple_columns.reference
01021_only_tuple_columns.sql
01021_tuple_parser.reference
01021_tuple_parser.sql
01023_materialized_view_query_context.reference
01023_materialized_view_query_context.sql
01024__getScalar.reference
01024__getScalar.sql
01025_array_compact_generic.reference make arrayCompact behave as other higher-order functions 2022-02-21 15:40:03 +03:00
01025_array_compact_generic.sql make arrayCompact behave as other higher-order functions 2022-02-21 15:40:03 +03:00
01026_char_utf8.reference
01026_char_utf8.sql
01029_early_constant_folding.reference
01029_early_constant_folding.sql
01030_concatenate_equal_fixed_strings.reference
01030_concatenate_equal_fixed_strings.sql
01030_final_mark_empty_primary_key.reference
01030_final_mark_empty_primary_key.sql
01030_incorrect_count_summing_merge_tree.reference
01030_incorrect_count_summing_merge_tree.sql
01030_limit_by_with_ties_error.reference
01030_limit_by_with_ties_error.sh Fixed tests 2022-02-13 15:10:44 +00:00
01030_storage_hdfs_syntax.reference
01030_storage_hdfs_syntax.sql
01030_storage_set_supports_read.reference
01030_storage_set_supports_read.sql
01030_storage_url_syntax.reference
01030_storage_url_syntax.sql
01031_mutations_interpreter_and_context.reference
01031_mutations_interpreter_and_context.sh
01031_new_any_join.reference
01031_new_any_join.sql
01031_pmj_new_any_semi_join.reference
01031_pmj_new_any_semi_join.sql
01031_semi_anti_join.reference
01031_semi_anti_join.sql Fixed tests 2022-02-13 15:10:44 +00:00
01032_cityHash64_for_decimal.reference
01032_cityHash64_for_decimal.sql
01032_cityHash64_for_UUID.reference
01032_cityHash64_for_UUID.sql
01032_duplicate_column_insert_query.reference
01032_duplicate_column_insert_query.sql
01033_dictionaries_lifetime.reference
01033_dictionaries_lifetime.sql
01033_quota_dcl.reference
01033_quota_dcl.sql
01033_storage_odbc_parsing_exception_check.reference
01033_storage_odbc_parsing_exception_check.sql
01033_substr_negative_size_arg.reference
01033_substr_negative_size_arg.sql
01034_JSONCompactEachRow.reference
01034_JSONCompactEachRow.sql
01034_move_partition_from_table_zookeeper.reference
01034_move_partition_from_table_zookeeper.sh
01034_order_by_pk_prefix.reference
01034_order_by_pk_prefix.sql
01034_prewhere_max_parallel_replicas_distributed.reference
01034_prewhere_max_parallel_replicas_distributed.sql Fix next batch of tests 2022-02-17 13:46:51 +00:00
01034_sample_final_distributed.reference
01034_sample_final_distributed.sql Fix some tests 2022-02-11 17:15:56 +03:00
01034_unknown_qualified_column_in_join.reference
01034_unknown_qualified_column_in_join.sql
01034_values_parse_float_bug.reference
01034_values_parse_float_bug.sh
01034_with_fill_and_push_down_predicate.reference
01034_with_fill_and_push_down_predicate.sql
01035_avg_weighted_long.reference
01035_avg_weighted_long.sh
01035_avg.reference
01035_avg.sql
01035_concurrent_move_partition_from_table_zookeeper.reference
01035_concurrent_move_partition_from_table_zookeeper.sh
01035_enum_conversion_native_format.reference
01035_enum_conversion_native_format.sh
01035_lc_empty_part_bug.reference
01035_lc_empty_part_bug.sh
01035_prewhere_with_alias.reference
01035_prewhere_with_alias.sql
01036_no_superfluous_dict_reload_on_create_database_2.reference
01036_no_superfluous_dict_reload_on_create_database_2.sql
01036_no_superfluous_dict_reload_on_create_database.reference
01036_no_superfluous_dict_reload_on_create_database.sql
01036_union_different_columns.reference
01036_union_different_columns.sql
01037_polygon_dicts_correctness_all.ans
01037_polygon_dicts_correctness_all.reference
01037_polygon_dicts_correctness_all.sh
01037_polygon_dicts_correctness_fast.ans
01037_polygon_dicts_correctness_fast.reference
01037_polygon_dicts_correctness_fast.sh
01037_polygon_dicts_simple_functions.ans
01037_polygon_dicts_simple_functions.reference
01037_polygon_dicts_simple_functions.sh
01037_test_data_perf.tar.gz
01037_test_data_search.tar.gz
01037_zookeeper_check_table_empty_pk.reference
01037_zookeeper_check_table_empty_pk.sql
01038_array_of_unnamed_tuples.reference
01038_array_of_unnamed_tuples.sql
01038_dictionary_lifetime_min_zero_sec.reference
01038_dictionary_lifetime_min_zero_sec.sh
01039_mergetree_exec_time.reference
01039_mergetree_exec_time.sql
01039_row_policy_dcl.reference
01039_row_policy_dcl.sh
01039_test_setting_parse.reference
01039_test_setting_parse.sql
01040_dictionary_invalidate_query_switchover_long.reference
01040_dictionary_invalidate_query_switchover_long.sh
01040_distributed_directory_monitor_batch_inserts.reference
01040_distributed_directory_monitor_batch_inserts.sql
01040_h3_get_resolution.reference
01040_h3_get_resolution.sql
01041_create_dictionary_if_not_exists.reference
01041_create_dictionary_if_not_exists.sql
01041_h3_is_valid.reference
01041_h3_is_valid.sql
01042_check_query_and_last_granule_size.reference
01042_check_query_and_last_granule_size.sql
01042_h3_k_ring.reference
01042_h3_k_ring.sql
01042_system_reload_dictionary_reloads_completely.reference
01042_system_reload_dictionary_reloads_completely.sh
01043_categorical_iv.reference
01043_categorical_iv.sql
01043_dictionary_attribute_properties_values.reference
01043_dictionary_attribute_properties_values.sql
01043_geo_distance.reference
01043_geo_distance.sql
01043_h3_edge_length_m.reference
01043_h3_edge_length_m.sql
01044_great_circle_angle.reference
01044_great_circle_angle.sql
01044_h3_edge_angle.reference
01044_h3_edge_angle.sql
01045_array_zip.reference
01045_array_zip.sql
01045_bloom_filter_null_array.reference
01045_bloom_filter_null_array.sql
01045_dictionaries_restrictions.reference
01045_dictionaries_restrictions.sql
01045_order_by_pk_special_storages.reference
01045_order_by_pk_special_storages.sh
01045_zookeeper_system_mutations_with_parts_names.reference
01045_zookeeper_system_mutations_with_parts_names.sh
01046_materialized_view_with_join_over_distributed.reference
01046_materialized_view_with_join_over_distributed.sql
01046_trivial_count_query_distributed.reference
01046_trivial_count_query_distributed.sql
01047_no_alias_columns_with_table_aliases.reference
01047_no_alias_columns_with_table_aliases.sql
01047_nullable_rand.reference
01047_nullable_rand.sql
01047_simple_aggregate_sizes_of_columns_bug.reference
01047_simple_aggregate_sizes_of_columns_bug.sql
01047_window_view_parser_inner_table.reference
01047_window_view_parser_inner_table.sql
01048_exists_query.reference
01048_exists_query.sql
01048_window_view_parser.reference windowview_multi_column_groupby 2022-02-24 14:06:37 +08:00
01048_window_view_parser.sql
01049_join_low_card_bug_long.reference
01049_join_low_card_bug_long.sql.j2
01049_join_low_card_crash.reference
01049_join_low_card_crash.sql
01049_window_view_window_functions.reference
01049_window_view_window_functions.sql
01049_zookeeper_synchronous_mutations_long.reference
01049_zookeeper_synchronous_mutations_long.sql
01050_clickhouse_dict_source_with_subquery.reference
01050_clickhouse_dict_source_with_subquery.sql
01050_engine_join_crash.reference
01050_engine_join_crash.sql
01050_engine_join_view_crash.reference
01050_engine_join_view_crash.sql
01050_group_array_sample.reference
01050_group_array_sample.sql
01050_window_view_parser_tumble.reference
01050_window_view_parser_tumble.sql
01051_aggregate_function_crash.reference
01051_aggregate_function_crash.sql
01051_all_join_engine.reference
01051_all_join_engine.sql
01051_new_any_join_engine.reference
01051_new_any_join_engine.sql
01051_random_printable_ascii.reference
01051_random_printable_ascii.sql
01051_same_name_alias_with_joins.reference
01051_same_name_alias_with_joins.sql
01051_scalar_optimization.reference
01051_scalar_optimization.sql
01051_system_stack_trace.reference
01051_system_stack_trace.sql
01051_window_view_parser_hop.reference
01051_window_view_parser_hop.sql
01052_array_reduce_exception.reference
01052_array_reduce_exception.sql
01052_compression_buffer_overrun.reference
01052_compression_buffer_overrun.sh
01052_window_view_proc_tumble_to_now.reference
01052_window_view_proc_tumble_to_now.sh
01053_drop_database_mat_view.reference
01053_drop_database_mat_view.sql
01053_if_chain_check.reference
01053_if_chain_check.sql
01053_ssd_dictionary.reference
01053_ssd_dictionary.sh
01053_window_view_proc_hop_to_now.reference
01053_window_view_proc_hop_to_now.sh
01054_cache_dictionary_bunch_update.reference
01054_cache_dictionary_bunch_update.sh
01054_cache_dictionary_overflow_cell.reference
01054_cache_dictionary_overflow_cell.sql
01054_random_printable_ascii_ubsan.reference
01054_random_printable_ascii_ubsan.sh
01054_window_view_proc_tumble_to.reference
01054_window_view_proc_tumble_to.sh
01055_compact_parts_1.reference
01055_compact_parts_1.sql
01055_compact_parts_granularity.reference
01055_compact_parts_granularity.sh
01055_compact_parts.reference
01055_compact_parts.sql
01055_minmax_index_compact_parts.reference
01055_minmax_index_compact_parts.sh
01055_prewhere_bugs.reference
01055_prewhere_bugs.sql
01055_window_view_proc_hop_to.reference
01055_window_view_proc_hop_to.sh
01056_create_table_as.reference
01056_create_table_as.sql
01056_negative_with_bloom_filter.reference
01056_negative_with_bloom_filter.sql
01056_predicate_optimizer_bugs.reference
01056_predicate_optimizer_bugs.sql Fix some tests 2022-02-11 17:15:56 +03:00
01056_prepared_statements_null_and_escaping.reference
01056_prepared_statements_null_and_escaping.sh
01056_window_view_proc_hop_watch.py
01056_window_view_proc_hop_watch.reference
01057_http_compression_prefer_brotli.reference
01057_http_compression_prefer_brotli.sh
01057_window_view_event_tumble_to_strict_asc.reference
01057_window_view_event_tumble_to_strict_asc.sh
01058_window_view_event_hop_to_strict_asc.reference
01058_window_view_event_hop_to_strict_asc.sh
01058_zlib_ng_level1_bug.reference
01058_zlib_ng_level1_bug.sh
01059_storage_file_compression.reference
01059_storage_file_compression.sh
01059_window_view_event_hop_watch_strict_asc.py
01059_window_view_event_hop_watch_strict_asc.reference
01060_avro.reference update tests 2022-03-10 09:46:43 +08:00
01060_avro.sh fixed code style 2022-03-10 12:13:19 +08:00
01060_defaults_all_columns.reference
01060_defaults_all_columns.sql
01060_shutdown_table_after_detach.reference
01060_shutdown_table_after_detach.sql
01060_substring_negative_size.reference
01060_substring_negative_size.sql
01060_window_view_event_tumble_to_asc.reference windowview_multi_column_groupby 2022-02-24 14:06:37 +08:00
01060_window_view_event_tumble_to_asc.sh fix flaky test 2022-03-02 11:12:42 +08:00
01061_alter_codec_with_type.reference
01061_alter_codec_with_type.sql
01061_window_view_event_hop_to_asc.reference
01061_window_view_event_hop_to_asc.sh
01062_alter_on_mutataion_zookeeper_long.reference
01062_alter_on_mutataion_zookeeper_long.sql
01062_max_parser_depth.reference
01062_max_parser_depth.sh
01062_pm_all_join_with_block_continuation.reference
01062_pm_all_join_with_block_continuation.sql
01062_pm_multiple_all_join_same_value.reference
01062_pm_multiple_all_join_same_value.sql
01062_window_view_event_hop_watch_asc.py
01062_window_view_event_hop_watch_asc.reference
01063_create_column_set.reference
01063_create_column_set.sql
01063_window_view_event_tumble_to_bounded.reference
01063_window_view_event_tumble_to_bounded.sh
01064_array_auc.reference
01064_array_auc.sql
01064_incremental_streaming_from_2_src_with_feedback.reference
01064_incremental_streaming_from_2_src_with_feedback.sql
01064_pm_all_join_const_and_nullable.reference
01064_pm_all_join_const_and_nullable.sql
01064_window_view_event_hop_to_bounded.reference
01064_window_view_event_hop_to_bounded.sh
01065_array_zip_mixed_const.reference
01065_array_zip_mixed_const.sql
01065_if_not_finite.reference
01065_if_not_finite.sql
01065_window_view_event_hop_watch_bounded.py
01065_window_view_event_hop_watch_bounded.reference
01066_bit_count.reference
01066_bit_count.sql
01066_window_view_event_tumble_to_strict_asc_lateness.reference
01066_window_view_event_tumble_to_strict_asc_lateness.sh
01067_join_null.reference
01067_join_null.sql
01067_window_view_event_tumble_to_asc_lateness.reference
01067_window_view_event_tumble_to_asc_lateness.sh
01068_parens.reference
01068_parens.sql
01068_window_view_event_tumble_to_bounded_lateness.reference
01068_window_view_event_tumble_to_bounded_lateness.sh
01069_database_memory.reference
01069_database_memory.sql
01069_insert_float_as_nullable_unit8.reference
01069_insert_float_as_nullable_unit8.sql
01069_materialized_view_alter_target_table_with_default_expression.reference
01069_materialized_view_alter_target_table_with_default_expression.sql
01069_materialized_view_alter_target_table.reference
01069_materialized_view_alter_target_table.sql
01069_set_in_group_by.reference
01069_set_in_group_by.sql
01069_window_view_proc_tumble_watch.py
01069_window_view_proc_tumble_watch.reference
01070_alter_with_ttl.reference
01070_alter_with_ttl.sql
01070_exception_code_in_query_log_table.reference
01070_exception_code_in_query_log_table.sql
01070_h3_get_base_cell.reference
01070_h3_get_base_cell.sql
01070_h3_hex_area_m2.reference
01070_h3_hex_area_m2.sql
01070_h3_indexes_are_neighbors.reference
01070_h3_indexes_are_neighbors.sql
01070_h3_to_children.reference
01070_h3_to_children.sql
01070_h3_to_parent.reference
01070_h3_to_parent.sql
01070_h3_to_string.reference
01070_h3_to_string.sql
01070_materialize_ttl.reference
01070_materialize_ttl.sql
01070_modify_ttl_recalc_only.reference
01070_modify_ttl_recalc_only.sql
01070_modify_ttl.reference
01070_modify_ttl.sql
01070_mutations_with_dependencies.reference
01070_mutations_with_dependencies.sql
01070_string_to_h3.reference
01070_string_to_h3.sql
01070_template_empty_file.reference
01070_template_empty_file.sql
01070_to_decimal_or_null_exception.reference
01070_to_decimal_or_null_exception.sql
01070_window_view_watch_events.py
01070_window_view_watch_events.reference
01071_force_optimize_skip_unused_shards.reference
01071_force_optimize_skip_unused_shards.sql
01071_http_header_exception_code.reference
01071_http_header_exception_code.sh
01071_in_array.reference
01071_in_array.sql
01071_live_view_detach_dependency.reference
01071_live_view_detach_dependency.sql
01071_prohibition_secondary_index_with_old_format_merge_tree.reference
01071_prohibition_secondary_index_with_old_format_merge_tree.sql
01071_window_view_event_tumble_asc_join.reference
01071_window_view_event_tumble_asc_join.sh
01072_drop_temporary_table_with_same_name.reference
01072_drop_temporary_table_with_same_name.sql
01072_json_each_row_data_in_square_brackets.reference
01072_json_each_row_data_in_square_brackets.sql
01072_nullable_jit.reference
01072_nullable_jit.sql
01072_optimize_skip_unused_shards_const_expr_eval.reference
01072_optimize_skip_unused_shards_const_expr_eval.sql
01072_select_constant_limit.reference
01072_select_constant_limit.sql
01073_attach_if_not_exists.reference
01073_attach_if_not_exists.sql
01073_bad_alter_partition.reference
01073_bad_alter_partition.sql
01073_blockSerializedSize.reference
01073_blockSerializedSize.sql
01073_crlf_end_of_line.reference
01073_crlf_end_of_line.sql
01073_grant_and_revoke.reference
01073_grant_and_revoke.sql
01073_show_tables_not_like.reference
01073_show_tables_not_like.sql
01074_h3_range_check.reference
01074_h3_range_check.sql
01074_partial_revokes.reference
01074_partial_revokes.sql
01075_allowed_client_hosts.reference
01075_allowed_client_hosts.sql
01075_in_arrays_enmk.reference
01075_in_arrays_enmk.sql
01076_array_join_prewhere_const_folding.reference
01076_array_join_prewhere_const_folding.sql
01076_cache_dictionary_datarace_exception_ptr.reference
01076_cache_dictionary_datarace_exception_ptr.sh
01076_json_each_row_array.reference
01076_json_each_row_array.sh
01076_parallel_alter_replicated_zookeeper.reference
01076_parallel_alter_replicated_zookeeper.sh
01076_predicate_optimizer_with_view.reference
01076_predicate_optimizer_with_view.sql
01076_range_reader_segfault.reference
01076_range_reader_segfault.sql
01077_mutations_index_consistency.reference
01077_mutations_index_consistency.sh
01077_yet_another_prewhere_test.reference
01077_yet_another_prewhere_test.sql
01078_bloom_filter_operator_not_has.reference
01078_bloom_filter_operator_not_has.sql
01078_merge_tree_read_one_thread.reference
01078_merge_tree_read_one_thread.sql
01079_alter_default_zookeeper_long.reference
01079_alter_default_zookeeper_long.sql
01079_bad_alters_zookeeper_long.reference
01079_bad_alters_zookeeper_long.sh
01079_bit_operations_using_bitset.reference
01079_bit_operations_using_bitset.sql
01079_new_range_reader_segfault.reference
01079_new_range_reader_segfault.sql
01079_order_by_pk.reference
01079_order_by_pk.sql
01079_parallel_alter_add_drop_column_zookeeper.reference
01079_parallel_alter_add_drop_column_zookeeper.sh
01079_parallel_alter_detach_table_zookeeper.reference
01079_parallel_alter_detach_table_zookeeper.sh
01079_parallel_alter_modify_zookeeper_long.reference
01079_parallel_alter_modify_zookeeper_long.sh
01079_reinterpret_as_fixed_string.reference
01079_reinterpret_as_fixed_string.sql
01080_check_for_error_incorrect_size_of_nested_column.reference
01080_check_for_error_incorrect_size_of_nested_column.sql
01080_engine_merge_prewhere_tupleelement_error.reference
01080_engine_merge_prewhere_tupleelement_error.sql
01080_join_get_null.reference
01080_join_get_null.sql
01081_demangle.reference
01081_demangle.sql
01081_keywords_formatting.reference
01081_keywords_formatting.sql
01081_PartialSortingTransform_full_column.reference
01081_PartialSortingTransform_full_column.sql
01082_bit_test_out_of_bound.reference
01082_bit_test_out_of_bound.sql
01083_aggregation_memory_efficient_bug.reference
01083_aggregation_memory_efficient_bug.sql
01083_cross_to_inner_with_in_bug.reference
01083_cross_to_inner_with_in_bug.sql
01083_cross_to_inner_with_like.reference
01083_cross_to_inner_with_like.sql Fix some tests 2022-02-11 17:15:56 +03:00
01083_expressions_in_engine_arguments.reference
01083_expressions_in_engine_arguments.sql
01083_functional_index_in_mergetree.reference
01083_functional_index_in_mergetree.sql
01083_log_family_disk_memory.reference
01083_log_family_disk_memory.sql
01083_log_first_column_alias.reference
01083_log_first_column_alias.sql
01083_match_zero_byte.reference
01083_match_zero_byte.sql
01084_defaults_on_aliases.reference
01084_defaults_on_aliases.sql
01084_regexp_empty.reference
01084_regexp_empty.sql
01085_datetime_arithmetic_preserve_timezone.reference
01085_datetime_arithmetic_preserve_timezone.sql
01085_extract_all_empty.reference
01085_extract_all_empty.sql
01085_max_distributed_connections_http.reference
01085_max_distributed_connections_http.sh
01085_max_distributed_connections.reference
01085_max_distributed_connections.sh
01085_regexp_input_format.reference
01085_regexp_input_format.sh
01085_simdjson_uint64.reference
01085_simdjson_uint64.sql
01086_modulo_or_zero.reference
01086_modulo_or_zero.sql
01086_odbc_roundtrip.reference Fixed tests 2022-02-13 15:10:44 +00:00
01086_odbc_roundtrip.sh Skip 01086_odbc_roundtrip for aarch, disable force_tests 2022-03-07 11:04:37 +00:00
01086_regexp_input_format_skip_unmatched.reference
01086_regexp_input_format_skip_unmatched.sh
01087_index_set_ubsan.reference
01087_index_set_ubsan.sql
01087_storage_generate.reference
01087_storage_generate.sql
01087_table_function_generate.reference
01087_table_function_generate.sql
01088_array_slice_of_aggregate_functions.reference
01088_array_slice_of_aggregate_functions.sql
01088_benchmark_query_id.reference
01088_benchmark_query_id.sh
01089_alter_settings_old_format.reference
01089_alter_settings_old_format.sql
01090_fixed_string_bit_ops.reference
01090_fixed_string_bit_ops.sql
01090_zookeeper_mutations_and_insert_quorum_long.reference
01090_zookeeper_mutations_and_insert_quorum_long.sql
01091_insert_with_default_json.reference
01091_insert_with_default_json.sql
01091_num_threads.reference
01091_num_threads.sql
01091_query_profiler_does_not_hang.reference
01091_query_profiler_does_not_hang.sql
01092_base64.reference
01092_base64.sql
01092_memory_profiler.reference
01092_memory_profiler.sql add no-cpu-aarch64 to 01092_memory_profiler 2022-03-02 23:15:01 +01:00
01093_cyclic_defaults_filimonov.reference
01093_cyclic_defaults_filimonov.sql
01095_tpch_like_smoke.reference
01095_tpch_like_smoke.sql
01096_array_reduce_in_ranges.reference
01096_array_reduce_in_ranges.sql
01096_block_serialized_state.reference
01096_block_serialized_state.sql
01096_zeros.reference
01096_zeros.sql
01097_cyclic_defaults.reference
01097_cyclic_defaults.sql
01097_one_more_range_reader_test.reference
01097_one_more_range_reader_test.sql
01097_pre_limit.reference
01097_pre_limit.sql
01098_msgpack_format.reference
01098_msgpack_format.sh
01098_sum.reference
01098_sum.sql
01098_temporary_and_external_tables.reference
01098_temporary_and_external_tables.sh
01099_operators_date_and_timestamp.reference
01099_operators_date_and_timestamp.sql
01099_parallel_distributed_insert_select.reference
01099_parallel_distributed_insert_select.sql Fix some tests 2022-02-11 17:15:56 +03:00
01100_split_by_string.reference
01100_split_by_string.sql
01101_literal_column_clash.reference
01101_literal_column_clash.sql
01101_prewhere_after_alter.reference
01101_prewhere_after_alter.sql
01102_distributed_local_in_bug.reference
01102_distributed_local_in_bug.sql
01103_check_cpu_instructions_at_startup.reference
01103_check_cpu_instructions_at_startup.sh Add option to clickhouse-test to skip aarch64 build 2022-03-02 14:18:24 +00:00
01103_distributed_product_mode_local_column_renames.reference
01103_distributed_product_mode_local_column_renames.sql
01103_optimize_drop_race_zookeeper.reference
01103_optimize_drop_race_zookeeper.sh
01104_distributed_numbers_test.reference
01104_distributed_numbers_test.sql
01104_distributed_one_test.reference
01104_distributed_one_test.sql
01104_fixed_string_like.reference
01104_fixed_string_like.sql
01105_string_like.reference
01105_string_like.sql
01106_const_fixed_string_like.reference
01106_const_fixed_string_like.sql
01107_atomic_db_detach_attach.reference
01107_atomic_db_detach_attach.sh
01107_join_right_table_totals.reference
01107_join_right_table_totals.sql
01107_tuples_arrays_parsing_exceptions.reference
01107_tuples_arrays_parsing_exceptions.sh
01108_restart_replicas_rename_deadlock_zookeeper.reference
01108_restart_replicas_rename_deadlock_zookeeper.sh
01109_exchange_tables.reference
01109_exchange_tables.sql
01109_inflating_cross_join.reference
01109_inflating_cross_join.sql
01109_sc0rp10_string_hash_map_zero_bytes.reference
01109_sc0rp10_string_hash_map_zero_bytes.sql
01110_dictionary_layout_without_arguments.reference
01110_dictionary_layout_without_arguments.sql
01112_check_table_with_index.reference
01112_check_table_with_index.sql
01113_local_dictionary_type_conversion.reference
01113_local_dictionary_type_conversion.sql
01114_alter_modify_compact_parts.reference
01114_alter_modify_compact_parts.sql
01114_clear_column_compact_parts.reference
01114_clear_column_compact_parts.sql
01114_database_atomic.reference
01114_database_atomic.sh
01114_materialize_clear_index_compact_parts.reference
01114_materialize_clear_index_compact_parts.sql
01114_mysql_database_engine_segfault.reference
01114_mysql_database_engine_segfault.sql
01115_join_with_dictionary.reference
01115_join_with_dictionary.sql
01115_prewhere_array_join.reference
01115_prewhere_array_join.sql
01116_asof_join_dolbyzerr.reference
01116_asof_join_dolbyzerr.sql
01116_cross_count_asterisks.reference
01116_cross_count_asterisks.sql
01117_chain_finalize_bug.reference
01117_chain_finalize_bug.sql
01117_comma_and_others_join_mix.reference
01117_comma_and_others_join_mix.sql
01117_greatest_least_case.reference
01117_greatest_least_case.sql
01118_is_constant.reference
01118_is_constant.sql
01120_join_constants.reference
01120_join_constants.sql
01121_remote_scalar_subquery.reference
01121_remote_scalar_subquery.sql
01122_totals_rollup_having_block_header.reference
01122_totals_rollup_having_block_header.sql
01123_parse_date_time_best_effort_even_more.reference
01123_parse_date_time_best_effort_even_more.sql
01124_view_bad_types.reference
01124_view_bad_types.sql
01125_dict_ddl_cannot_add_column.reference
01125_dict_ddl_cannot_add_column.sql
01125_generate_random_qoega.reference
01125_generate_random_qoega.sql
01126_month_partitioning_consistent_code.reference
01126_month_partitioning_consistent_code.sql
01127_month_partitioning_consistency_select.reference
01127_month_partitioning_consistency_select.sql
01128_generate_random_nested.reference
01128_generate_random_nested.sql
01129_dict_get_join_lose_constness.reference
01129_dict_get_join_lose_constness.sql
01130_in_memory_parts_check.reference
01130_in_memory_parts_check.sql
01130_in_memory_parts_default.reference
01130_in_memory_parts_default.sql
01130_in_memory_parts_nested.reference
01130_in_memory_parts_nested.sql
01130_in_memory_parts_partitons.reference
01130_in_memory_parts_partitons.sql
01130_in_memory_parts.reference
01130_in_memory_parts.sql
01131_max_rows_to_sort.reference
01131_max_rows_to_sort.sql
01132_max_rows_to_read.reference
01132_max_rows_to_read.sql
01134_max_rows_to_group_by.reference
01134_max_rows_to_group_by.sql
01134_set_overflow_mode.reference
01134_set_overflow_mode.sql
01135_default_and_alter_zookeeper.reference
01135_default_and_alter_zookeeper.sql
01136_multiple_sets.reference
01136_multiple_sets.sql
01137_order_by_func_final.reference
01137_order_by_func_final.sql
01137_order_by_func.reference
01137_order_by_func.sql
01137_sample_final.reference
01137_sample_final.sql
01138_join_on_distributed_and_tmp.reference
01138_join_on_distributed_and_tmp.sql
01139_asof_join_types.reference
01139_asof_join_types.sql
01140_select_from_storage_join_fix.reference
01140_select_from_storage_join_fix.sql
01141_join_get_negative.reference
01141_join_get_negative.sql
01142_join_lc_and_nullable_in_key.reference
01142_join_lc_and_nullable_in_key.sql
01142_merge_join_lc_and_nullable_in_key.reference
01142_merge_join_lc_and_nullable_in_key.sql
01142_with_ties_and_aliases.reference
01142_with_ties_and_aliases.sql
01143_trivial_count_with_join.reference
01143_trivial_count_with_join.sql
01144_join_rewrite_with_ambiguous_column_and_view.reference
01144_join_rewrite_with_ambiguous_column_and_view.sql
01144_multiple_joins_rewriter_v2_and_lambdas.reference fix fasttest 2022-02-15 11:38:00 +08:00
01144_multiple_joins_rewriter_v2_and_lambdas.sql
01144_multiword_data_types.reference
01144_multiword_data_types.sql
01145_with_fill_const.reference
01145_with_fill_const.sql
01146_clickhouse_local_data.reference
01146_clickhouse_local_data.sh
01147_partial_merge_full_join.reference
01147_partial_merge_full_join.sql
01148_zookeeper_path_macros_unfolding.reference
01148_zookeeper_path_macros_unfolding.sql
01149_zookeeper_mutation_stuck_after_replace_partition.reference
01149_zookeeper_mutation_stuck_after_replace_partition.sql
01150_ddl_guard_rwr.reference
01150_ddl_guard_rwr.sh
01151_storage_merge_filter_tables_by_virtual_column.reference
01151_storage_merge_filter_tables_by_virtual_column.sql
01152_cross_replication.reference
01152_cross_replication.sql
01153_attach_mv_uuid.reference
01153_attach_mv_uuid.sql
01154_move_partition_long.reference
01154_move_partition_long.sh Supress move partition long for storage S3 2022-03-07 15:18:57 +01:00
01155_old_mutation_parts_to_do.reference
01155_old_mutation_parts_to_do.sh
01155_rename_move_materialized_view.reference
01155_rename_move_materialized_view.sql Fix some tests 2022-02-11 17:15:56 +03:00
01156_pcg_deserialization.reference
01156_pcg_deserialization.sh
01157_replace_table.reference
01157_replace_table.sql
01158_zookeeper_log_long.reference
01158_zookeeper_log_long.sql
01159_combinators_with_parameters.reference
01159_combinators_with_parameters.sql
01160_table_dependencies.reference
01160_table_dependencies.sh
01161_all_system_tables.reference
01161_all_system_tables.sh
01161_information_schema.reference
01161_information_schema.sql
01162_strange_mutations.reference
01162_strange_mutations.sh
01163_search_case_insensetive_utf8.reference
01163_search_case_insensetive_utf8.sql
01164_alter_memory_database.reference
01164_alter_memory_database.sql
01164_detach_attach_partition_race.reference
01164_detach_attach_partition_race.sh
01165_lost_part_empty_partition.reference
01165_lost_part_empty_partition.sql
01175_distributed_ddl_output_mode_long.reference
01175_distributed_ddl_output_mode_long.sh
01176_mysql_client_interactive.expect
01176_mysql_client_interactive.reference
01177_group_array_moving.reference
01177_group_array_moving.sql
01178_int_field_to_decimal.reference
01178_int_field_to_decimal.sql
01179_insert_values_semicolon.expect
01179_insert_values_semicolon.reference
01180_client_syntax_errors.expect
01180_client_syntax_errors.reference
01181_db_atomic_drop_on_cluster.reference
01181_db_atomic_drop_on_cluster.sql
01182_materialized_view_different_structure.reference
01182_materialized_view_different_structure.sql
01183_custom_separated_format_http.reference
01183_custom_separated_format_http.sh
01184_long_insert_values_huge_strings.reference
01184_long_insert_values_huge_strings.sh
01185_create_or_replace_table.reference
01185_create_or_replace_table.sql
01186_conversion_to_nullable.reference Fix the bug that the toDatetime function overflows (#32898) 2022-03-02 10:06:38 +03:00
01186_conversion_to_nullable.sql
01187_set_profile_as_setting.reference
01187_set_profile_as_setting.sh Fix next batch of tests 2022-02-17 11:10:38 +00:00
01188_attach_table_from_path.reference
01188_attach_table_from_path.sql
01189_create_as_table_as_table_function.reference
01189_create_as_table_as_table_function.sql
01190_full_attach_syntax.reference
01190_full_attach_syntax.sql
01191_rename_dictionary.reference
01191_rename_dictionary.sql
01192_rename_database_zookeeper.reference
01192_rename_database_zookeeper.sh
01193_metadata_loading.reference
01193_metadata_loading.sh
01194_http_query_id.reference
01194_http_query_id.sh
01195_formats_diagnostic_info.reference
01195_formats_diagnostic_info.sh
01196_max_parser_depth.reference
01196_max_parser_depth.sh
01197_summing_enum.reference
01197_summing_enum.sql
01198_client_quota_key.reference
01198_client_quota_key.sh
01198_plus_inf.reference
01198_plus_inf.sql
01199_url_functions_path_without_schema_yiurule.reference
01199_url_functions_path_without_schema_yiurule.sql
01200_mutations_memory_consumption.reference
01200_mutations_memory_consumption.sql
01201_drop_column_compact_part_replicated_zookeeper_long.reference
01201_drop_column_compact_part_replicated_zookeeper_long.sql
01201_read_single_thread_in_order.reference
01201_read_single_thread_in_order.sql
01202_array_auc_special.reference
01202_array_auc_special.sql
01210_drop_view.reference
01210_drop_view.sql
01211_optimize_skip_unused_shards_type_mismatch.reference
01211_optimize_skip_unused_shards_type_mismatch.sql
01212_empty_join_and_totals.reference
01212_empty_join_and_totals.sql
01213_alter_rename_column_zookeeper_long.reference
01213_alter_rename_column_zookeeper_long.sh
01213_alter_rename_column.reference
01213_alter_rename_column.sql
01213_alter_rename_compact_part.reference
01213_alter_rename_compact_part.sql
01213_alter_rename_nested.reference
01213_alter_rename_nested.sql
01213_alter_rename_primary_key_zookeeper_long.reference
01213_alter_rename_primary_key_zookeeper_long.sql
01213_alter_rename_with_default_zookeeper_long.reference
01213_alter_rename_with_default_zookeeper_long.sql
01213_alter_table_rename_nested.reference
01213_alter_table_rename_nested.sql
01213_optimize_skip_unused_shards_DISTINCT.reference
01213_optimize_skip_unused_shards_DISTINCT.sql
01213_point_in_Myanmar.reference
01213_point_in_Myanmar.sql
01214_point_in_Mecca.reference
01214_point_in_Mecca.sql
01214_test_storage_merge_aliases_with_where.reference
01214_test_storage_merge_aliases_with_where.sql
01220_scalar_optimization_in_alter.reference
01220_scalar_optimization_in_alter.sql
01221_system_settings.reference
01221_system_settings.sql
01223_dist_on_dist.reference
01223_dist_on_dist.sql
01224_no_superfluous_dict_reload.reference
01224_no_superfluous_dict_reload.sql
01225_drop_dictionary_as_table.reference
01225_drop_dictionary_as_table.sql
01225_show_create_table_from_dictionary.reference
01225_show_create_table_from_dictionary.sql
01226_dist_on_dist_global_in.reference
01226_dist_on_dist_global_in.sql
01227_distributed_global_in_issue_2610.reference
01227_distributed_global_in_issue_2610.sql
01230_join_get_truncate.reference
01230_join_get_truncate.sql
01231_distributed_aggregation_memory_efficient_mix_levels.reference
01231_distributed_aggregation_memory_efficient_mix_levels.sql
01231_log_queries_min_type.reference
01231_log_queries_min_type.sql
01231_markdown_format.reference
01231_markdown_format.sql
01231_operator_null_in.reference
01231_operator_null_in.sql
01232_extremes.reference
01232_extremes.sql
01232_json_as_string_format.reference
01232_json_as_string_format.sh
01232_untuple.reference
01232_untuple.sql
01234_to_string_monotonic.reference
01234_to_string_monotonic.sql
01235_live_view_over_distributed.reference
01235_live_view_over_distributed.sql
01236_distributed_over_live_view_over_distributed.reference
01236_distributed_over_live_view_over_distributed.sql
01236_graphite_mt.reference
01236_graphite_mt.sql
01237_live_view_over_distributed_with_subquery_select_table_alias.reference
01237_live_view_over_distributed_with_subquery_select_table_alias.sql
01238_http_memory_tracking.reference
01238_http_memory_tracking.sh
01240_join_get_or_null.reference
01240_join_get_or_null.sql
01244_optimize_distributed_group_by_sharding_key.reference
01244_optimize_distributed_group_by_sharding_key.sql
01245_distributed_group_by_no_merge_with-extremes_and_totals.reference
01245_distributed_group_by_no_merge_with-extremes_and_totals.sql
01245_limit_infinite_sources.reference
01245_limit_infinite_sources.sql
01246_buffer_flush.reference
01246_buffer_flush.sql
01246_extractAllGroupsHorizontal.reference
01246_extractAllGroupsHorizontal.sql
01246_extractAllGroupsVertical.reference
01246_extractAllGroupsVertical.sql
01246_finalize_aggregation_race.reference
01246_finalize_aggregation_race.sql
01246_insert_into_watch_live_view.py
01246_insert_into_watch_live_view.reference
01246_least_greatest_generic.reference
01246_least_greatest_generic.sql
01247_least_greatest_filimonov.reference
01247_least_greatest_filimonov.sql
01247_optimize_distributed_group_by_sharding_key_dist_on_dist.reference
01247_optimize_distributed_group_by_sharding_key_dist_on_dist.sql
01247_some_msan_crashs_from_22517.reference
01247_some_msan_crashs_from_22517.sql
01248_least_greatest_mixed_const.reference
01248_least_greatest_mixed_const.sql
01249_bad_arguments_for_bloom_filter.reference
01249_bad_arguments_for_bloom_filter.sql
01249_flush_interactive.reference
01249_flush_interactive.sh
01250_fixed_string_comparison.reference
01250_fixed_string_comparison.sql
01251_dict_is_in_infinite_loop.reference
01251_dict_is_in_infinite_loop.sql
01251_string_comparison.reference
01251_string_comparison.sql
01252_weird_time_zone.reference
01252_weird_time_zone.sql
01253_subquery_in_aggregate_function_JustStranger.reference
01253_subquery_in_aggregate_function_JustStranger.sql
01254_array_of_unnamed_tuples.reference
01254_array_of_unnamed_tuples.sql
01254_dict_create_without_db.reference
01254_dict_create_without_db.sql
01254_dict_load_after_detach_attach.reference
01254_dict_load_after_detach_attach.sql
01255_geo_types_livace.reference
01255_geo_types_livace.sql
01256_misspell_layout_name_podshumok.reference
01256_misspell_layout_name_podshumok.sql
01256_negative_generate_random.reference
01256_negative_generate_random.sql
01257_dictionary_mismatch_types.reference
01257_dictionary_mismatch_types.sql
01258_bom_tsv.reference
01258_bom_tsv.sh
01258_wrong_cast_filimonov.reference
01258_wrong_cast_filimonov.sql
01259_combinator_distinct_distributed.reference
01259_combinator_distinct_distributed.sql
01259_combinator_distinct.reference
01259_combinator_distinct.sql
01259_datetime64_ubsan.reference
01259_datetime64_ubsan.sql
01259_dictionary_custom_settings_ddl.reference
01259_dictionary_custom_settings_ddl.sql
01260_ubsan_decimal_parse.reference
01260_ubsan_decimal_parse.sql
01262_fractional_timezone_near_start_of_epoch.reference
01262_fractional_timezone_near_start_of_epoch.sql
01262_low_cardinality_remove.reference
01262_low_cardinality_remove.sql
01263_type_conversion_nvartolomei.reference
01263_type_conversion_nvartolomei.sql
01264_nested_baloo_bear.reference
01264_nested_baloo_bear.sql
01265_datetime_string_comparison_felix_mueller.reference
01265_datetime_string_comparison_felix_mueller.sql
01266_default_prewhere_reqq.reference
01266_default_prewhere_reqq.sql
01267_alter_default_key_columns_zookeeper_long.reference
01267_alter_default_key_columns_zookeeper_long.sql
01268_data_numeric_parameters.reference
01268_data_numeric_parameters.sql
01268_DateTime64_in_WHERE.reference
01268_DateTime64_in_WHERE.sql
01268_dictionary_direct_layout.reference
01268_dictionary_direct_layout.sql
01268_mergine_sorted_limit.reference
01268_mergine_sorted_limit.sql
01268_mv_scalars.reference
01268_mv_scalars.sql
01268_procfs_metrics.reference
01268_procfs_metrics.sh
01268_shard_avgweighted.reference
01268_shard_avgweighted.sql
01269_alias_type_differs.reference
01269_alias_type_differs.sql
01269_create_with_null.reference
01269_create_with_null.sql
01269_toStartOfSecond.reference
01269_toStartOfSecond.sql
01270_optimize_skip_unused_shards_low_cardinality.reference
01270_optimize_skip_unused_shards_low_cardinality.sql
01271_http_code_parse_error.reference
01271_http_code_parse_error.sh
01271_optimize_arithmetic_operations_in_aggr_func_long.reference
01271_optimize_arithmetic_operations_in_aggr_func_long.sql
01271_optimize_arithmetic_operations_in_aggr_func_with_alias.reference
01271_optimize_arithmetic_operations_in_aggr_func_with_alias.sql Fix some tests 2022-02-11 17:15:56 +03:00
01271_show_privileges.reference
01271_show_privileges.sql
01272_offset_without_limit.reference
01272_offset_without_limit.sql
01272_suspicious_codecs.reference
01272_suspicious_codecs.sql
01272_totals_and_filter_bug.reference
01272_totals_and_filter_bug.sql
01273_arrow_arrays_load.reference
01273_arrow_arrays_load.sh
01273_arrow_decimal.reference
01273_arrow_decimal.sh
01273_arrow_dictionaries_load.reference
01273_arrow_dictionaries_load.sh
01273_arrow_load.reference
01273_arrow_load.sh
01273_arrow_nested_arrays_load.reference
01273_arrow_nested_arrays_load.sh
01273_arrow_nullable_arrays_load.reference
01273_arrow_nullable_arrays_load.sh
01273_arrow_stream.reference
01273_arrow_stream.sh
01273_arrow.reference finish all tests 2022-02-13 17:06:58 +08:00
01273_arrow.sh finish all tests 2022-02-13 17:06:58 +08:00
01273_extractGroups.reference
01273_extractGroups.sql
01273_h3EdgeAngle_range_check.reference
01273_h3EdgeAngle_range_check.sql
01273_lc_fixed_string_field.reference
01273_lc_fixed_string_field.sql
01274_alter_rename_column_distributed.reference
01274_alter_rename_column_distributed.sql
01274_generate_random_nested.reference
01274_generate_random_nested.sh
01275_alter_rename_column_default_expr.reference
01275_alter_rename_column_default_expr.sql
01275_extract_groups_check.reference
01275_extract_groups_check.sql
01275_parallel_mv.reference Fix test. 2022-03-02 19:10:33 +00:00
01275_parallel_mv.sql Merge branch 'master' into finally-enable-s3-async-writes-again 2022-03-07 12:55:52 +00:00
01276_alter_rename_column_materialized_expr.reference
01276_alter_rename_column_materialized_expr.sql
01276_random_string.reference
01276_random_string.sql
01276_system_licenses.reference
01276_system_licenses.sql
01277_alter_rename_column_constraint_zookeeper_long.reference
01277_alter_rename_column_constraint_zookeeper_long.sql
01277_alter_rename_column_constraint.reference
01277_alter_rename_column_constraint.sql
01277_buffer_column_order.reference
01277_buffer_column_order.sql
01277_convert_field_to_type_logical_error.reference
01277_convert_field_to_type_logical_error.sql
01277_fromUnixTimestamp64.reference
01277_fromUnixTimestamp64.sql
01277_large_tuples.reference
01277_large_tuples.sql
01277_random_fixed_string.reference
01277_random_fixed_string.sql
01277_toUnixTimestamp64.reference
01277_toUnixTimestamp64.sql
01277_unixTimestamp64_compatibility.reference
01277_unixTimestamp64_compatibility.sql
01278_alter_rename_combination.reference
01278_alter_rename_combination.sql
01278_format_multiple_queries.reference
01278_format_multiple_queries.sh
01278_min_insert_block_size_rows_for_materialized_views.reference
01278_min_insert_block_size_rows_for_materialized_views.sh
01278_random_string_utf8.reference
01278_random_string_utf8.sql
01278_variance_nonnegative.reference
01278_variance_nonnegative.sql
01279_dist_group_by.reference
01279_dist_group_by.sql
01279_empty_external_table.reference
01279_empty_external_table.sh
01280_min_map_max_map.reference
01280_min_map_max_map.sql
01280_null_in.reference
01280_null_in.sql
01280_opencl_bitonic_order_by.reference
01280_opencl_bitonic_order_by.sql
01280_ssd_complex_key_dictionary.reference
01280_ssd_complex_key_dictionary.sh
01280_ttl_where_group_by_negative.reference
01280_ttl_where_group_by_negative.sql
01280_ttl_where_group_by.reference
01280_ttl_where_group_by.sh
01280_unicode_whitespaces_lexer.reference
01280_unicode_whitespaces_lexer.sql
01281_alter_rename_and_other_renames.reference
01281_alter_rename_and_other_renames.sql
01281_group_by_limit_memory_tracking.reference
01281_group_by_limit_memory_tracking.sh disable also for asan 2022-03-02 12:43:40 +03:00
01281_join_with_prewhere_fix.reference
01281_join_with_prewhere_fix.sql
01281_parseDateTime64BestEffort.reference
01281_parseDateTime64BestEffort.sql
01281_sum_nullable.reference
01281_sum_nullable.sql
01281_unsucceeded_insert_select_queries_counter.reference
01281_unsucceeded_insert_select_queries_counter.sql
01282_system_parts_ttl_info.reference
01282_system_parts_ttl_info.sql
01283_max_threads_simple_query_optimization.reference
01283_max_threads_simple_query_optimization.sql Fix tests 2022-03-08 09:17:04 +01:00
01283_strict_resize_bug.reference
01283_strict_resize_bug.sql
01284_escape_sequences_php_mysql_style.reference
01284_escape_sequences_php_mysql_style.sql
01284_fuzz_bits.reference
01284_fuzz_bits.sql
01284_port.reference
01284_port.sql
01284_view_and_extremes_bug.reference
01284_view_and_extremes_bug.sql
01285_data_skip_index_over_aggregation.reference
01285_data_skip_index_over_aggregation.sql
01285_date_datetime_key_condition.reference
01285_date_datetime_key_condition.sql
01285_engine_join_donmikel.reference
01285_engine_join_donmikel.sh
01285_engine_join_donmikel.tsv
01286_constraints_on_default.reference
01286_constraints_on_default.sql
01287_max_execution_speed.reference
01287_max_execution_speed.sql
01288_shard_max_network_bandwidth.reference
01288_shard_max_network_bandwidth.sql
01289_min_execution_speed_not_too_early.reference
01289_min_execution_speed_not_too_early.sql
01290_empty_array_index_analysis.reference
01290_empty_array_index_analysis.sql
01290_max_execution_speed_distributed.reference
01290_max_execution_speed_distributed.sql
01291_aggregation_in_order.reference
01291_aggregation_in_order.sql
01291_distributed_low_cardinality_memory_efficient.reference
01291_distributed_low_cardinality_memory_efficient.sql
01291_geo_types.reference
01291_geo_types.sql
01291_unsupported_conversion_from_decimal.reference
01291_unsupported_conversion_from_decimal.sql
01292_create_user.reference
01292_create_user.sql
01292_optimize_data_skip_idx_order_by_expr.reference
01292_optimize_data_skip_idx_order_by_expr.sql
01292_quantile_array_bug.reference
01292_quantile_array_bug.sql
01293_client_interactive_vertical_multiline.expect
01293_client_interactive_vertical_multiline.reference
01293_client_interactive_vertical_singleline.expect
01293_client_interactive_vertical_singleline.reference
01293_create_role.reference
01293_create_role.sql
01293_external_sorting_limit_bug.reference
01293_external_sorting_limit_bug.sql
01293_optimize_final_force.reference
01293_optimize_final_force.sh
01293_pretty_max_value_width.reference
01293_pretty_max_value_width.sql
01293_show_clusters.reference
01293_show_clusters.sql
01293_show_settings.reference
01293_show_settings.sql Fix some tests 2022-02-11 17:15:56 +03:00
01293_system_distribution_queue.reference
01293_system_distribution_queue.sql Fix some tests 2022-02-11 17:15:56 +03:00
01294_create_settings_profile.reference
01294_create_settings_profile.sql
01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.reference
01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.sh
01294_system_distributed_on_cluster.reference
01294_system_distributed_on_cluster.sql
01295_aggregation_bug_11413.reference
01295_aggregation_bug_11413.sql
01295_create_row_policy.reference Revert "Allow restrictive row policies without permissive" 2022-02-21 06:54:28 +03:00
01295_create_row_policy.sql Revert "Allow restrictive row policies without permissive" 2022-02-21 06:54:28 +03:00
01296_codecs_bad_arguments.reference
01296_codecs_bad_arguments.sql
01296_create_row_policy_in_current_database.reference Revert "Allow restrictive row policies without permissive" 2022-02-21 06:54:28 +03:00
01296_create_row_policy_in_current_database.sql
01296_pipeline_stuck.reference
01296_pipeline_stuck.sql
01297_alter_distributed.reference
01297_alter_distributed.sql
01297_create_quota.reference
01297_create_quota.sql
01298_alter_merge.reference
01298_alter_merge.sql
01299_alter_merge_tree.reference
01299_alter_merge_tree.sql
01300_client_save_history_when_terminated_long.expect
01300_client_save_history_when_terminated_long.reference
01300_group_by_other_keys_having.reference
01300_group_by_other_keys_having.sql
01300_group_by_other_keys.reference
01300_group_by_other_keys.sql Fix more tests 2022-02-18 12:05:44 +00:00
01300_polygon_convex_hull.reference
01300_polygon_convex_hull.sql
01300_read_wkt.reference
01300_read_wkt.sql
01300_svg.reference
01300_svg.sql
01300_wkt.reference
01300_wkt.sql
01301_aggregate_state_exception_memory_leak.reference
01301_aggregate_state_exception_memory_leak.sh
01301_polygons_within.reference
01301_polygons_within.sql
01302_aggregate_state_exception_memory_leak.reference
01302_aggregate_state_exception_memory_leak.sh
01302_polygons_distance.reference
01302_polygons_distance.sql
01303_polygons_equals.reference
01303_polygons_equals.sql
01304_direct_io_long.reference
01304_direct_io_long.sh
01304_polygons_sym_difference.reference
01304_polygons_sym_difference.sql
01305_array_join_prewhere_in_subquery.reference
01305_array_join_prewhere_in_subquery.sql
01305_buffer_final_bug.reference
01305_buffer_final_bug.sql
01305_duplicate_order_by_and_distinct.reference
01305_duplicate_order_by_and_distinct.sql
01305_nullable-prewhere_bug.reference
01305_nullable-prewhere_bug.sql
01305_polygons_union.reference
01305_polygons_union.sql
01305_replica_create_drop_zookeeper.reference
01305_replica_create_drop_zookeeper.sh
01306_benchmark_json.reference
01306_benchmark_json.sh
01306_disable_duplicate_order_by_and_distinct_optimize_for_distributed_table.reference
01306_disable_duplicate_order_by_and_distinct_optimize_for_distributed_table.sql
01306_polygons_intersection.reference
01306_polygons_intersection.sql
01307_bloom_filter_index_string_multi_granulas.reference
01307_bloom_filter_index_string_multi_granulas.sql
01307_multiple_leaders_zookeeper.reference
01307_multiple_leaders_zookeeper.sh
01307_orc_output_format.reference
01307_orc_output_format.sh
01307_polygon_perimeter.reference
01307_polygon_perimeter.sql
01308_orc_output_format_arrays.reference
01308_orc_output_format_arrays.sh
01308_polygon_area.reference
01308_polygon_area.sql
01308_row_policy_and_trivial_count_query.reference
01308_row_policy_and_trivial_count_query.sql Fix more settings, add random settings for .sh tests 2022-02-16 10:35:46 +00:00
01310_enum_comparison.reference
01310_enum_comparison.sql
01311_comparison_with_constant_string.reference
01311_comparison_with_constant_string.sql
01312_case_insensitive_regexp.reference
01312_case_insensitive_regexp.sql
01312_comparison_with_constant_string_in_index_analysis.reference
01312_comparison_with_constant_string_in_index_analysis.sql
01312_skip_empty_params.reference
01312_skip_empty_params.sh
01313_parse_date_time_best_effort_null_zero.reference
01313_parse_date_time_best_effort_null_zero.sql
01314_position_in_system_columns.reference
01314_position_in_system_columns.sql
01315_count_distinct_return_not_nullable.reference
01315_count_distinct_return_not_nullable.sql
01316_create_user_syntax_hilite.reference Support syntax CREATE USER IDENTIFIED WITH ssl_certificate CN ... 2022-02-21 07:01:00 +03:00
01316_create_user_syntax_hilite.sh
01317_no_password_in_command_line.reference
01317_no_password_in_command_line.sh
01318_alter_add_column_exists.reference
01318_alter_add_column_exists.sql
01318_alter_add_constraint_format.reference
01318_alter_add_constraint_format.sh
01318_decrypt.reference
01318_decrypt.sql
01318_encrypt.reference
01318_encrypt.sql
01318_long_unsuccessful_mutation_zookeeper.reference
01318_long_unsuccessful_mutation_zookeeper.sh
01318_map_add_map_subtract_on_map_type.reference
01318_map_add_map_subtract_on_map_type.sql
01318_map_add_map_subtract.reference
01318_map_add_map_subtract.sql
01318_map_populate_series.reference
01318_map_populate_series.sql
01318_parallel_final_stuck.reference
01318_parallel_final_stuck.sql
01319_manual_write_to_replicas_long.reference
01319_manual_write_to_replicas_long.sql
01319_mv_constants_bug.reference
01319_mv_constants_bug.sql
01319_optimize_skip_unused_shards_nesting.reference
01319_optimize_skip_unused_shards_nesting.sql
01319_query_formatting_in_server_log.reference
01319_query_formatting_in_server_log.sql
01320_create_sync_race_condition_zookeeper.reference
01320_create_sync_race_condition_zookeeper.sh
01320_optimize_skip_unused_shards_no_non_deterministic.reference
01320_optimize_skip_unused_shards_no_non_deterministic.sql
01321_aggregate_functions_of_group_by_keys.reference
01321_aggregate_functions_of_group_by_keys.sql
01321_monotonous_functions_in_order_by.reference
01321_monotonous_functions_in_order_by.sql
01322_any_input_optimize.reference
01322_any_input_optimize.sql
01322_cast_keep_nullable.reference
01322_cast_keep_nullable.sql
01322_monotonous_order_by_with_different_variables.reference
01322_monotonous_order_by_with_different_variables.sql
01322_student_ttest.reference
01322_welch_ttest.reference
01323_add_scalars_in_time.reference
01323_add_scalars_in_time.sql
01323_bad_arg_in_arithmetic_operations.reference
01323_bad_arg_in_arithmetic_operations.sql
01323_if_with_nulls.reference
01323_if_with_nulls.sql
01323_redundant_functions_in_order_by.reference
01323_redundant_functions_in_order_by.sql
01323_too_many_threads_bug.reference
01323_too_many_threads_bug.sql Fix tests 2022-03-08 09:17:04 +01:00
01324_if_transform_strings_to_enum.reference
01324_if_transform_strings_to_enum.sql
01324_insert_tsv_raw.reference
01324_insert_tsv_raw.sql
01324_settings_documentation.reference
01324_settings_documentation.sql
01325_freeze_mutation_stuck.reference
01325_freeze_mutation_stuck.sql
01326_build_id.reference
01326_build_id.sql
01326_fixed_string_comparison_denny_crane.reference
01326_fixed_string_comparison_denny_crane.sql
01326_hostname_alias.reference
01326_hostname_alias.sql
01327_decimal_cut_extra_digits_after_point.reference
01327_decimal_cut_extra_digits_after_point.sql
01328_bad_peephole_optimization.reference
01328_bad_peephole_optimization.sql
01329_compare_tuple_string_constant.reference
01329_compare_tuple_string_constant.sql
01330_array_join_in_higher_order_function.reference
01330_array_join_in_higher_order_function.sql
01332_join_type_syntax_position.reference
01332_join_type_syntax_position.sql
01333_select_abc_asterisk.reference
01333_select_abc_asterisk.sql
01337_mysql_global_variables.reference
01337_mysql_global_variables.sql
01338_long_select_and_alter_zookeeper.reference
01338_long_select_and_alter_zookeeper.sh
01338_long_select_and_alter.reference
01338_long_select_and_alter.sh
01338_sha256_fixedstring.reference
01338_sha256_fixedstring.sql
01338_uuid_without_separator.reference
01338_uuid_without_separator.sql
01339_client_unrecognized_option.reference
01339_client_unrecognized_option.sh Fix tests 2022-02-28 12:17:44 +00:00
01340_datetime64_fpe.reference
01340_datetime64_fpe.sql
01341_datetime64_wrong_supertype.reference
01341_datetime64_wrong_supertype.sql
01342_query_parameters_alias.reference
01342_query_parameters_alias.sh
01343_min_bytes_to_use_mmap_io.reference
01343_min_bytes_to_use_mmap_io.sql
01344_alter_enum_partition_key.reference
01344_alter_enum_partition_key.sql
01344_min_bytes_to_use_mmap_io_index.reference
01344_min_bytes_to_use_mmap_io_index.sql
01345_array_join_LittleMaverick.reference
01345_array_join_LittleMaverick.sql
01345_index_date_vs_datetime.reference
01345_index_date_vs_datetime.sql
01346_alter_enum_partition_key_replicated_zookeeper_long.reference
01346_alter_enum_partition_key_replicated_zookeeper_long.sql
01346_array_join_mrxotey.reference
01346_array_join_mrxotey.sql
01347_partition_date_vs_datetime.reference
01347_partition_date_vs_datetime.sql
01349_mutation_datetime_key.reference
01349_mutation_datetime_key.sql
01350_intdiv_nontrivial_fpe.reference
01350_intdiv_nontrivial_fpe.sql
01351_geohash_assert.reference
01351_geohash_assert.sql
01351_parse_date_time_best_effort_us.reference
01351_parse_date_time_best_effort_us.sql
01352_add_datetime_bad_get.reference
01352_add_datetime_bad_get.sql
01352_generate_random_overflow.reference
01352_generate_random_overflow.sql
01353_low_cardinality_join_types.reference
01353_low_cardinality_join_types.sql
01353_neighbor_overflow.reference
01353_neighbor_overflow.sql
01353_nullable_tuple.reference
01353_nullable_tuple.sql
01353_topk_enum.reference
01353_topk_enum.sql
01354_order_by_tuple_collate_const.reference
01354_order_by_tuple_collate_const.sql
01354_tuple_low_cardinality_array_mapped_bug.reference
01354_tuple_low_cardinality_array_mapped_bug.sql
01355_alter_column_with_order.reference
01355_alter_column_with_order.sql
01355_CSV_input_format_allow_errors.reference
01355_CSV_input_format_allow_errors.sh
01355_defaultValueOfArgumentType_bug.reference
01355_defaultValueOfArgumentType_bug.sql
01355_if_fixed_string.reference
01355_if_fixed_string.sql
01355_ilike.reference
01355_ilike.sql
01356_initialize_aggregation.reference
01356_initialize_aggregation.sql
01356_state_resample.reference
01356_state_resample.sql
01356_view_threads.reference
01356_view_threads.sql
01356_wrong_filter-type_bug.reference
01356_wrong_filter-type_bug.sql
01357_result_rows.reference
01357_result_rows.sql
01357_version_collapsing_attach_detach_zookeeper.reference
01357_version_collapsing_attach_detach_zookeeper.sql
01358_constexpr_constraint.reference
01358_constexpr_constraint.sql
01358_lc_parquet.reference
01358_lc_parquet.sh
01358_mutation_delete_null_rows.reference
01358_mutation_delete_null_rows.sql
01358_union_threads_bug.reference
01358_union_threads_bug.sql
01359_codeql.reference
01359_codeql.sql
01359_geodistance_loop.reference
01359_geodistance_loop.sql
01360_division_overflow.reference
01360_division_overflow.sql
01360_materialized_view_with_join_on_query_log.reference
01360_materialized_view_with_join_on_query_log.sql
01361_buffer_table_flush_with_materialized_view.reference
01361_buffer_table_flush_with_materialized_view.sql
01361_fover_remote_num_tries.reference
01361_fover_remote_num_tries.sh
01362_year_of_ISO8601_week_modificators_for_formatDateTime.reference
01362_year_of_ISO8601_week_modificators_for_formatDateTime.sql
01370_client_autocomplete_word_break_characters.expect
01370_client_autocomplete_word_break_characters.reference
01372_remote_table_function_empty_table.reference
01372_remote_table_function_empty_table.sql
01372_wrong_order_by_removal.reference
01372_wrong_order_by_removal.sql
01373_is_zero_or_null.reference
01373_is_zero_or_null.sql
01373_summing_merge_tree_exclude_partition_key.reference
01373_summing_merge_tree_exclude_partition_key.sql
01373_summing_merge_tree_explicit_columns_definition.reference
01373_summing_merge_tree_explicit_columns_definition.sql
01374_if_nullable_filimonov.reference
01374_if_nullable_filimonov.sql
01375_compact_parts_codecs.reference
01375_compact_parts_codecs.sql
01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS.reference
01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS.sql
01375_null_issue_3767.reference
01375_null_issue_3767.sql
01375_output_format_tsv_csv_with_names.reference
01375_output_format_tsv_csv_with_names.sh
01375_storage_file_tsv_csv_with_names_write_prefix.reference
01375_storage_file_tsv_csv_with_names_write_prefix.sh
01375_storage_file_write_prefix_csv_with_names.reference
01375_storage_file_write_prefix_csv_with_names.sql
01375_storage_file_write_prefix_tsv_with_names.reference
01375_storage_file_write_prefix_tsv_with_names.sql
01376_array_fill_empty.reference
01376_array_fill_empty.sql
01376_GROUP_BY_injective_elimination_dictGet.reference
01376_GROUP_BY_injective_elimination_dictGet.sql
01376_null_logical.reference
01376_null_logical.sql
01377_supertype_low_cardinality.reference
01377_supertype_low_cardinality.sql
01378_alter_rename_with_ttl_zookeeper.reference
01378_alter_rename_with_ttl_zookeeper.sql
01379_with_fill_several_columns.reference
01379_with_fill_several_columns.sql
01380_coded_delta_exception_code.reference
01380_coded_delta_exception_code.sql
01380_nullable_state.reference
01380_nullable_state.sql
01381_for_each_with_states.reference
01381_for_each_with_states.sql
01383_log_broken_table.reference
01383_log_broken_table.sh
01383_remote_ambiguous_column_shard.reference
01383_remote_ambiguous_column_shard.sql
01384_bloom_filter_bad_arguments.reference
01384_bloom_filter_bad_arguments.sql
01385_not_function.reference
01385_not_function.sql
01386_negative_float_constant_key_condition.reference
01386_negative_float_constant_key_condition.sql Fix next batch of tests 2022-02-15 14:36:31 +00:00
01387_clear_column_default_depends.reference
01387_clear_column_default_depends.sql
01388_clear_all_columns.reference
01388_clear_all_columns.sql
01388_multi_if_optimization.reference
01388_multi_if_optimization.sql
01389_filter_by_virtual_columns.reference
01389_filter_by_virtual_columns.sql
01390_check_table_codec.reference
01390_check_table_codec.sql
01390_remove_injective_in_uniq.reference
01390_remove_injective_in_uniq.sql
01391_join_on_dict_crash.reference
01391_join_on_dict_crash.sql
01391_limit_overflow.reference
01391_limit_overflow.sql
01392_column_resolve.reference
01392_column_resolve.sql
01393_benchmark_secure_port.reference
01393_benchmark_secure_port.sh
01395_limit_more_cases.reference
01395_limit_more_cases.sh
01396_inactive_replica_cleanup_nodes_zookeeper.reference
01396_inactive_replica_cleanup_nodes_zookeeper.sh
01396_low_cardinality_fixed_string_default.reference
01396_low_cardinality_fixed_string_default.sql
01396_negative_datetime_saturate_to_zero.reference
01396_negative_datetime_saturate_to_zero.sql
01397_in_bad_arguments.reference
01397_in_bad_arguments.sql
01398_any_with_alias.reference
01398_any_with_alias.sql
01398_in_tuple_func.reference
01398_in_tuple_func.sql
01399_http_request_headers.reference
01399_http_request_headers.sh
01400_join_get_with_multi_keys.reference
01400_join_get_with_multi_keys.sql
01401_FORMAT_SETTINGS.reference
01401_FORMAT_SETTINGS.sh
01402_cast_nullable_string_to_enum.reference
01402_cast_nullable_string_to_enum.sql
01403_datetime64_constant_arg.reference
01403_datetime64_constant_arg.sql
01404_roundUpToPowerOfTwoOrZero_safety.reference
01404_roundUpToPowerOfTwoOrZero_safety.sql
01406_carriage_return_in_tsv_csv.reference
01406_carriage_return_in_tsv_csv.sh
01407_lambda_arrayJoin.reference
01407_lambda_arrayJoin.sql
01408_range_overflow.reference
01408_range_overflow.sql
01409_topK_merge.reference
01409_topK_merge.sql
01410_nullable_key_and_index_negate_cond.reference
01410_nullable_key_and_index_negate_cond.sql
01410_nullable_key_and_index.reference
01410_nullable_key_and_index.sql
01410_nullable_key_more_tests.reference
01410_nullable_key_more_tests.sh
01411_from_unixtime.reference
01411_from_unixtime.sql
01411_xor_itai_shirav.reference
01411_xor_itai_shirav.sql
01412_cache_dictionary_race.reference
01412_cache_dictionary_race.sh
01412_group_array_moving_shard.reference
01412_group_array_moving_shard.sql
01412_mod_float.reference
01412_mod_float.sql
01412_optimize_deduplicate_bug.reference
01412_optimize_deduplicate_bug.sql
01412_row_from_totals.reference
01412_row_from_totals.sql
01413_allow_non_metadata_alters.reference
01413_allow_non_metadata_alters.sql
01413_alter_update_supertype.reference
01413_alter_update_supertype.sql
01413_if_array_uuid.reference
01413_if_array_uuid.sql
01413_rows_events.reference
01413_rows_events.sql
01413_truncate_without_table_keyword.reference
01413_truncate_without_table_keyword.sql
01414_bloom_filter_index_with_const_column.reference
01414_bloom_filter_index_with_const_column.sql
01414_freeze_does_not_prevent_alters.reference
01414_freeze_does_not_prevent_alters.sql
01414_low_cardinality_nullable.reference
01414_low_cardinality_nullable.sql
01414_mutations_and_errors_zookeeper.reference
01414_mutations_and_errors_zookeeper.sh
01414_mutations_and_errors.reference
01414_mutations_and_errors.sql
01414_optimize_any_bug.reference
01414_optimize_any_bug.sql
01414_push_predicate_when_contains_with_clause.reference
01414_push_predicate_when_contains_with_clause.sql
01415_inconsistent_merge_tree_settings.reference
01415_inconsistent_merge_tree_settings.sql
01415_overlimiting_threads_for_repica_bug.reference
01415_overlimiting_threads_for_repica_bug.sql Fix next batch of tests 2022-02-15 14:36:31 +00:00
01415_sticking_mutations.reference
01415_sticking_mutations.sh
01415_table_function_view.reference
01415_table_function_view.sql
01416_clear_column_pk.reference
01416_clear_column_pk.sql
01416_join_totals_header_bug.reference
01416_join_totals_header_bug.sql
01417_freeze_partition_verbose_zookeeper.reference
01417_freeze_partition_verbose_zookeeper.sh
01417_freeze_partition_verbose.reference
01417_freeze_partition_verbose.sh
01417_query_time_in_system_events.reference
01417_query_time_in_system_events.sh
01417_update_permutation_crash.reference
01417_update_permutation_crash.sql
01418_custom_settings.reference
01418_custom_settings.sql
01418_index_analysis_bug.reference
01418_index_analysis_bug.sql
01418_query_scope_constants_and_remote.reference
01418_query_scope_constants_and_remote.sql
01419_materialize_null.reference
01419_materialize_null.sql
01419_merge_tree_settings_sanity_check.reference
01419_merge_tree_settings_sanity_check.sql
01419_skip_index_compact_parts.reference
01419_skip_index_compact_parts.sql
01420_format_row.reference
01420_format_row.sql
01420_logical_functions_materialized_null.reference
01420_logical_functions_materialized_null.sql
01421_array_nullable_element_nullable_index.reference
01421_array_nullable_element_nullable_index.sql
01421_assert_in_in.reference
01421_assert_in_in.sql
01422_array_nullable_element_nullable_index.reference
01422_array_nullable_element_nullable_index.sql
01422_map_skip_null.reference
01422_map_skip_null.sql
01423_if_nullable_cond.reference
01423_if_nullable_cond.sql
01424_parse_date_time_bad_date.reference
01424_parse_date_time_bad_date.sql
01425_decimal_parse_big_negative_exponent.reference
01425_decimal_parse_big_negative_exponent.sql
01425_default_value_of_type_name.reference
01425_default_value_of_type_name.sql
01426_geohash_constants.reference
01426_geohash_constants.sql
01427_pk_and_expression_with_different_type.reference
01427_pk_and_expression_with_different_type.sql
01428_h3_range_check.reference
01428_h3_range_check.sql
01428_hash_set_nan_key.reference
01428_hash_set_nan_key.sql
01428_nullable_asof_join.reference
01428_nullable_asof_join.sql Fix StorageJoin and Asof or join_use_nulls in pipeline 2022-02-14 14:14:27 +00:00
01429_empty_arrow_and_parquet.reference
01429_empty_arrow_and_parquet.sh
01429_join_on_error_messages.reference
01429_join_on_error_messages.sql
01430_fix_any_rewrite_aliases.reference
01430_fix_any_rewrite_aliases.sql
01430_modify_sample_by_zookeeper_long.reference
01430_modify_sample_by_zookeeper_long.sql
01430_moving_sum_empty_state.reference
01430_moving_sum_empty_state.sql
01431_finish_sorting_with_consts.reference
01431_finish_sorting_with_consts.sql
01431_utf8_ubsan.reference
01431_utf8_ubsan.sql
01432_parse_date_time_best_effort_timestamp.reference
01432_parse_date_time_best_effort_timestamp.sql
01433_hex_float.reference
01433_hex_float.sql
01434_netloc_fuzz.reference
01434_netloc_fuzz.sql
01435_lcm_overflow.reference
01435_lcm_overflow.sql
01436_storage_merge_with_join_push_down.reference
01436_storage_merge_with_join_push_down.sql
01440_big_int_arithm.reference
01440_big_int_arithm.sql
01440_big_int_exotic_casts.reference
01440_big_int_exotic_casts.sql
01440_big_int_least_greatest.reference
01440_big_int_least_greatest.sql
01440_big_int_shift.reference
01440_big_int_shift.sql
01440_to_date_monotonicity.reference
01440_to_date_monotonicity.sql
01441_array_combinator.reference
01441_array_combinator.sql
01441_low_cardinality_array_index.reference
01441_low_cardinality_array_index.sql
01442_date_time_with_params.reference
01442_date_time_with_params.sql
01442_h3kring_range_check.reference
01442_h3kring_range_check.sql
01442_merge_detach_attach_long.reference
01442_merge_detach_attach_long.sh
01443_merge_truncate_long.reference
01443_merge_truncate_long.sh
01444_create_table_drop_database_race.reference
01444_create_table_drop_database_race.sh
01445_create_table_as_table_function.reference
01445_create_table_as_table_function.sh
01446_json_strings_each_row.reference
01446_json_strings_each_row.sh
01447_json_strings.reference
01447_json_strings.sql
01448_json_compact_strings_each_row.reference
01448_json_compact_strings_each_row.sql
01449_json_compact_strings.reference
01449_json_compact_strings.sql
01450_set_null_const.reference
01450_set_null_const.sql
01451_detach_drop_part.reference
01451_detach_drop_part.sql
01451_dist_logs.reference
01451_dist_logs.sh
01451_normalize_query.reference
01451_normalize_query.sql
01451_replicated_detach_drop_and_quorum_long.reference
01451_replicated_detach_drop_and_quorum_long.sql
01451_replicated_detach_drop_part_long.reference
01451_replicated_detach_drop_part_long.sql
01451_wrong_error_long_query.reference
01451_wrong_error_long_query.sh
01452_normalized_query_hash.reference
01452_normalized_query_hash.sql
01453_fixsed_string_sort.reference
01453_fixsed_string_sort.sql
01453_normalize_query_alias_uuid.reference
01453_normalize_query_alias_uuid.sql
01454_storagememory_data_race_challenge.reference
01454_storagememory_data_race_challenge.sh
01455_default_compression.reference
01455_default_compression.sql
01455_duplicate_distinct_optimization.reference
01455_duplicate_distinct_optimization.sql
01455_nullable_type_with_if_agg_combinator.reference
01455_nullable_type_with_if_agg_combinator.sql
01455_opentelemetry_distributed.reference
01455_opentelemetry_distributed.sh
01455_optimize_trivial_insert_select.reference
01455_optimize_trivial_insert_select.sql
01455_rank_correlation_spearman.reference
01455_rank_correlation_spearman.sql
01455_shard_leaf_max_rows_bytes_to_read.reference
01455_shard_leaf_max_rows_bytes_to_read.sql
01455_time_zones.reference
01455_time_zones.sql
01456_ast_optimizations_over_distributed.reference
01456_ast_optimizations_over_distributed.sql
01456_low_cardinality_sorting_bugfix.reference
01456_low_cardinality_sorting_bugfix.sql
01456_min_negative_decimal_formatting.reference
01456_min_negative_decimal_formatting.sql
01456_modify_column_type_via_add_drop_update.reference
01456_modify_column_type_via_add_drop_update.sql
01457_compile_expressions_fuzzer.reference
01457_compile_expressions_fuzzer.sql
01457_create_as_table_function_structure.reference
01457_create_as_table_function_structure.sql Fix more settings, add random settings for .sh tests 2022-02-16 10:35:46 +00:00
01457_int256_hashing.reference
01457_int256_hashing.sql
01457_min_index_granularity_bytes_setting.reference
01457_min_index_granularity_bytes_setting.sql
01457_order_by_limit.reference
01457_order_by_limit.sql
01457_order_by_nulls_first.reference
01457_order_by_nulls_first.sql
01458_count_digits.reference
01458_count_digits.sql
01458_is_decimal_overflow.reference
01458_is_decimal_overflow.sql
01458_named_tuple_millin.reference
01458_named_tuple_millin.sql
01459_decimal_casts.reference
01459_decimal_casts.sql
01459_default_value_of_argument_type_nullptr_dereference.reference
01459_default_value_of_argument_type_nullptr_dereference.sql
01459_manual_write_to_replicas_quorum.reference
01459_manual_write_to_replicas_quorum.sh
01459_manual_write_to_replicas.reference
01459_manual_write_to_replicas.sh
01460_allow_dollar_and_number_in_identifier.reference
01460_allow_dollar_and_number_in_identifier.sql
01460_DistributedFilesToInsert.reference
01460_DistributedFilesToInsert.sql
01460_line_as_string_format.reference
01460_line_as_string_format.sh
01460_mark_inclusion_search_crash.reference
01460_mark_inclusion_search_crash.sql
01461_alter_table_function.reference
01461_alter_table_function.sql
01461_query_start_time_microseconds.reference
01461_query_start_time_microseconds.sql
01462_test_codec_on_alias.reference
01462_test_codec_on_alias.sql
01463_resample_overflow.reference
01463_resample_overflow.sql
01463_test_alter_live_view_refresh.reference
01463_test_alter_live_view_refresh.sql
01465_ttl_recompression.reference
01465_ttl_recompression.sql
01470_columns_transformers2.reference
01470_columns_transformers2.sql
01470_columns_transformers.reference
01470_columns_transformers.sql
01470_explain.reference
01470_explain.sql
01470_show_databases_like.reference
01470_show_databases_like.sql
01470_test_insert_select_asterisk.reference
01470_test_insert_select_asterisk.sql
01471_calculate_ttl_during_merge.reference
01471_calculate_ttl_during_merge.sql
01471_limit_by_format.reference
01471_limit_by_format.sql
01471_top_k_range_check.reference
01471_top_k_range_check.sql
01471_with_format.reference
01471_with_format.sql
01472_many_rows_in_totals.reference
01472_many_rows_in_totals.sql
01472_obfuscator_uuid.reference
01472_obfuscator_uuid.sh
01472_toStartOfInterval_disallow_empty_tz_field.reference
01472_toStartOfInterval_disallow_empty_tz_field.sql
01473_event_time_microseconds.reference
01473_event_time_microseconds.sql Add option to clickhouse-test to skip aarch64 build 2022-03-02 14:18:24 +00:00
01473_system_events_zeroes.reference
01473_system_events_zeroes.sql
01474_bad_global_join.reference
01474_bad_global_join.sql
01474_custom_null_tsv.reference
01474_custom_null_tsv.sh
01474_decimal_scale_bug.reference
01474_decimal_scale_bug.sql
01474_executable_dictionary.reference
01474_executable_dictionary.sql
01475_fix_bigint_shift.reference
01475_fix_bigint_shift.sql
01475_mutation_with_if.reference
01475_mutation_with_if.sql
01475_read_subcolumns_2.reference
01475_read_subcolumns_2.sql
01475_read_subcolumns_3.reference
01475_read_subcolumns_3.sql
01475_read_subcolumns_storages.reference
01475_read_subcolumns_storages.sh
01475_read_subcolumns.reference
01475_read_subcolumns.sql Merge branch 'master' into random-settings 2022-02-16 13:38:15 +03:00
01476_right_full_join_switch.reference
01476_right_full_join_switch.sql
01477_lc_in_merge_join_left_key.reference
01477_lc_in_merge_join_left_key.sql
01478_not_equi-join_on.reference
01478_not_equi-join_on.sql
01479_cross_join_9855.reference
01479_cross_join_9855.sql
01480_binary_operator_monotonicity.reference
01480_binary_operator_monotonicity.sql
01481_join_with_materialized.reference
01481_join_with_materialized.sql
01483_merge_table_join_and_group_by.reference
01483_merge_table_join_and_group_by.sql
01485_256_bit_multiply.reference
01485_256_bit_multiply.sql
01486_json_array_output.reference
01486_json_array_output.sql
01487_distributed_in_not_default_db.reference
01487_distributed_in_not_default_db.sql
01490_nullable_string_to_enum.reference
01490_nullable_string_to_enum.sql
01491_nested_multiline_comments.reference
01491_nested_multiline_comments.sql
01492_array_join_crash_13829.reference
01492_array_join_crash_13829.sql
01492_format_readable_quantity.reference Fix 01492_format_readable_quantity 2022-02-28 16:06:39 +00:00
01492_format_readable_quantity.sql Fix 01492_format_readable_quantity 2022-02-28 16:06:39 +00:00
01493_alter_remove_no_property_zookeeper_long.reference
01493_alter_remove_no_property_zookeeper_long.sql
01493_alter_remove_properties_zookeeper.reference
01493_alter_remove_properties_zookeeper.sql
01493_alter_remove_properties.reference
01493_alter_remove_properties.sql
01493_alter_remove_wrong_default.reference
01493_alter_remove_wrong_default.sql
01493_storage_set_persistency.reference
01493_storage_set_persistency.sql
01493_table_function_null.reference
01493_table_function_null.sql
01494_storage_join_persistency.reference
01494_storage_join_persistency.sql
01495_subqueries_in_with_statement_2.reference
01495_subqueries_in_with_statement_2.sql
01495_subqueries_in_with_statement_3.reference
01495_subqueries_in_with_statement_3.sql
01495_subqueries_in_with_statement_4.reference
01495_subqueries_in_with_statement_4.sql
01495_subqueries_in_with_statement.reference
01495_subqueries_in_with_statement.sql
01496_signedness_conversion_monotonicity.reference
01496_signedness_conversion_monotonicity.sql
01497_alias_on_default_array.reference
01497_alias_on_default_array.sql
01497_extract_all_groups_empty_match.reference
01497_extract_all_groups_empty_match.sql
01497_mutation_support_for_storage_memory.reference
01497_mutation_support_for_storage_memory.sql
01497_now_support_timezone.reference
01497_now_support_timezone.sql
01498_alter_column_storage_memory.reference
01498_alter_column_storage_memory.sql
01499_json_named_tuples.reference
01499_json_named_tuples.sql
01499_log_deadlock.reference
01499_log_deadlock.sql
01500_StorageFile_write_to_fd.reference
01500_StorageFile_write_to_fd.sh
01501_cache_dictionary_all_fields.reference
01501_cache_dictionary_all_fields.sql
01501_clickhouse_client_INSERT_exception.reference
01501_clickhouse_client_INSERT_exception.sh
01502_bar_overflow.reference
01502_bar_overflow.sql
01502_jemalloc_percpu_arena.reference tests: update 01502_jemalloc_percpu_arena after jemalloc update 2022-02-17 21:25:58 +03:00
01502_jemalloc_percpu_arena.sh tests: update 01502_jemalloc_percpu_arena after jemalloc update 2022-02-17 21:25:58 +03:00
01502_log_tinylog_deadlock_race.reference
01502_log_tinylog_deadlock_race.sh
01502_long_log_tinylog_deadlock_race.reference
01502_long_log_tinylog_deadlock_race.sh
01503_fixed_string_primary_key.reference
01503_fixed_string_primary_key.sql
01503_if_const_optimization.reference
01503_if_const_optimization.sql
01504_compression_multiple_streams.reference
01504_compression_multiple_streams.sql
01504_rocksdb.reference
01504_rocksdb.sql
01504_view_type_conversion.reference
01504_view_type_conversion.sql
01505_distributed_local_type_conversion_enum.reference
01505_distributed_local_type_conversion_enum.sql
01505_log_distributed_deadlock.reference
01505_log_distributed_deadlock.sql
01505_pipeline_executor_UAF.reference tests: make 01505_pipeline_executor_UAF compatible with sanitizers builds 2022-02-17 21:25:58 +03:00
01505_pipeline_executor_UAF.sh tests: make 01505_pipeline_executor_UAF compatible with sanitizers builds 2022-02-17 21:25:58 +03:00
01505_trivial_count_with_partition_predicate.reference
01505_trivial_count_with_partition_predicate.sql
01506_buffer_table_alter_block_structure_2.reference
01506_buffer_table_alter_block_structure_2.sql Fix possible 01506_buffer_table_alter_block_structure_2 flakiness 2022-03-13 23:13:31 +03:00
01506_buffer_table_alter_block_structure.reference
01506_buffer_table_alter_block_structure.sql
01506_ttl_same_with_order_by.reference
01506_ttl_same_with_order_by.sql
01507_clickhouse_server_start_with_embedded_config.reference
01507_clickhouse_server_start_with_embedded_config.sh
01507_multiversion_storage_for_storagememory.reference
01507_multiversion_storage_for_storagememory.sql
01507_transform_null_in.reference
01507_transform_null_in.sql
01508_explain_header.reference
01508_explain_header.sql
01508_format_regexp_raw.reference
01508_format_regexp_raw.sh
01508_partition_pruning_long.queries
01508_partition_pruning_long.reference
01508_partition_pruning_long.sh
01508_query_obfuscator.reference
01508_query_obfuscator.sh
01508_race_condition_rename_clear_zookeeper_long.reference
01508_race_condition_rename_clear_zookeeper_long.sh
01509_check_many_parallel_quorum_inserts_long.reference
01509_check_many_parallel_quorum_inserts_long.sh
01509_check_parallel_quorum_inserts_long.reference
01509_check_parallel_quorum_inserts_long.sh
01509_dictionary_preallocate.reference
01509_dictionary_preallocate.sh
01509_format_raw_blob.reference
01509_format_raw_blob.sh
01509_output_format_pretty_row_numbers.reference
01509_output_format_pretty_row_numbers.sql
01509_parallel_quorum_and_merge_long.reference
01509_parallel_quorum_and_merge_long.sh
01509_parallel_quorum_insert_no_replicas_long.reference
01509_parallel_quorum_insert_no_replicas_long.sql
01510_format_regexp_raw_low_cardinality.reference
01510_format_regexp_raw_low_cardinality.sh
01511_alter_version_versioned_collapsing_merge_tree_zookeeper.reference
01511_alter_version_versioned_collapsing_merge_tree_zookeeper.sql
01511_alter_version_versioned_collapsing_merge_tree.reference
01511_alter_version_versioned_collapsing_merge_tree.sql
01511_different_expression_with_same_alias.reference
01511_different_expression_with_same_alias.sql
01511_format_readable_timedelta.reference
01511_format_readable_timedelta.sql
01511_prewhere_with_virtuals.reference
01511_prewhere_with_virtuals.sql
01512_create_replicate_merge_tree_one_arg.reference
01512_create_replicate_merge_tree_one_arg.sql
01513_count_without_select_sequence_consistency_zookeeper_long.reference
01513_count_without_select_sequence_consistency_zookeeper_long.sql
01513_defaults_on_defaults_no_column.reference
01513_defaults_on_defaults_no_column.sql
01513_ilike_like_cache.reference
01513_ilike_like_cache.sql
01513_optimize_aggregation_in_order_memory_long.reference
01513_optimize_aggregation_in_order_memory_long.sql
01514_distributed_cancel_query_on_error.reference
01514_distributed_cancel_query_on_error.sh
01514_empty_buffer_different_types.reference
01514_empty_buffer_different_types.sql
01514_input_format_csv_enum_as_number_setting.reference
01514_input_format_csv_enum_as_number_setting.sql
01514_input_format_json_enum_as_number.reference
01514_input_format_json_enum_as_number.sql
01514_input_format_tsv_enum_as_number_setting.reference
01514_input_format_tsv_enum_as_number_setting.sql
01514_parallel_formatting.reference
01514_parallel_formatting.sql
01514_tid_function.reference
01514_tid_function.sql
01515_force_data_skipping_indices.reference
01515_force_data_skipping_indices.sql
01515_logtrace_function.reference
01515_logtrace_function.sh
01515_mv_and_array_join_optimisation_bag.reference
01515_mv_and_array_join_optimisation_bag.sql
01515_with_global_and_with_propagation.reference
01515_with_global_and_with_propagation.sql
01516_create_table_primary_key.reference
01516_create_table_primary_key.sql
01516_date_time_output_format.reference
01516_date_time_output_format.sql
01516_drop_table_stress_long.reference
01516_drop_table_stress_long.sh
01517_drop_mv_with_inner_table.reference
01517_drop_mv_with_inner_table.sql
01517_select_final_distributed.reference
01517_select_final_distributed.sql Fix some tests 2022-02-11 17:15:56 +03:00
01518_cast_nullable_virtual_system_column.reference
01518_cast_nullable_virtual_system_column.sql
01518_filtering_aliased_materialized_column.reference
01518_filtering_aliased_materialized_column.sql
01518_nullable_aggregate_states1.reference
01518_nullable_aggregate_states1.sql
01518_nullable_aggregate_states2.reference
01518_nullable_aggregate_states2.sql
01518_select_in_null.reference
01518_select_in_null.sql
01519_topK_distributed_parametrized.reference
01519_topK_distributed_parametrized.sql
01520_client_print_query_id.expect
01520_client_print_query_id.reference
01521_alter_enum_and_reverse_read.reference
01521_alter_enum_and_reverse_read.sql
01521_distributed_query_hang.reference
01521_distributed_query_hang.sql
01521_format_readable_time_delta2.reference
01521_format_readable_time_delta2.sql
01521_global_in_prewhere_15792.reference
01521_global_in_prewhere_15792.sql
01521_max_length_alias.reference
01521_max_length_alias.sql
01522_validate_alter_default.reference
01522_validate_alter_default.sql
01523_client_local_queries_file_parameter.reference
01523_client_local_queries_file_parameter.sh
01523_date_time_compare_with_date_literal.reference
01523_date_time_compare_with_date_literal.sql
01523_interval_operator_support_string_literal.reference
01523_interval_operator_support_string_literal.sql
01524_do_not_merge_across_partitions_select_final.reference
01524_do_not_merge_across_partitions_select_final.sql Fix tests 2022-03-08 09:17:04 +01:00
01525_select_with_offset_fetch_clause.reference Fixed tests 2022-02-13 15:10:44 +00:00
01525_select_with_offset_fetch_clause.sql Fixed tests 2022-02-13 15:10:44 +00:00
01526_alter_add_and_modify_order_zookeeper.reference
01526_alter_add_and_modify_order_zookeeper.sql
01526_client_start_and_exit.expect-not-a-test-case
01526_client_start_and_exit.reference
01526_client_start_and_exit.sh
01526_complex_key_dict_direct_layout.reference
01526_complex_key_dict_direct_layout.sql
01526_initial_query_id.reference
01526_initial_query_id.sh
01526_max_untracked_memory.reference
01526_max_untracked_memory.sh Add option to clickhouse-test to skip aarch64 build 2022-03-02 14:18:24 +00:00
01526_param_uuid.reference
01526_param_uuid.sh
01527_bad_aggregation_in_lambda.reference
01527_bad_aggregation_in_lambda.sql
01527_clickhouse_local_optimize.reference
01527_clickhouse_local_optimize.sh
01527_dist_sharding_key_dictGet_reload.reference
01527_dist_sharding_key_dictGet_reload.sql
01527_materialized_view_stack_overflow.reference
01527_materialized_view_stack_overflow.sql
01528_allow_nondeterministic_optimize_skip_unused_shards.reference
01528_allow_nondeterministic_optimize_skip_unused_shards.sql
01528_clickhouse_local_prepare_parts.reference
01528_clickhouse_local_prepare_parts.sh
01528_play.reference
01528_play.sh
01528_setting_aggregate_functions_null_for_empty.reference
01528_setting_aggregate_functions_null_for_empty.sql
01528_to_uuid_or_null_or_zero.reference
01528_to_uuid_or_null_or_zero.sql
01529_bad_memory_tracking.reference
01529_bad_memory_tracking.sh
01529_union_distinct_and_setting_union_default_mode.reference
01529_union_distinct_and_setting_union_default_mode.sql
01530_drop_database_atomic_sync.reference
01530_drop_database_atomic_sync.sql
01531_query_log_query_comment.reference
01531_query_log_query_comment.sql
01532_clickhouse_local_tmp_folder.reference
01532_clickhouse_local_tmp_folder.sh
01532_collate_in_low_cardinality.reference
01532_collate_in_low_cardinality.sql
01532_execute_merges_on_single_replica_long.reference
01532_execute_merges_on_single_replica_long.sql
01532_having_with_totals.reference
01532_having_with_totals.sql
01532_min_max_with_modifiers.reference
01532_min_max_with_modifiers.sql
01532_primary_key_without_order_by_zookeeper.reference
01532_primary_key_without_order_by_zookeeper.sql
01532_tuple_with_name_type.reference
01532_tuple_with_name_type.sql
01533_collate_in_nullable.reference
01533_collate_in_nullable.sql
01533_distinct_depends_on_max_threads.reference
01533_distinct_depends_on_max_threads.sql
01533_distinct_nullable_uuid.reference
01533_distinct_nullable_uuid.sql
01533_multiple_nested.reference
01533_multiple_nested.sql Merge branch 'master' into random-settings 2022-02-16 13:38:15 +03:00
01533_optimize_skip_merged_partitions.reference
01533_optimize_skip_merged_partitions.sql
01533_quantile_deterministic_assert.reference
01533_quantile_deterministic_assert.sql
01533_sum_if_nullable_bug.reference
01533_sum_if_nullable_bug.sql
01534_lambda_array_join.reference
01534_lambda_array_join.sql
01535_decimal_round_scale_overflow_check.reference
01535_decimal_round_scale_overflow_check.sql
01536_fuzz_cast.reference
01536_fuzz_cast.sql
01537_fuzz_count_equal.reference
01537_fuzz_count_equal.sql
01538_fuzz_aggregate.reference
01538_fuzz_aggregate.sql
01540_verbatim_partition_pruning.reference
01540_verbatim_partition_pruning.sql
01541_max_memory_usage_for_user_long.reference
01541_max_memory_usage_for_user_long.sh
01542_collate_in_array.reference
01542_collate_in_array.sql
01542_dictionary_load_exception_race.reference
01542_dictionary_load_exception_race.sh
01543_avro_deserialization_with_lc.reference
01543_avro_deserialization_with_lc.sh
01543_collate_in_tuple.reference
01543_collate_in_tuple.sql Fixed tests 2022-02-13 15:10:44 +00:00
01543_parse_datetime_besteffort_or_null_empty_string.reference
01543_parse_datetime_besteffort_or_null_empty_string.sql
01543_toModifiedJulianDay.reference
01543_toModifiedJulianDay.sql
01544_errorCodeToName.reference
01544_errorCodeToName.sql
01544_file_engine_settings.reference
01544_file_engine_settings.sh
01544_fromModifiedJulianDay.reference
01544_fromModifiedJulianDay.sql
01545_system_errors.reference
01545_system_errors.sh
01545_url_file_format_settings.reference
01545_url_file_format_settings.sql
01546_log_queries_min_query_duration_ms.reference
01546_log_queries_min_query_duration_ms.sql
01547_query_log_current_database.reference
01547_query_log_current_database.sql
01548_create_table_compound_column_format.reference
01548_create_table_compound_column_format.sh
01548_lzy305.reference
01548_lzy305.sql
01548_parallel_parsing_max_memory.reference
01548_parallel_parsing_max_memory.sh
01548_query_log_query_execution_ms.reference
01548_query_log_query_execution_ms.sh
01548_uncomparable_columns_in_keys.reference
01548_uncomparable_columns_in_keys.sql
01548_with_totals_having.reference
01548_with_totals_having.sql
01549_low_cardinality_materialized_view.reference
01549_low_cardinality_materialized_view.sql
01550_create_map_type.reference
01550_create_map_type.sql
01550_mutation_subquery.reference
01550_mutation_subquery.sql
01550_query_identifier_parameters.reference
01550_query_identifier_parameters.sh
01550_type_map_formats_input.reference
01550_type_map_formats_input.sh
01550_type_map_formats.reference
01550_type_map_formats.sql
01551_context_uaf.reference
01551_context_uaf.sql
01551_mergetree_read_in_order_spread.reference
01551_mergetree_read_in_order_spread.sql
01552_alter_name_collision.reference
01552_alter_name_collision.sql
01552_dict_fixedstring.reference
01552_dict_fixedstring.sql
01552_impl_aggfunc_cloneresize.reference
01552_impl_aggfunc_cloneresize.sql
01553_datetime64_comparison.reference
01553_datetime64_comparison.sql
01553_settings_early_apply.reference
01553_settings_early_apply.sql
01554_bloom_filter_index_big_integer_uuid.reference
01554_bloom_filter_index_big_integer_uuid.sql
01554_interpreter_integer_float.reference
01554_interpreter_integer_float.sql
01554_row_number_after_cannot_read_all_data.reference
01554_row_number_after_cannot_read_all_data.sh
01555_or_fill.reference
01555_or_fill.sql
01555_system_distribution_queue_mask.reference
01555_system_distribution_queue_mask.sql
01556_accurate_cast_or_null.reference
01556_accurate_cast_or_null.sql
01556_explain_select_with_union_query.reference
01556_explain_select_with_union_query.sql
01556_if_null.reference
01556_if_null.sql
01557_field_infinite_convert_to_number.reference
01557_field_infinite_convert_to_number.sql
01557_max_parallel_replicas_no_sample.reference
01557_max_parallel_replicas_no_sample.sql Fix some tests 2022-02-11 17:15:56 +03:00
01558_enum_as_num_in_tsv_csv_input.reference
01558_enum_as_num_in_tsv_csv_input.sql
01558_transform_null_in.reference
01558_transform_null_in.sql
01558_ttest_scipy.python
01558_ttest_scipy.reference
01558_ttest_scipy.sh
01558_ttest.reference
01558_ttest.sql
01559_aggregate_null_for_empty_fix.reference
01559_aggregate_null_for_empty_fix.sql
01559_misplaced_codec_diagnostics.reference
01559_misplaced_codec_diagnostics.sh
01560_cancel_agg_func_combinator_native_name_constraint.reference
01560_cancel_agg_func_combinator_native_name_constraint.sql
01560_crash_in_agg_empty_arglist.reference
01560_crash_in_agg_empty_arglist.sql
01560_DateTime_and_DateTime64_comparision.reference
01560_DateTime_and_DateTime64_comparision.sql
01560_mann_whitney.reference
01560_mann_whitney.sql
01560_merge_distributed_join.reference
01560_merge_distributed_join.sql
01560_monotonicity_check_multiple_args_bug.reference
01560_monotonicity_check_multiple_args_bug.sql
01560_optimize_on_insert_long.reference
01560_optimize_on_insert_long.sql
01560_optimize_on_insert_zookeeper.reference
01560_optimize_on_insert_zookeeper.sql
01560_ttl_remove_empty_parts.reference
01560_ttl_remove_empty_parts.sql
01561_aggregate_functions_of_key_with_join.reference
01561_aggregate_functions_of_key_with_join.sql
01561_clickhouse_client_stage.reference
01561_clickhouse_client_stage.sh
01561_Date_and_DateTime64_comparision.reference
01561_Date_and_DateTime64_comparision.sql
01561_mann_whitney_scipy.python
01561_mann_whitney_scipy.reference
01561_mann_whitney_scipy.sh
01562_agg_null_for_empty_ahead.reference
01562_agg_null_for_empty_ahead.sql
01562_optimize_monotonous_functions_in_order_by.reference
01562_optimize_monotonous_functions_in_order_by.sql
01563_distributed_query_finish.reference
01563_distributed_query_finish.sh
01564_test_hint_woes.reference
01564_test_hint_woes.sql
01565_reconnect_after_client_error.expect
01565_reconnect_after_client_error.reference
01566_negate_formatting.reference
01566_negate_formatting.sql
01567_system_processes_current_database.reference
01567_system_processes_current_database.sql
01568_window_functions_distributed.reference
01568_window_functions_distributed.sql
01569_query_profiler_big_query_id.reference
01569_query_profiler_big_query_id.sh Add option to clickhouse-test to skip aarch64 build 2022-03-02 14:18:24 +00:00
01570_aggregator_combinator_simple_state.reference
01570_aggregator_combinator_simple_state.sql
01571_window_functions.reference
01571_window_functions.sql
01572_kill_window_function.reference
01572_kill_window_function.sh
01575_disable_detach_table_of_dictionary.reference
01575_disable_detach_table_of_dictionary.sql
01576_alias_column_rewrite.reference
01576_alias_column_rewrite.sql
01576_alter_low_cardinality_and_select.reference
01576_alter_low_cardinality_and_select.sh
01576_if_null_external_aggregation.reference
01576_if_null_external_aggregation.sql
01579_date_datetime_index_comparison.reference
01579_date_datetime_index_comparison.sql
01580_column_const_comparision.reference
01580_column_const_comparision.sql
01581_deduplicate_by_columns_local.reference
01581_deduplicate_by_columns_local.sql
01581_deduplicate_by_columns_replicated_long.reference
01581_deduplicate_by_columns_replicated_long.sql
01581_to_int_inf_nan.reference
01581_to_int_inf_nan.sql
01582_any_join_supertype.reference
01582_any_join_supertype.sql
01582_deterministic_function_with_predicate.reference
01582_deterministic_function_with_predicate.sql
01582_distinct_optimization.reference
01582_distinct_optimization.sh
01582_distinct_subquery_groupby.reference
01582_distinct_subquery_groupby.sql
01582_move_to_prewhere_compact_parts.reference
01582_move_to_prewhere_compact_parts.sql Fix some tests 2022-02-11 17:15:56 +03:00
01583_const_column_in_set_index.reference
01583_const_column_in_set_index.sql
01583_parallel_parsing_exception_with_offset.reference
01583_parallel_parsing_exception_with_offset.sh
01584_distributed_buffer_cannot_find_column.reference
01584_distributed_buffer_cannot_find_column.sql
01585_fuzz_bits_with_bugfix.reference
01585_fuzz_bits_with_bugfix.sql
01585_use_index_for_global_in_with_null.reference
01585_use_index_for_global_in_with_null.sql
01585_use_index_for_global_in.reference
01585_use_index_for_global_in.sql
01586_columns_pruning.reference
01586_columns_pruning.sql
01586_replicated_mutations_empty_partition.reference
01586_replicated_mutations_empty_partition.sql
01586_storage_join_low_cardinality_key.reference
01586_storage_join_low_cardinality_key.sql
01590_countSubstrings.reference
01590_countSubstrings.sql
01591_window_functions.reference Fix unexpected result when use -state type aggregate function in window frame (#34999) 2022-03-11 11:54:17 +03:00
01591_window_functions.sql Fix unexpected result when use -state type aggregate function in window frame (#34999) 2022-03-11 11:54:17 +03:00
01592_length_map.reference
01592_length_map.sql
01592_long_window_functions1.reference
01592_long_window_functions1.sql
01592_toUnixTimestamp_Date.reference
01592_toUnixTimestamp_Date.sql
01592_window_functions.reference
01592_window_functions.sql Fixed tests 2022-02-13 15:10:44 +00:00
01593_concurrent_alter_mutations_kill_many_replicas_long.reference
01593_concurrent_alter_mutations_kill_many_replicas_long.sh
01593_concurrent_alter_mutations_kill.reference
01593_concurrent_alter_mutations_kill.sh
01593_functions_in_order_by.reference
01593_functions_in_order_by.sql
01593_insert_settings.reference
01593_insert_settings.sql
01594_storage_join_uuid.reference
01594_storage_join_uuid.sql
01594_too_low_memory_limits.config.xml
01594_too_low_memory_limits.reference
01594_too_low_memory_limits.sh
01595_countMatches.reference
01595_countMatches.sql
01596_full_join_chertus.reference
01596_full_join_chertus.sql
01596_null_as_default_nullable.reference
01596_null_as_default_nullable.sql
01596_setting_limit_offset.reference
01596_setting_limit_offset.sql
01597_columns_list_ignored.reference
01597_columns_list_ignored.sh
01598_memory_limit_zeros.reference
01598_memory_limit_zeros.sql
01599_multiline_input_and_singleline_comments.reference
01599_multiline_input_and_singleline_comments.sh
01599_mutation_query_params.reference
01599_mutation_query_params.sh
01600_benchmark_query.reference
01600_benchmark_query.sh
01600_detach_permanently.reference
01600_detach_permanently.sh
01600_encode_XML.reference
01600_encode_XML.sql
01600_log_queries_with_extensive_info.reference
01600_log_queries_with_extensive_info.sh
01600_min_max_compress_block_size.reference
01600_min_max_compress_block_size.sql
01600_multiple_left_join_with_aliases.reference
01600_multiple_left_join_with_aliases.sql
01600_parts_states_metrics_long.reference
01600_parts_states_metrics_long.sh
01600_parts_types_metrics_long.reference
01600_parts_types_metrics_long.sh
01600_quota_by_forwarded_ip.reference
01600_quota_by_forwarded_ip.sh
01600_remerge_sort_lowered_memory_bytes_ratio.reference
01600_remerge_sort_lowered_memory_bytes_ratio.sql
01600_select_in_different_types.reference
01600_select_in_different_types.sql
01601_accurate_cast.reference
01601_accurate_cast.sql
01601_custom_tld.reference
01601_custom_tld.sql
01601_detach_permanently.reference
01601_detach_permanently.sql
01601_proxy_protocol.reference
01601_proxy_protocol.sh
01601_temporary_table_session_scope.reference
01601_temporary_table_session_scope.sh
01602_array_aggregation.reference
01602_array_aggregation.sql
01602_insert_into_table_function_cluster.reference
01602_insert_into_table_function_cluster.sql
01602_max_distributed_connections.reference
01602_max_distributed_connections.sh
01602_modified_julian_day_msan.reference
01602_modified_julian_day_msan.sql
01602_runningConcurrency.reference
01602_runningConcurrency.sql
01602_show_create_view.reference
01602_show_create_view.sql
01602_temporary_table_in_system_tables.reference
01602_temporary_table_in_system_tables.sql
01603_decimal_mult_float.reference
01603_decimal_mult_float.sql
01603_insert_select_too_many_parts.reference
01603_insert_select_too_many_parts.sql
01603_read_with_backoff_bug.reference
01603_read_with_backoff_bug.sql
01603_remove_column_ttl.reference
01603_remove_column_ttl.sql
01603_rename_overwrite_bug.reference
01603_rename_overwrite_bug.sql
01604_explain_ast_of_nonselect_query.reference
01604_explain_ast_of_nonselect_query.sql
01605_adaptive_granularity_block_borders.reference
01605_adaptive_granularity_block_borders.sql Merge master 2022-03-08 18:21:28 +01:00
01605_dictinct_two_level.reference
01605_dictinct_two_level.sql
01605_drop_settings_profile_while_assigned.reference
01605_drop_settings_profile_while_assigned.sql
01605_key_condition_enum_int.reference
01605_key_condition_enum_int.sql
01605_skip_idx_compact_parts.reference
01605_skip_idx_compact_parts.sql
01606_git_import.reference
01606_git_import.sh
01606_merge_from_wide_to_compact.reference
01606_merge_from_wide_to_compact.sql
01607_arrays_as_nested_csv.reference
01607_arrays_as_nested_csv.sh
01610_client_spawn_editor_open.editor
01610_client_spawn_editor.reference
01610_client_spawn_editor.sh
01611_constant_folding_subqueries.reference
01611_constant_folding_subqueries.sql
01611_string_to_low_cardinality_key_alter.reference
01611_string_to_low_cardinality_key_alter.sql
01614_with_fill_with_limit.reference
01614_with_fill_with_limit.sql
01615_random_one_shard_insertion.reference
01615_random_one_shard_insertion.sql
01615_two_args_function_index_fix.reference
01615_two_args_function_index_fix.sql
01616_untuple_access_field.reference
01616_untuple_access_field.sql
01620_fix_simple_state_arg_type.reference
01620_fix_simple_state_arg_type.sql
01621_bar_nan_arguments.reference
01621_bar_nan_arguments.sql
01621_clickhouse_compressor.reference
01621_clickhouse_compressor.sh
01621_decode_XML.reference
01621_decode_XML.sql
01621_sort_after_join_pipeline_stuck.reference
01621_sort_after_join_pipeline_stuck.sql
01621_summap_check_types.reference
01621_summap_check_types.sql
01622_byte_size.reference
01622_byte_size.sql
01622_codec_zstd_long.reference
01622_codec_zstd_long.sql
01622_constraints_simple_optimization.reference
01622_constraints_simple_optimization.sql
01622_constraints_where_optimization.reference
01622_constraints_where_optimization.sql
01622_defaults_for_file_engine.reference
01622_defaults_for_file_engine.sql
01622_defaults_for_url_engine.reference
01622_defaults_for_url_engine.sh
01622_multiple_ttls.reference
01622_multiple_ttls.sql
01623_byte_size_const.reference
01623_byte_size_const.sql
01623_constraints_column_swap.reference
01623_constraints_column_swap.sql
01624_soft_constraints.reference
01624_soft_constraints.sh
01625_constraints_index_append.reference
01625_constraints_index_append.sql
01626_cnf_fuzz_long.python
01626_cnf_fuzz_long.reference
01626_cnf_fuzz_long.sh
01626_cnf_test.reference
01626_cnf_test.sql
01630_disallow_floating_point_as_partition_key.reference
01630_disallow_floating_point_as_partition_key.sql
01630_simple_aggregate_all_functions_in_aggregating_merge_tree.reference
01630_simple_aggregate_all_functions_in_aggregating_merge_tree.sql
01630_simple_aggregate_all_functions_in_summing_merge_tree.reference
01630_simple_aggregate_all_functions_in_summing_merge_tree.sql
01630_simple_aggregate_function_in_summing_merge_tree.reference
01630_simple_aggregate_function_in_summing_merge_tree.sql
01631_date_overflow_as_partition_key.reference
01631_date_overflow_as_partition_key.sql
01632_group_array_msan.reference
01632_group_array_msan.sql
01632_max_partitions_to_read.reference
01632_max_partitions_to_read.sql
01632_nullable_string_type_convert_to_decimal_type.reference
01632_nullable_string_type_convert_to_decimal_type.sql
01632_select_all_syntax.reference
01632_select_all_syntax.sql
01632_tinylog_read_write.reference
01632_tinylog_read_write.sh
01633_limit_fuzz.reference
01633_limit_fuzz.sql
01634_sum_map_nulls.reference
01634_sum_map_nulls.sql
01634_summap_nullable.reference
01634_summap_nullable.sql
01634_uuid_fuzz.reference
01634_uuid_fuzz.sql
01635_nullable_fuzz.reference
01635_nullable_fuzz.sql
01635_sum_map_fuzz.reference
01635_sum_map_fuzz.sql
01636_nullable_fuzz2.reference
01636_nullable_fuzz2.sql
01637_nullable_fuzz3.reference
01637_nullable_fuzz3.sql
01638_div_mod_ambiguities.reference
01638_div_mod_ambiguities.sql
01639_distributed_sync_insert_zero_rows.reference
01639_distributed_sync_insert_zero_rows.sql
01640_distributed_async_insert_compression.reference
01640_distributed_async_insert_compression.sql
01640_marks_corruption_regression.reference
01640_marks_corruption_regression.sql
01641_memory_tracking_insert_optimize.reference
01641_memory_tracking_insert_optimize.sql Update test 2022-03-10 11:02:12 +01:00
01642_if_nullable_regression.reference
01642_if_nullable_regression.sql
01643_merge_tree_fsync_smoke.reference Fix ENOENT with fsync_part_directory and Vertical merge 2022-02-19 07:50:59 +03:00
01643_merge_tree_fsync_smoke.sql Fix ENOENT with fsync_part_directory and Vertical merge 2022-02-19 07:50:59 +03:00
01644_distributed_async_insert_fsync_smoke.reference
01644_distributed_async_insert_fsync_smoke.sql
01645_system_table_engines.reference
01645_system_table_engines.sql
01646_fix_window_funnel_inconistency.reference
01646_fix_window_funnel_inconistency.sql
01646_rewrite_sum_if.reference
01646_rewrite_sum_if.sql
01646_system_restart_replicas_smoke.reference
01646_system_restart_replicas_smoke.sql
01647_clickhouse_local_hung.reference
01647_clickhouse_local_hung.sh
01648_mutations_and_escaping.reference
01648_mutations_and_escaping.sql
01648_normalize_query_keep_names.reference
01648_normalize_query_keep_names.sql
01649_with_alias_key_condition.reference
01649_with_alias_key_condition.sql
01650_any_null_if.reference
01650_any_null_if.sql
01650_drop_part_and_deduplication_zookeeper_long.reference
01650_drop_part_and_deduplication_zookeeper_long.sql
01650_expressions_merge_bug.reference
01650_expressions_merge_bug.sql
01650_fetch_patition_with_macro_in_zk_path_long.reference
01650_fetch_patition_with_macro_in_zk_path_long.sql
01651_bugs_from_15889.reference
01651_bugs_from_15889.sql
01651_group_uniq_array_enum.reference
01651_group_uniq_array_enum.sql
01651_lc_insert_tiny_log.reference
01651_lc_insert_tiny_log.sql
01651_map_functions.reference
01651_map_functions.sql
01652_ignore_and_low_cardinality.reference
01652_ignore_and_low_cardinality.sql
01652_ttl_old_syntax.reference
01652_ttl_old_syntax.sql
01653_tuple_hamming_distance_2.reference
01653_tuple_hamming_distance_2.sql
01654_bar_nan.reference
01654_bar_nan.sql
01654_test_writer_block_sequence.python
01654_test_writer_block_sequence.reference
01654_test_writer_block_sequence.sh
01655_agg_if_nullable.reference
01655_agg_if_nullable.sql
01655_plan_optimizations.reference
01655_plan_optimizations.sh Fix more tests 2022-02-18 12:05:44 +00:00
01655_quarter_modificator_for_formatDateTime.reference
01655_quarter_modificator_for_formatDateTime.sql
01655_sleep_infinite_float.reference
01655_sleep_infinite_float.sql
01655_test_isnull_mysql_dialect.reference
01655_test_isnull_mysql_dialect.sql
01656_ipv4_bad_formatting.reference
01656_ipv4_bad_formatting.sql
01656_join_defaul_enum.reference
01656_join_defaul_enum.sql
01656_sequence_next_node_long.reference
01656_sequence_next_node_long.sql
01656_test_hex_mysql_dialect.reference
01656_test_hex_mysql_dialect.sql
01656_test_query_log_factories_info.reference
01656_test_query_log_factories_info.sql
01657_array_element_ubsan.reference
01657_array_element_ubsan.sql
01657_test_toHour_mysql_compatibility.reference
01657_test_toHour_mysql_compatibility.sql
01658_read_file_to_stringcolumn.reference
01658_read_file_to_stringcolumn.sh
01658_substring_ubsan.reference
01658_substring_ubsan.sql
01658_test_base64Encode_mysql_compatibility.reference
01658_test_base64Encode_mysql_compatibility.sql
01658_values_ubsan.reference
01658_values_ubsan.sql
01659_array_aggregation_ubsan.reference
01659_array_aggregation_ubsan.sql
01659_h3_buffer_overflow.reference
01659_h3_buffer_overflow.sql
01659_test_base64Decode_mysql_compatibility.reference
01659_test_base64Decode_mysql_compatibility.sql
01660_join_or_all.reference
01660_join_or_all.sql
01660_join_or_any.reference
01660_join_or_any.sql
01660_join_or_inner.reference
01660_join_or_inner.sql
01660_join_or_subqueries.reference
01660_join_or_subqueries.sql
01660_second_extremes_bug.reference
01660_second_extremes_bug.sql
01660_sum_ubsan.reference
01660_sum_ubsan.sql
01660_system_parts_smoke.reference
01660_system_parts_smoke.sql
01660_test_toDayOfYear_mysql_compatibility.reference
01660_test_toDayOfYear_mysql_compatibility.sql
01661_arraySlice_ubsan.reference
01661_arraySlice_ubsan.sql
01661_extract_all_groups_throw_fast.reference
01661_extract_all_groups_throw_fast.sql
01661_join_complex.reference
01661_join_complex.sql
01661_referer.reference
01661_referer.sh
01661_test_toDayOfWeek_mysql_compatibility.reference
01661_test_toDayOfWeek_mysql_compatibility.sql
01662_date_ubsan.reference Check overflow in addSeconds/Minues/etc functions 2022-02-15 19:04:59 +00:00
01662_date_ubsan.sql Check overflow in addSeconds/Minues/etc functions 2022-02-15 19:04:59 +00:00
01662_join_mixed.reference
01662_join_mixed.sql
01662_test_toDayOfMonth_mysql_compatibility.reference
01662_test_toDayOfMonth_mysql_compatibility.sql
01663_aes_msan.reference
01663_aes_msan.sql
01663_quantile_weighted_overflow.reference
01663_quantile_weighted_overflow.sql
01663_test_toDate_mysql_compatibility.reference
01663_test_toDate_mysql_compatibility.sql
01664_array_slice_ubsan.reference
01664_array_slice_ubsan.sql
01664_decimal_ubsan.reference
01664_decimal_ubsan.sql
01664_ntoa_aton_mysql_compatibility.reference
01664_ntoa_aton_mysql_compatibility.sql
01665_merge_tree_min_for_concurrent_read.reference
01665_merge_tree_min_for_concurrent_read.sql
01665_running_difference_ubsan.reference
01665_running_difference_ubsan.sql
01665_substring_ubsan.reference
01665_substring_ubsan.sql
01666_blns_long.reference
01666_blns_long.sql Fix some tests 2022-02-16 15:10:02 +00:00
01666_date_lut_buffer_overflow.reference
01666_date_lut_buffer_overflow.sql
01666_gcd_ubsan.reference
01666_gcd_ubsan.sql
01666_great_circle_distance_ubsan.reference
01666_great_circle_distance_ubsan.sql
01666_lcm_ubsan.reference
01666_lcm_ubsan.sql
01666_merge_tree_max_query_limit.reference
01666_merge_tree_max_query_limit.sh
01667_aes_args_check.reference
01667_aes_args_check.sql
01668_avg_weighted_ubsan.reference
01668_avg_weighted_ubsan.sql
01668_test_toMonth_mysql_dialect.reference
01668_test_toMonth_mysql_dialect.sql
01669_columns_declaration_serde_long.reference
01669_columns_declaration_serde_long.sql
01669_join_or_duplicates.reference
01669_join_or_duplicates.sql
01669_test_toYear_mysql_dialect.reference
01669_test_toYear_mysql_dialect.sql
01670_dictionary_create_key_expression.reference add order by to 01670_dictionary_create_key_expression 2022-02-17 12:39:59 +00:00
01670_dictionary_create_key_expression.sql add order by to 01670_dictionary_create_key_expression 2022-02-17 12:39:59 +00:00
01670_distributed_bytes_to_throw_insert.reference
01670_distributed_bytes_to_throw_insert.sql
01670_log_comment.reference
01670_log_comment.sql
01670_neighbor_lc_bug.reference
01670_neighbor_lc_bug.sql Fixed tests 2022-02-13 15:10:44 +00:00
01670_sign_function.reference
01670_sign_function.sql
01670_test_repeat_mysql_dialect.reference
01670_test_repeat_mysql_dialect.sql
01671_aggregate_function_group_bitmap_data.reference
01671_aggregate_function_group_bitmap_data.sql Fix some tests 2022-02-11 17:15:56 +03:00
01671_ddl_hang_timeout_long.reference
01671_ddl_hang_timeout_long.sh
01671_merge_join_and_constants.reference
01671_merge_join_and_constants.sql
01671_test_toQuarter_mysql_dialect.reference
01671_test_toQuarter_mysql_dialect.sql
01672_actions_dag_merge_crash.reference
01672_actions_dag_merge_crash.sql
01672_test_toSecond_mysql_dialect.reference
01672_test_toSecond_mysql_dialect.sql
01673_test_toMinute_mysql_dialect.reference
01673_test_toMinute_mysql_dialect.sql
01674_clickhouse_client_query_param_cte.reference
01674_clickhouse_client_query_param_cte.sh
01674_executable_dictionary_implicit_key.reference
01674_executable_dictionary_implicit_key.sql
01674_filter_by_uint8.reference
01674_filter_by_uint8.sql
01674_htm_xml_coarse_parse.reference
01674_htm_xml_coarse_parse.sql
01674_unicode_asan.reference
01674_unicode_asan.sql
01674_where_prewhere_array_crash.reference
01674_where_prewhere_array_crash.sql
01675_data_type_coroutine.reference
01675_data_type_coroutine.sh
01675_distributed_bytes_to_delay_insert.reference
01675_distributed_bytes_to_delay_insert.sh
01676_dictget_in_default_expression.reference
01676_dictget_in_default_expression.sql
01676_long_clickhouse_client_autocomplete.reference
01676_long_clickhouse_client_autocomplete.sh
01676_range_hashed_dictionary.reference
01676_range_hashed_dictionary.sql
01676_reinterpret_as.reference
01676_reinterpret_as.sql
01676_round_int_ubsan.reference
01676_round_int_ubsan.sql
01677_array_enumerate_bug.reference
01677_array_enumerate_bug.sql
01677_bit_float.reference
01677_bit_float.sql
01678_great_circle_angle.reference
01678_great_circle_angle.sql
01679_format_readable_time_delta_inf.reference
01679_format_readable_time_delta_inf.sql
01679_incorrect_data_on_insert_collapsing.reference
01679_incorrect_data_on_insert_collapsing.sh
01680_date_time_add_ubsan.reference
01680_date_time_add_ubsan.sql Fix checkOverflow in FunctionDateOrDateTimeAddInterval 2022-02-16 14:30:37 +00:00
01680_predicate_pushdown_union_distinct_subquery.reference
01680_predicate_pushdown_union_distinct_subquery.sql
01681_arg_min_max_if_fix.reference Ignore result in 01681_arg_min_max_if_fix 2022-02-18 14:10:06 +00:00
01681_arg_min_max_if_fix.sql Ignore result in 01681_arg_min_max_if_fix 2022-02-18 14:10:06 +00:00
01681_bloom_filter_nullable_column.reference
01681_bloom_filter_nullable_column.sql
01681_cache_dictionary_simple_key.reference
01681_cache_dictionary_simple_key.sql
01681_hyperscan_debug_assertion.reference
01681_hyperscan_debug_assertion.sh
01682_cache_dictionary_complex_key.reference
01682_cache_dictionary_complex_key.sql
01682_gather_utils_ubsan.reference
01682_gather_utils_ubsan.sql
01683_codec_encrypted.reference
01683_codec_encrypted.sql
01683_dist_INSERT_block_structure_mismatch.reference
01683_dist_INSERT_block_structure_mismatch.sql
01683_flat_dictionary.reference
01683_flat_dictionary.sql
01683_intdiv_ubsan.reference
01683_intdiv_ubsan.sql
01683_text_log_deadlock.reference
01683_text_log_deadlock.sh
01684_geohash_ubsan.reference
01684_geohash_ubsan.sql
01684_insert_specify_shard_id.reference
01684_insert_specify_shard_id.sql
01684_ssd_cache_dictionary_simple_key.reference
01684_ssd_cache_dictionary_simple_key.sh
01685_json_extract_double_as_float.reference
01685_json_extract_double_as_float.sql
01685_ssd_cache_dictionary_complex_key.reference
01685_ssd_cache_dictionary_complex_key.sh
01686_event_time_microseconds_part_log.reference
01686_event_time_microseconds_part_log.sql
01686_rocksdb.reference
01686_rocksdb.sql
01690_quantilesTiming_ubsan.reference
01690_quantilesTiming_ubsan.sql
01691_DateTime64_clamp.reference
01691_DateTime64_clamp.sql
01691_parser_data_type_exponential.reference
01691_parser_data_type_exponential.sh
01692_DateTime64_from_DateTime.reference
01692_DateTime64_from_DateTime.sql
01698_fix_toMinute.reference
01698_fix_toMinute.sql
01698_map_populate_overflow.reference
01698_map_populate_overflow.sql
01699_timezoneOffset.reference
01699_timezoneOffset.sql
01700_deltasum.reference
01700_deltasum.sql
01700_mod_negative_type_promotion.reference
01700_mod_negative_type_promotion.sql
01700_point_in_polygon_ubsan.reference
01700_point_in_polygon_ubsan.sql
01700_system_zookeeper_path_in.reference
01700_system_zookeeper_path_in.sql
01701_if_tuple_segfault.reference
01701_if_tuple_segfault.sql
01701_parallel_parsing_infinite_segmentation.reference
01701_parallel_parsing_infinite_segmentation.sh
01702_bitmap_native_integers.reference
01702_bitmap_native_integers.sql
01702_rewrite_avg_for_algebraic_optimization.reference
01702_rewrite_avg_for_algebraic_optimization.sql
01702_system_numbers_scientific_notation.reference
01702_system_numbers_scientific_notation.sql
01702_system_query_log.reference
01702_system_query_log.sql
01702_toDateTime_from_string_clamping.reference
01702_toDateTime_from_string_clamping.sql
01703_rewrite_aggregate_function_case_insensitive.reference
01703_rewrite_aggregate_function_case_insensitive.sql
01704_transform_with_float_key.reference
01704_transform_with_float_key.sql
01705_normalize_case_insensitive_function_names.reference
01705_normalize_case_insensitive_function_names.sql
01705_normalize_create_alter_function_names.reference
01705_normalize_create_alter_function_names.sql
01706_optimize_normalize_count_variants.reference
01706_optimize_normalize_count_variants.sql
01707_join_use_nulls.reference
01707_join_use_nulls.sql
01709_inactive_parts_to_throw_insert.reference
01709_inactive_parts_to_throw_insert.sql
01710_aggregate_projection_with_hashing.reference
01710_aggregate_projection_with_hashing.sql
01710_aggregate_projections.reference Fixed tests 2022-02-13 15:10:44 +00:00
01710_aggregate_projections.sh Merge pull request #34215 from ClickHouse/revert-34211-revert-34153-add_func_tests_over_s3 2022-02-15 19:07:11 +03:00
01710_force_use_projection.reference
01710_force_use_projection.sql
01710_minmax_count_projection.reference
01710_minmax_count_projection.sql
01710_normal_projection_fix1.reference
01710_normal_projection_fix1.sql
01710_normal_projections.reference
01710_normal_projections.sh
01710_projection_aggregation_in_order.reference
01710_projection_aggregation_in_order.sql
01710_projection_array_join.reference
01710_projection_array_join.sql
01710_projection_detach_part.reference
01710_projection_detach_part.sql
01710_projection_drop_if_exists.reference
01710_projection_drop_if_exists.sql
01710_projection_fetch_long.reference
01710_projection_fetch_long.sql
01710_projection_group_by_order_by.reference
01710_projection_group_by_order_by.sql
01710_projection_in_index.reference
01710_projection_in_index.sql
01710_projection_in_set.reference
01710_projection_in_set.sql
01710_projection_materialize_with_missing_columns.reference
01710_projection_materialize_with_missing_columns.sql
01710_projection_mutation.reference
01710_projection_mutation.sql
01710_projection_optimize_materialize.reference
01710_projection_optimize_materialize.sql
01710_projection_part_check.reference
01710_projection_part_check.sql
01710_projection_vertical_merges.reference
01710_projection_vertical_merges.sql
01710_projection_with_joins.reference
01710_projection_with_joins.sql
01710_projection_with_mixed_pipeline.reference
01710_projection_with_mixed_pipeline.sql
01710_projections_group_by_no_key.reference
01710_projections_group_by_no_key.sql
01710_projections_in_distributed_query.reference
01710_projections_in_distributed_query.sql
01710_projections.reference
01710_projections.sql
01711_cte_subquery_fix.reference
01711_cte_subquery_fix.sql
01711_decimal_multiplication.reference
01711_decimal_multiplication.sql
01712_no_adaptive_granularity_vertical_merge.reference
01712_no_adaptive_granularity_vertical_merge.sql
01713_table_ttl_old_syntax_zookeeper.reference
01713_table_ttl_old_syntax_zookeeper.sql
01714_alter_drop_version.reference
01714_alter_drop_version.sql
01715_background_checker_blather_zookeeper_long.reference
01715_background_checker_blather_zookeeper_long.sql
01715_table_function_view_fix.reference
01715_table_function_view_fix.sql
01715_tuple_insert_null_as_default.reference
01715_tuple_insert_null_as_default.sql
01716_array_difference_overflow.reference
01716_array_difference_overflow.sql
01716_decimal_comparison_ubsan.reference
01716_decimal_comparison_ubsan.sql
01716_drop_rename_sign_column.reference
01716_drop_rename_sign_column.sql
01717_global_with_subquery_fix.reference
01717_global_with_subquery_fix.sql
01717_int_div_float_too_large_ubsan.reference
01717_int_div_float_too_large_ubsan.sql
01718_subtract_seconds_date.reference
01718_subtract_seconds_date.sql
01719_join_timezone.reference
01719_join_timezone.sql
01720_constraints_complex_types.reference
01720_constraints_complex_types.sql
01720_country_intersection.reference
01720_country_intersection.sh
01720_country_perimeter_and_area.reference
01720_country_perimeter_and_area.sh
01720_dictionary_create_source_with_functions.reference
01720_dictionary_create_source_with_functions.sql
01720_engine_file_empty_if_not_exists.reference
01720_engine_file_empty_if_not_exists.sql
01720_join_implicit_cast.reference.j2
01720_join_implicit_cast.sql.j2
01720_type_map_and_casts.reference
01720_type_map_and_casts.sql
01720_union_distinct_with_limit.reference
01720_union_distinct_with_limit.sql
01721_constraints_constant_expressions.reference
01721_constraints_constant_expressions.sql
01721_dictionary_decimal_p_s.reference
01721_dictionary_decimal_p_s.sql
01721_engine_file_truncate_on_insert.reference
01721_engine_file_truncate_on_insert.sql
01721_join_implicit_cast_long.reference
01721_join_implicit_cast_long.sql.j2
01722_long_brotli_http_compression_json_format.reference
01722_long_brotli_http_compression_json_format.sh
01730_distributed_group_by_no_merge_order_by_long.reference
01730_distributed_group_by_no_merge_order_by_long.sql
01731_async_task_queue_wait.reference
01731_async_task_queue_wait.sh
01732_alters_bad_conversions.reference
01732_alters_bad_conversions.sql
01732_bigint_ubsan.reference
01732_bigint_ubsan.sql
01732_explain_syntax_union_query.reference
01732_explain_syntax_union_query.sql
01732_more_consistent_datetime64_parsing.reference
01732_more_consistent_datetime64_parsing.sql
01732_race_condition_storage_join_long.reference
01732_race_condition_storage_join_long.sh
01732_union_and_union_all.reference
01732_union_and_union_all.sql
01733_transform_ubsan.reference
01733_transform_ubsan.sql
01734_datetime64_from_float.reference
01734_datetime64_from_float.sql
01735_join_get_low_card_fix.reference
01735_join_get_low_card_fix.sql
01735_to_datetime64.reference
01735_to_datetime64.sql
01736_null_as_default.reference
01736_null_as_default.sql
01737_clickhouse_server_wait_server_pool_long.config.xml
01737_clickhouse_server_wait_server_pool_long.reference
01737_clickhouse_server_wait_server_pool_long.sh
01737_move_order_key_to_prewhere_select_final.reference
01737_move_order_key_to_prewhere_select_final.sql Fix next batch of tests 2022-02-15 14:36:31 +00:00
01739_index_hint.reference
01739_index_hint.sql
01744_fuse_sum_count_aggregate.reference
01744_fuse_sum_count_aggregate.sql
01744_tuple_cast_to_map_bugfix.reference
01744_tuple_cast_to_map_bugfix.sql
01745_alter_delete_view.reference
01745_alter_delete_view.sql
01746_convert_type_with_default.reference
01746_convert_type_with_default.sql
01746_executable_pool_dictionary.reference
01746_executable_pool_dictionary.sql
01746_extract_text_from_html.reference
01746_extract_text_from_html.sql
01746_forbid_drop_column_referenced_by_mv.reference
01746_forbid_drop_column_referenced_by_mv.sql
01746_lc_values_format_bug.reference
01746_lc_values_format_bug.sql
01746_long_zlib_http_compression_json_format.reference
01746_long_zlib_http_compression_json_format.sh
01746_long_zstd_http_compression_json_format.reference
01746_long_zstd_http_compression_json_format.sh Fix some tests 2022-02-16 15:10:02 +00:00
01746_test_for_tupleElement_must_be_constant_issue.reference
01746_test_for_tupleElement_must_be_constant_issue.sql
01747_alter_partition_key_enum_zookeeper_long.reference
01747_alter_partition_key_enum_zookeeper_long.sql
01747_executable_pool_dictionary_implicit_key.reference
01747_executable_pool_dictionary_implicit_key.sql
01747_join_view_filter_dictionary.reference
01747_join_view_filter_dictionary.sql
01747_system_session_log_long.reference
01747_system_session_log_long.sh
01747_transform_empty_arrays.reference
01747_transform_empty_arrays.sql
01748_dictionary_table_dot.reference
01748_dictionary_table_dot.sql
01748_partition_id_pruning.reference
01748_partition_id_pruning.sql
01750_parsing_exception.reference
01750_parsing_exception.sh
01752_distributed_query_sigsegv.reference
01752_distributed_query_sigsegv.sql
01753_direct_dictionary_simple_key.reference
01753_direct_dictionary_simple_key.sql
01753_fix_clickhouse_format.reference
01753_fix_clickhouse_format.sh
01753_max_uri_size.reference
01753_max_uri_size.sh
01753_mutate_table_predicated_with_table.reference
01753_mutate_table_predicated_with_table.sql
01753_optimize_aggregation_in_order.reference
01753_optimize_aggregation_in_order.sh
01753_system_zookeeper_query_param_path_long.reference
01753_system_zookeeper_query_param_path_long.sh
01754_clickhouse_format_backslash.reference
01754_clickhouse_format_backslash.sh
01754_cluster_all_replicas_shard_num.reference
01754_cluster_all_replicas_shard_num.sql
01754_direct_dictionary_complex_key.reference
01754_direct_dictionary_complex_key.sql
01755_client_highlight_multi_line_comment_regression.expect
01755_client_highlight_multi_line_comment_regression.reference
01755_shard_pruning_with_literal.reference
01755_shard_pruning_with_literal.sql
01756_optimize_skip_unused_shards_rewrite_in.reference Fix optimize_skip_unused_shards_rewrite_in for signed columns 2022-03-09 08:29:28 +03:00
01756_optimize_skip_unused_shards_rewrite_in.sql Fix optimize_skip_unused_shards_rewrite_in for signed columns 2022-03-09 08:29:28 +03:00
01757_optimize_skip_unused_shards_limit.reference
01757_optimize_skip_unused_shards_limit.sql
01758_optimize_skip_unused_shards_once.reference
01758_optimize_skip_unused_shards_once.sh
01759_dictionary_unique_attribute_names.reference
01759_dictionary_unique_attribute_names.sql
01759_optimize_skip_unused_shards_zero_shards.reference
01759_optimize_skip_unused_shards_zero_shards.sql
01760_ddl_dictionary_use_current_database_name.reference
01760_ddl_dictionary_use_current_database_name.sql
01760_modulo_negative.reference
01760_modulo_negative.sql
01760_polygon_dictionaries.reference
01760_polygon_dictionaries.sql
01760_system_dictionaries.reference
01760_system_dictionaries.sql
01761_alter_decimal_zookeeper_long.reference
01761_alter_decimal_zookeeper_long.sql
01761_cast_to_enum_nullable.reference
01761_cast_to_enum_nullable.sql
01761_round_year_bounds.reference
01761_round_year_bounds.sql
01762_datetime64_extended_parsing.reference
01762_datetime64_extended_parsing.sql
01762_deltasumtimestamp_datetime64.reference
01762_deltasumtimestamp_datetime64.sh
01762_deltasumtimestamp.reference
01762_deltasumtimestamp.sql
01763_filter_push_down_bugs.reference
01763_filter_push_down_bugs.sql
01763_long_ttl_group_by.reference
01763_long_ttl_group_by.sql
01763_max_distributed_depth.reference
01763_max_distributed_depth.sql Fix next batch of tests 2022-02-15 14:36:31 +00:00
01763_support_map_lowcardinality_type.reference
01763_support_map_lowcardinality_type.sql
01764_collapsing_merge_adaptive_granularity.reference
01764_collapsing_merge_adaptive_granularity.sql
01764_prefer_column_name_to_alias.reference
01764_prefer_column_name_to_alias.sql
01764_table_function_dictionary.reference
01764_table_function_dictionary.sql
01765_hashed_dictionary_simple_key.reference
01765_hashed_dictionary_simple_key.sql
01765_move_to_table_overlapping_block_number.reference
01765_move_to_table_overlapping_block_number.sql
01765_tehran_dst.reference
01765_tehran_dst.sql
01766_hashed_dictionary_complex_key.reference
01766_hashed_dictionary_complex_key.sql
01766_todatetime64_no_timezone_arg.reference
01766_todatetime64_no_timezone_arg.sql
01767_timezoneOf.reference
01767_timezoneOf.sh
01768_array_product.reference
01768_array_product.sql
01768_extended_range.reference
01768_extended_range.sql
01769_extended_range_2.reference
01769_extended_range_2.sql
01770_add_months_ubsan.reference
01770_add_months_ubsan.sql
01770_extended_range_3.reference
01770_extended_range_3.sql
01771_bloom_filter_not_has.reference
01771_bloom_filter_not_has.sql
01771_datetime64_no_time_part.reference
01771_datetime64_no_time_part.sql
01772_intdiv_minus_one_ubsan.reference
01772_intdiv_minus_one_ubsan.sql
01772_to_start_of_hour_align.reference
01772_to_start_of_hour_align.sql
01773_case_sensitive_version.reference
01773_case_sensitive_version.sql
01773_datetime64_add_ubsan.reference Fix checkOverflow in FunctionDateOrDateTimeAddInterval 2022-02-16 14:30:37 +00:00
01773_datetime64_add_ubsan.sql Fix checkOverflow in FunctionDateOrDateTimeAddInterval 2022-02-16 14:30:37 +00:00
01773_min_max_time_system_parts_datetime64.reference
01773_min_max_time_system_parts_datetime64.sql
01774_bar_with_illegal_value.reference
01774_bar_with_illegal_value.sql
01774_case_sensitive_connection_id.reference
01774_case_sensitive_connection_id.sql
01774_ip_address_in_range.reference
01774_ip_address_in_range.sql
01774_tuple_null_in.reference
01774_tuple_null_in.sql
01776_decrypt_aead_size_check.reference
01776_decrypt_aead_size_check.sql
01777_map_populate_series_ubsan.reference
01777_map_populate_series_ubsan.sql
01778_hierarchical_dictionaries.reference
01778_hierarchical_dictionaries.sql
01778_mmap_cache_infra.reference
01778_mmap_cache_infra.sql
01778_test_LowCardinality_FixedString_pk.reference
01778_test_LowCardinality_FixedString_pk.sql
01778_where_with_column_name.reference
01778_where_with_column_name.sql
01779_quantile_deterministic_msan.reference
01779_quantile_deterministic_msan.sql
01780_clickhouse_dictionary_source_loop.reference
01780_clickhouse_dictionary_source_loop.sql
01780_column_sparse_alter.reference
01780_column_sparse_alter.sql
01780_column_sparse_distinct.reference
01780_column_sparse_distinct.sql
01780_column_sparse_filter.reference support filtering by sparse columns without convertion to full 2022-02-15 14:30:54 +03:00
01780_column_sparse_filter.sql support filtering by sparse columns without convertion to full 2022-02-15 14:30:54 +03:00
01780_column_sparse_full.reference Fixed tests 2022-02-14 12:59:53 +00:00
01780_column_sparse_full.sql Fixed tests 2022-02-14 12:59:53 +00:00
01780_column_sparse_pk.reference
01780_column_sparse_pk.sql
01780_column_sparse_tuple.reference
01780_column_sparse_tuple.sql Fix lock during fetch 2022-02-14 12:20:27 +03:00
01780_column_sparse.reference
01780_column_sparse.sql
01780_dict_get_or_null.reference
01780_dict_get_or_null.sql
01780_range_msan.reference
01780_range_msan.sql
01781_map_op_ubsan.reference
01781_map_op_ubsan.sql
01781_merge_tree_deduplication.reference
01781_merge_tree_deduplication.sql
01781_token_extractor_buffer_overflow.reference
01781_token_extractor_buffer_overflow.sql
01782_field_oom.reference
01782_field_oom.sql
01783_http_chunk_size.reference
01783_http_chunk_size.sh
01783_merge_engine_join_key_condition.reference
01783_merge_engine_join_key_condition.sql
01783_parallel_formatting_memory.reference
01783_parallel_formatting_memory.sh
01784_parallel_formatting_memory.reference
01784_parallel_formatting_memory.sql
01785_dictionary_element_count.reference
01785_dictionary_element_count.sql
01785_parallel_formatting_memory.reference
01785_parallel_formatting_memory.sh
01785_pmj_lc_bug.reference
01785_pmj_lc_bug.sql
01786_explain_merge_tree.reference
01786_explain_merge_tree.sh Fix next batch of tests 2022-02-17 11:10:38 +00:00
01786_group_by_pk_many_streams.reference
01786_group_by_pk_many_streams.sql
01786_nullable_string_tsv_at_eof.reference
01786_nullable_string_tsv_at_eof.sh
01787_arena_assert_column_nothing.reference
01787_arena_assert_column_nothing.sql
01787_map_remote.reference
01787_map_remote.sql
01788_update_nested_type_subcolumn_check.reference
01788_update_nested_type_subcolumn_check.sql
01790_dist_INSERT_block_structure_mismatch_types_and_names.reference
01790_dist_INSERT_block_structure_mismatch_types_and_names.sql
01791_dist_INSERT_block_structure_mismatch.reference
01791_dist_INSERT_block_structure_mismatch.sh
01795_TinyLog_rwlock_ub.reference
01795_TinyLog_rwlock_ub.sql
01796_Log_rwlock_ub.reference
01796_Log_rwlock_ub.sql
01797_StripeLog_rwlock_ub.reference
01797_StripeLog_rwlock_ub.sql
01798_having_push_down.reference
01798_having_push_down.sql
01798_uniq_theta_sketch.reference
01798_uniq_theta_sketch.sql Fix next batch of tests 2022-02-17 11:10:38 +00:00
01799_long_uniq_theta_sketch.reference
01799_long_uniq_theta_sketch.sql
01800_log_nested.reference
01800_log_nested.sql
01801_approx_total_rows_mergetree_reverse.reference
01801_approx_total_rows_mergetree_reverse.sql
01801_dateDiff_DateTime64.reference
01801_dateDiff_DateTime64.sql
01801_distinct_group_by_shard.reference
01801_distinct_group_by_shard.sql
01801_nullable_low_cardinality_tsv.reference
01801_nullable_low_cardinality_tsv.sh
01801_s3_cluster.reference
01801_s3_cluster.sql
01802_formatDateTime_DateTime64_century.reference
01802_formatDateTime_DateTime64_century.sql
01802_rank_corr_mann_whitney_over_window.reference
01802_rank_corr_mann_whitney_over_window.sql
01802_test_postgresql_protocol_with_row_policy.reference
01802_test_postgresql_protocol_with_row_policy.sh
01802_toDateTime64_large_values.reference
01802_toDateTime64_large_values.sql
01803_const_nullable_map.reference
01803_const_nullable_map.sql
01803_untuple_subquery.reference
01803_untuple_subquery.sql
01804_dictionary_decimal256_type.reference
01804_dictionary_decimal256_type.sql
01804_uniq_up_to_ubsan.reference
01804_uniq_up_to_ubsan.sql
01809_inactive_parts_to_delay_throw_insert.reference
01809_inactive_parts_to_delay_throw_insert.sql
01810_max_part_removal_threads_long.reference
01810_max_part_removal_threads_long.sh
01811_datename.reference
01811_datename.sql
01811_filter_by_null.reference
01811_filter_by_null.sql
01811_storage_buffer_flush_parameters.reference
01811_storage_buffer_flush_parameters.sql
01812_basic_auth_http_server.reference
01812_basic_auth_http_server.sh
01812_has_generic.reference
01812_has_generic.sql
01812_optimize_skip_unused_shards_single_node.reference
01812_optimize_skip_unused_shards_single_node.sql
01813_distributed_scalar_subqueries_alias.reference
01813_distributed_scalar_subqueries_alias.sql
01813_quantileBfloat16_nans.reference
01813_quantileBfloat16_nans.sql
01814_distributed_push_down_limit.reference
01814_distributed_push_down_limit.sh
01815_with_mergeable_state_after_aggregation_and_limit.reference
01815_with_mergeable_state_after_aggregation_and_limit.sh
01817_storage_buffer_parameters.reference
01817_storage_buffer_parameters.sql
01818_case_float_value_fangyc.reference
01818_case_float_value_fangyc.sql
01818_input_format_with_names_use_header.reference
01818_input_format_with_names_use_header.sh
01818_move_partition_simple.reference
01818_move_partition_simple.sql
01820_unhex_case_insensitive.reference
01820_unhex_case_insensitive.sql
01821_dictionary_primary_key_wrong_order.reference
01821_dictionary_primary_key_wrong_order.sql
01821_join_table_mutation.reference
01821_join_table_mutation.sql
01821_join_table_race_long.reference
01821_join_table_race_long.sh
01821_table_comment.reference
01821_table_comment.sql
01821_to_date_time_ubsan.reference
01821_to_date_time_ubsan.sql
01822_async_read_from_socket_crash.reference
01822_async_read_from_socket_crash.sh
01822_short_circuit.reference
01822_short_circuit.sql Fix next batch of tests 2022-02-15 14:36:31 +00:00
01822_union_and_constans_error.reference
01822_union_and_constans_error.sql
01823_array_low_cardinality_KuliginStepan.reference
01823_array_low_cardinality_KuliginStepan.sql
01823_explain_json.reference
01823_explain_json.sh
01824_move_to_prewhere_many_columns.reference
01824_move_to_prewhere_many_columns.sql Fix some tests 2022-02-11 17:15:56 +03:00
01824_prefer_global_in_and_join.reference
01824_prefer_global_in_and_join.sql
01825_replacing_vertical_merge.reference
01825_replacing_vertical_merge.sql
01831_max_streams.reference
01831_max_streams.sql
01832_memory_write_suffix.reference
01832_memory_write_suffix.sql
01833_test_collation_alvarotuso.reference
01833_test_collation_alvarotuso.sql
01834_alias_columns_laziness_filimonov.reference
01834_alias_columns_laziness_filimonov.sh
01835_alias_to_primary_key_cyfdecyf.reference
01835_alias_to_primary_key_cyfdecyf.sql
01836_date_time_keep_default_timezone_on_operations_den_crane.reference
01836_date_time_keep_default_timezone_on_operations_den_crane.sql
01837_cast_to_array_from_empty_array.reference
01837_cast_to_array_from_empty_array.sql
01837_database_memory_ddl_dictionaries.reference
01837_database_memory_ddl_dictionaries.sql
01838_system_dictionaries_virtual_key_column.reference
01838_system_dictionaries_virtual_key_column.sql
01839_join_to_subqueries_rewriter_columns_matcher.reference
01839_join_to_subqueries_rewriter_columns_matcher.sql
01840_tupleElement_formatting_fuzzer.reference
01840_tupleElement_formatting_fuzzer.sql
01845_add_testcase_for_arrayElement.reference
01845_add_testcase_for_arrayElement.sql
01846_alter_column_without_type_bugfix.reference
01846_alter_column_without_type_bugfix.sql
01846_null_as_default_for_insert_select.reference
01846_null_as_default_for_insert_select.sql
01847_bad_like.reference
01847_bad_like.sql
01848_http_insert_segfault.reference
01848_http_insert_segfault.sh
01848_partition_value_column.reference
01848_partition_value_column.sql
01849_geoToS2.reference
01849_geoToS2.sql
01850_dist_INSERT_preserve_error.reference
01850_dist_INSERT_preserve_error.sql
01851_array_difference_decimal_overflow_ubsan.reference
01851_array_difference_decimal_overflow_ubsan.sql
01851_clear_column_referenced_by_mv.reference
01851_clear_column_referenced_by_mv.sql
01851_fix_row_policy_empty_result.reference
01851_fix_row_policy_empty_result.sql
01851_hedged_connections_external_tables.reference
01851_hedged_connections_external_tables.sql
01851_s2_to_geo.reference
01851_s2_to_geo.sql
01852_cast_operator_2.reference
01852_cast_operator_2.sql
01852_cast_operator_3.reference
01852_cast_operator_3.sql
01852_cast_operator_4.reference
01852_cast_operator_4.sql
01852_cast_operator_bad_cases.reference
01852_cast_operator_bad_cases.sh
01852_cast_operator.reference
01852_cast_operator.sql
01852_dictionary_found_rate_long.reference
01852_dictionary_found_rate_long.sql
01852_hints_enum_name.reference
01852_hints_enum_name.sh
01852_jit_if.reference
01852_jit_if.sql
01852_map_combinator.reference
01852_map_combinator.sql
01852_multiple_joins_with_union_join.reference
01852_multiple_joins_with_union_join.sql
01852_s2_get_neighbors.reference
01852_s2_get_neighbours.reference
01852_s2_get_neighbours.sql
01853_dictionary_cache_duplicates.reference
01853_dictionary_cache_duplicates.sh
01853_s2_cells_intersect.reference
01853_s2_cells_intersect.sql
01854_dictionary_range_hashed_min_max_attr.reference
01854_dictionary_range_hashed_min_max_attr.sql
01854_HTTP_dict_decompression.python Add order by to 01854_HTTP_dict_decompression 2022-02-28 15:09:54 +00:00
01854_HTTP_dict_decompression.reference
01854_HTTP_dict_decompression.sh
01854_s2_cap_contains.reference
01854_s2_cap_contains.sql
01854_s2_cap_union.reference
01854_s2_cap_union.sql
01855_jit_comparison_constant_result.reference
01855_jit_comparison_constant_result.sql
01856_create_function.reference
01856_create_function.sql
01860_Distributed__shard_num_GROUP_BY.reference
01860_Distributed__shard_num_GROUP_BY.sql
01861_explain_pipeline.reference
01861_explain_pipeline.sql
01865_aggregator_overflow_row.reference
01865_aggregator_overflow_row.sql
01866_aggregate_function_interval_length_sum.reference
01866_aggregate_function_interval_length_sum.sql
01866_bit_positions_to_array.reference
01866_bit_positions_to_array.sql
01866_datetime64_cmp_with_constant.reference
01866_datetime64_cmp_with_constant.sql
01866_split_by_regexp.reference
01866_split_by_regexp.sql
01866_view_persist_settings.reference
01866_view_persist_settings.sql
01867_fix_storage_memory_mutation.reference
01867_fix_storage_memory_mutation.sql
01867_support_datetime64_version_column.reference
01867_support_datetime64_version_column.sql
01868_order_by_fill_with_datetime64.reference
01868_order_by_fill_with_datetime64.sql
01869_function_modulo_legacy.reference
01869_function_modulo_legacy.sql
01869_reinterpret_as_fixed_string_uuid.reference
01869_reinterpret_as_fixed_string_uuid.sql
01870_buffer_flush.reference
01870_buffer_flush.sql
01870_modulo_partition_key.reference
01870_modulo_partition_key.sql
01871_merge_tree_compile_expressions.reference
01871_merge_tree_compile_expressions.sql
01872_functions_to_subcolumns.reference add new test query 2022-03-07 12:06:04 +08:00
01872_functions_to_subcolumns.sql add new test query 2022-03-07 12:06:04 +08:00
01872_initial_query_start_time.reference
01872_initial_query_start_time.sh
01874_select_from_trailing_whitespaces.reference
01874_select_from_trailing_whitespaces.sh
01875_ssd_cache_dictionary_decimal256_type.reference
01875_ssd_cache_dictionary_decimal256_type.sh
01880_remote_ipv6.reference
01880_remote_ipv6.sql
01881_aggregate_functions_versioning.reference
01881_aggregate_functions_versioning.sql
01881_create_as_tuple.reference
01881_create_as_tuple.sql
01881_join_on_conditions_hash.reference.j2
01881_join_on_conditions_hash.sql.j2
01881_join_on_conditions_merge.reference.j2
01881_join_on_conditions_merge.sql.j2 Fixed tests 2022-02-13 15:10:44 +00:00
01881_negate_formatting.reference
01881_negate_formatting.sql
01881_to_week_monotonic_fix.reference
01881_to_week_monotonic_fix.sql
01881_total_bytes_storage_buffer.reference
01881_total_bytes_storage_buffer.sql
01881_union_header_mismatch_bug.reference
01881_union_header_mismatch_bug.sql
01882_check_max_parts_to_merge_at_once.reference
01882_check_max_parts_to_merge_at_once.sql
01882_scalar_subquery_exception.reference
01882_scalar_subquery_exception.sql
01882_total_rows_approx.reference
01882_total_rows_approx.sh
01883_subcolumns_distributed.reference
01883_subcolumns_distributed.sql
01888_bloom_filter_hasAny.reference
01888_bloom_filter_hasAny.sql
01888_read_int_safe.reference
01888_read_int_safe.sql
01889_check_row_policy_defined_using_user_function.reference
01889_check_row_policy_defined_using_user_function.sh
01889_clickhouse_client_config_format.reference
01889_clickhouse_client_config_format.sh
01889_key_condition_function_chains.reference
01889_key_condition_function_chains.sql
01889_postgresql_protocol_null_fields.reference
01889_postgresql_protocol_null_fields.sh
01889_sql_json_functions.reference
01889_sql_json_functions.sql
01889_sqlite_read_write.reference
01889_sqlite_read_write.sh
01889_tokenize.reference
01889_tokenize.sql
01890_cross_join_explain_crash.reference
01890_cross_join_explain_crash.sql
01890_jit_aggregation_function_sum_long.reference
01890_jit_aggregation_function_sum_long.sql
01890_materialized_distributed_join.reference
01890_materialized_distributed_join.sh
01890_state_of_state.reference
01890_state_of_state.sql
01890_stem.reference
01890_stem.sql
01891_echo.reference
01891_echo.sql
01891_jit_aggregation_function_any_long.reference
01891_jit_aggregation_function_any_long.sql
01891_not_in_partition_prune.reference
01891_not_in_partition_prune.sql
01891_not_like_partition_prune.reference
01891_not_like_partition_prune.sql
01891_partition_by_uuid.reference
01891_partition_by_uuid.sql
01891_partition_hash_no_long_int.reference
01891_partition_hash_no_long_int.sql
01891_partition_hash.reference
01891_partition_hash.sql
01892_jit_aggregation_function_any_last_long.reference
01892_jit_aggregation_function_any_last_long.sql
01892_setting_limit_offset_distributed.reference
01892_setting_limit_offset_distributed.sql
01893_jit_aggregation_function_min_long.reference
01893_jit_aggregation_function_min_long.sql
01894_jit_aggregation_function_max_long.reference
01894_jit_aggregation_function_max_long.sql
01895_jit_aggregation_function_avg_long.reference
01895_jit_aggregation_function_avg_long.sql
01896_jit_aggregation_function_if_long.reference
01896_jit_aggregation_function_if_long.sql
01897_jit_aggregation_function_avg_weighted_long.reference
01897_jit_aggregation_function_avg_weighted_long.sql
01900_kill_mutation_parallel_long.reference
01900_kill_mutation_parallel_long.sh
01901_in_literal_shard_prune.reference
01901_in_literal_shard_prune.sql
01901_test_attach_partition_from.reference
01901_test_attach_partition_from.sql
01902_dictionary_array_type.reference
01902_dictionary_array_type.sql
01902_self_aliases_in_columns.reference
01902_self_aliases_in_columns.sql
01902_table_function_merge_db_repr.reference
01902_table_function_merge_db_repr.sql
01903_correct_block_size_prediction_with_default.reference
01903_correct_block_size_prediction_with_default.sql
01903_csvwithnames_subset_of_columns.reference
01903_csvwithnames_subset_of_columns.sh
01903_http_fields.reference
01903_http_fields.sh
01903_ssd_cache_dictionary_array_type.reference
01903_ssd_cache_dictionary_array_type.sh
01904_dictionary_default_nullable_type.reference
01904_dictionary_default_nullable_type.sql
01904_ssd_cache_dictionary_default_nullable_type.reference
01904_ssd_cache_dictionary_default_nullable_type.sh
01905_to_json_string.reference
01905_to_json_string.sql
01906_bigint_accurate_cast_ubsan.reference
01906_bigint_accurate_cast_ubsan.sql
01906_h3_to_geo.reference
01906_h3_to_geo.sql
01906_lc_in_bug.reference
01906_lc_in_bug.sql
01906_partition_by_multiply_by_zero.reference
01906_partition_by_multiply_by_zero.sql
01907_multiple_aliases.reference
01907_multiple_aliases.sql
01908_with_unknown_column.reference
01908_with_unknown_column.sql
01909_mbtolou.reference
01909_mbtolou.sql
01910_client_replxx_container_overflow_long.expect
01910_client_replxx_container_overflow_long.reference
01910_memory_tracking_topk.reference
01910_memory_tracking_topk.sql
01910_view_dictionary.reference
01910_view_dictionary.sql
01911_logical_error_minus.reference
01911_logical_error_minus.sql
01912_bad_cast_join_fuzz.reference
01912_bad_cast_join_fuzz.sql
01913_fix_column_transformer_replace_format.reference
01913_fix_column_transformer_replace_format.sql
01913_if_int_decimal.reference
01913_if_int_decimal.sql
01913_join_push_down_bug.reference
01913_join_push_down_bug.sql
01913_names_of_tuple_literal.reference
01913_names_of_tuple_literal.sql
01913_quantile_deterministic.reference
01913_quantile_deterministic.sh
01913_replace_dictionary.reference
01913_replace_dictionary.sql
01913_summing_mt_and_simple_agg_function_with_lc.reference
01913_summing_mt_and_simple_agg_function_with_lc.sql
01914_exchange_dictionaries.reference
01914_exchange_dictionaries.sql
01914_index_bgranvea.reference
01914_index_bgranvea.sql
01914_ubsan_quantile_timing.reference
01914_ubsan_quantile_timing.sql
01915_create_or_replace_dictionary.reference
01915_create_or_replace_dictionary.sql
01915_for_each_crakjie.reference
01915_for_each_crakjie.sql
01915_json_extract_raw_string.reference
01915_json_extract_raw_string.sql
01915_merge_prewhere_virtual_column_rand_chao_wang.reference
01915_merge_prewhere_virtual_column_rand_chao_wang.sql
01916_low_cardinality_interval.reference
01916_low_cardinality_interval.sql
01916_lowcard_dict_type.reference
01916_lowcard_dict_type.sql
01916_multiple_join_view_optimize_predicate_chertus.reference
01916_multiple_join_view_optimize_predicate_chertus.sql
01917_distinct_on.reference
01917_distinct_on.sql
01917_prewhere_column_type.reference
01917_prewhere_column_type.sql Fix next batch of tests 2022-02-15 14:36:31 +00:00
01917_system_data_skipping_indices.reference
01917_system_data_skipping_indices.sql
01920_async_drain_connections.reference
01920_async_drain_connections.sql
01920_not_chain_format.reference
01920_not_chain_format.sql
01921_concurrent_ttl_and_normal_merges_zookeeper_long.reference
01921_concurrent_ttl_and_normal_merges_zookeeper_long.sh
01921_datatype_date32.reference Fix the bug that the toDatetime function overflows (#32898) 2022-03-02 10:06:38 +03:00
01921_datatype_date32.sql
01921_not_chain.reference
01921_not_chain.sql
01921_test_progress_bar.py
01921_test_progress_bar.reference
01921_with_fill_with_totals.reference
01921_with_fill_with_totals.sql
01922_array_join_with_index.reference
01922_array_join_with_index.sql
01922_client_param.reference
01922_client_param.sh
01922_sum_null_for_remote.reference
01922_sum_null_for_remote.sql
01923_different_expression_name_alias.reference
01923_different_expression_name_alias.sql
01923_network_receive_time_metric_insert.reference
01923_network_receive_time_metric_insert.sh
01923_ttl_with_modify_column.reference
01923_ttl_with_modify_column.sql
01924_argmax_bitmap_state.reference
01924_argmax_bitmap_state.sql
01925_broken_partition_id_zookeeper.reference
01925_broken_partition_id_zookeeper.sql
01925_date_date_time_comparison.reference
01925_date_date_time_comparison.sql
01925_jit_aggregation_function_count_long.reference
01925_jit_aggregation_function_count_long.sql
01925_join_materialized_columns.reference
01925_join_materialized_columns.sql
01925_json_as_string_data_in_square_brackets.reference
01925_json_as_string_data_in_square_brackets.sql
01925_map_populate_series_on_map.reference
01925_map_populate_series_on_map.sql
01925_merge_prewhere_table.reference
01925_merge_prewhere_table.sql
01925_test_group_by_const_consistency.reference
01925_test_group_by_const_consistency.sql
01925_test_storage_merge_aliases.reference
01925_test_storage_merge_aliases.sql
01926_bin_unbin.reference
01926_bin_unbin.sql
01926_date_date_time_supertype.reference
01926_date_date_time_supertype.sql
01926_json_as_string_array.reference
01926_json_as_string_array.sh
01926_order_by_desc_limit.reference
01926_order_by_desc_limit.sql Update tests 2022-03-08 23:53:52 +01:00
01926_union_all_schmak.reference
01926_union_all_schmak.sql
01927_query_views_log_current_database.reference
01927_query_views_log_current_database.sql
01927_query_views_log_matview_exceptions.reference
01927_query_views_log_matview_exceptions.sh
01930_optimize_skip_unused_shards_rewrite_in.reference Fix optimize_skip_unused_shards_rewrite_in for signed columns 2022-03-09 08:29:28 +03:00
01930_optimize_skip_unused_shards_rewrite_in.sql
01931_storage_merge_no_columns.reference
01931_storage_merge_no_columns.sql
01932_alter_index_with_order.reference
01932_alter_index_with_order.sql
01932_global_in_function.reference
01932_global_in_function.sql
01932_null_valid_identifier.reference
01932_null_valid_identifier.sql
01932_remote_sharding_key_column.reference
01932_remote_sharding_key_column.sql
01933_client_replxx_convert_history.expect
01933_client_replxx_convert_history.reference
01933_invalid_date.reference
01933_invalid_date.sql
01934_constexpr_aggregate_function_parameters.reference
01934_constexpr_aggregate_function_parameters.sql
01935_parametrized_query_parametric_aggregate_function.reference
01935_parametrized_query_parametric_aggregate_function.sh
01936_empty_function_support_uuid.reference
01936_empty_function_support_uuid.sql
01936_quantiles_cannot_return_null.reference
01936_quantiles_cannot_return_null.sql
01936_three_parts_identifiers_in_wrong_places.reference
01936_three_parts_identifiers_in_wrong_places.sql
01937_nested_chinese.reference
01937_nested_chinese.sql
01938_joins_identifiers.reference
01938_joins_identifiers.sql
01939_network_receive_bytes_metrics.reference
01939_network_receive_bytes_metrics.sh
01939_type_map_json.reference
01939_type_map_json.sql
01939_user_with_default_database.reference
01939_user_with_default_database.sh
01940_custom_tld_sharding_key.reference
01940_custom_tld_sharding_key.sql
01940_pad_string.reference
01940_pad_string.sql
01940_point_in_polygon_ubsan.reference
01940_point_in_polygon_ubsan.sql
01940_totimezone_operator_monotonicity.reference
01940_totimezone_operator_monotonicity.sql
01941_dict_get_has_complex_single_key.reference
01941_dict_get_has_complex_single_key.sql
01942_create_table_with_sample.reference
01942_create_table_with_sample.sql
01942_dateTimeToSnowflake.reference
01942_dateTimeToSnowflake.sql
01942_snowflakeToDateTime.reference
01942_snowflakeToDateTime.sql
01942_untuple_transformers_msan.reference
01942_untuple_transformers_msan.sql
01943_log_column_sizes.reference
01943_log_column_sizes.sql
01943_non_deterministic_order_key.reference
01943_non_deterministic_order_key.sql
01943_pmj_non_joined_stuck.reference.j2
01943_pmj_non_joined_stuck.sql.j2
01943_query_id_check.reference
01943_query_id_check.sql Fix some tests 2022-02-11 17:15:56 +03:00
01944_insert_partition_by.reference
01944_insert_partition_by.sql
01944_range_max_elements.reference
01944_range_max_elements.sql
01945_show_debug_warning.expect
01945_show_debug_warning.reference
01945_system_warnings.reference
01945_system_warnings.sh
01946_profile_sleep.reference
01946_profile_sleep.sql
01946_test_wrong_host_name_access.reference
01946_test_wrong_host_name_access.sh
01946_test_zstd_decompression_with_escape_sequence_at_the_end_of_buffer.reference
01946_test_zstd_decompression_with_escape_sequence_at_the_end_of_buffer.sh
01946_test.reference
01946_tskv.reference
01946_tskv.sh
01947_multiple_pipe_read.reference
01947_multiple_pipe_read.sh
01947_mv_subquery.reference
01947_mv_subquery.sql
01948_dictionary_quoted_database_name.reference
01948_dictionary_quoted_database_name.sql
01948_group_bitmap_and_or_xor_fix.reference
01948_group_bitmap_and_or_xor_fix.sql
01948_heredoc.reference
01948_heredoc.sql
01949_clickhouse_local_with_remote_localhost.reference
01949_clickhouse_local_with_remote_localhost.sh
01949_heredoc_unfinished.reference
01949_heredoc_unfinished.sh
01950_aliases_bad_cast.reference
01950_aliases_bad_cast.sql
01950_kill_large_group_by_query.reference
01950_kill_large_group_by_query.sh
01951_distributed_push_down_limit.reference
01951_distributed_push_down_limit.sql Fix more settings, add random settings for .sh tests 2022-02-16 10:35:46 +00:00
01952_optimize_distributed_group_by_sharding_key.reference
01952_optimize_distributed_group_by_sharding_key.sql Fix more settings, add random settings for .sh tests 2022-02-16 10:35:46 +00:00
01954_clickhouse_benchmark_multiple_long.config.xml
01954_clickhouse_benchmark_multiple_long.reference
01954_clickhouse_benchmark_multiple_long.sh
01955_clickhouse_benchmark_connection_hang.reference
01955_clickhouse_benchmark_connection_hang.sh
01956_fuse_quantile_optimization.reference
01956_fuse_quantile_optimization.sql
01956_skip_unavailable_shards_excessive_attempts.reference
01956_skip_unavailable_shards_excessive_attempts.sh
01957_heredoc_more.reference
01957_heredoc_more.sql
01958_partial_hour_timezone.reference
01958_partial_hour_timezone.sql
01960_lambda_precedence.reference
01960_lambda_precedence.sql
01961_roaring_memory_tracking.reference
01961_roaring_memory_tracking.sql
01999_grant_with_replace.reference
01999_grant_with_replace.sql
02000_default_from_default_empty_column.reference
02000_default_from_default_empty_column.sql
02000_join_on_const.reference
02000_join_on_const.sql
02000_map_full_text_bloom_filter_index.reference
02000_map_full_text_bloom_filter_index.sql
02000_table_function_cluster_macros.reference
02000_table_function_cluster_macros.sql
02001_add_default_database_to_system_users.reference
02001_add_default_database_to_system_users.sql
02001_compress_output_file.reference
02001_compress_output_file.sh
02001_dist_on_dist_WithMergeableStateAfterAggregation.reference
02001_dist_on_dist_WithMergeableStateAfterAggregation.sql
02001_hostname_test.reference
02001_hostname_test.sql
02001_join_on_const_bs_long.reference
02001_join_on_const_bs_long.sql.j2
02001_select_with_filter.reference
02001_select_with_filter.sql
02001_shard_num_shard_count.reference
02001_shard_num_shard_count.sql
02002_global_subqueries_subquery_or_table_name.reference
02002_global_subqueries_subquery_or_table_name.sql
02002_parse_map_int_key.reference
02002_parse_map_int_key.sql
02002_row_level_filter_bug.reference
02002_row_level_filter_bug.sh
02002_sampling_and_unknown_column_bug.reference
02002_sampling_and_unknown_column_bug.sql
02002_system_table_with_tuple.reference
02002_system_table_with_tuple.sh
02003_bug_from_23515.reference
02003_bug_from_23515.sql
02003_compress_bz2.reference
02003_compress_bz2.sh
02003_memory_limit_in_client.expect
02003_memory_limit_in_client.reference
02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET.reference
02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET.sql
02004_intersect_except_operators.reference
02004_intersect_except_operators.sql
02004_invalid_partition_mutation_stuck.reference
02004_invalid_partition_mutation_stuck.sql
02004_max_hyperscan_regex_length.reference
02004_max_hyperscan_regex_length.sql
02005_log_formatted_queries.reference
02005_log_formatted_queries.sql
02006_client_test_hint_error_name.reference
02006_client_test_hint_error_name.sql
02006_client_test_hint_no_such_error_name.reference
02006_client_test_hint_no_such_error_name.sh
02006_h3_to_geo_boundary.reference
02006_h3_to_geo_boundary.sql
02006_test_positional_arguments.reference
02006_test_positional_arguments.sql Fix tests 2022-03-01 11:35:17 +00:00
02006_todatetime64_from_string.reference
02006_todatetime64_from_string.sql
02006_use_constants_in_with_and_select.reference
02006_use_constants_in_with_and_select.sql
02007_ipv4_and_ipv6_to_and_from_string.reference
02007_ipv4_and_ipv6_to_and_from_string.sql
02007_join_use_nulls.reference
02007_join_use_nulls.sql
02007_test_any_all_operators.reference
02007_test_any_all_operators.sql
02008_aliased_column_distributed_bug.reference
02008_aliased_column_distributed_bug.sql
02008_complex_key_range_hashed_dictionary.reference
02008_complex_key_range_hashed_dictionary.sql
02008_materialize_column.reference
02008_materialize_column.sql
02008_test_union_distinct_in_subquery.reference
02008_test_union_distinct_in_subquery.sql
02008_tuple_to_name_value_pairs.reference
02008_tuple_to_name_value_pairs.sql
02009_array_join_partition.reference
02009_array_join_partition.sql
02009_body_query_params.reference
02009_body_query_params.sh
02009_decimal_no_trailing_zeros.reference
02009_decimal_no_trailing_zeros.sql
02009_from_infile.reference
02009_from_infile.sh
02009_mysql_client_empty_result.reference
02009_mysql_client_empty_result.sh
02010_array_index_bad_cast.reference
02010_array_index_bad_cast.sql
02010_lc_native.python
02010_lc_native.reference
02010_lc_native.sh
02011_dictionary_empty_attribute_list.reference
02011_dictionary_empty_attribute_list.sql
02011_http_parsing.reference
02011_http_parsing.sh
02011_normalize_utf8.reference
02011_normalize_utf8.sql
02011_tuple_vector_functions.reference
02011_tuple_vector_functions.sql
02012_changed_enum_type_non_replicated.reference
02012_changed_enum_type_non_replicated.sql
02012_compress_lz4.reference
02012_compress_lz4.sh
02012_get_server_port.reference
02012_get_server_port.sql
02012_low_cardinality_uuid_with_extremes.reference
02012_low_cardinality_uuid_with_extremes.sql
02012_settings_clause_for_s3.reference
02012_settings_clause_for_s3.sql
02012_sha512_fixedstring.reference
02012_sha512_fixedstring.sql
02012_zookeeper_changed_enum_type_incompatible.reference
02012_zookeeper_changed_enum_type_incompatible.sql
02012_zookeeper_changed_enum_type.reference
02012_zookeeper_changed_enum_type.sql
02013_bloom_filter_hasAll.reference
02013_bloom_filter_hasAll.sql
02013_emptystring_cast.reference
02013_emptystring_cast.sql
02013_json_function_null_column.reference
02013_json_function_null_column.sql
02013_lc_nullable_and_infinity.reference
02013_lc_nullable_and_infinity.sql
02013_zlib_read_after_eof.go
02013_zlib_read_after_eof.reference
02013_zlib_read_after_eof.sh
02014_dict_get_nullable_key.reference
02014_dict_get_nullable_key.sql
02014_map_different_keys.reference
02014_map_different_keys.sql
02014_query_parameters.reference
02014_query_parameters.sh
02014_storage_merge_order_by.reference
02014_storage_merge_order_by.sql
02015_async_inserts_1.reference
02015_async_inserts_1.sh
02015_async_inserts_2.reference
02015_async_inserts_2.sh
02015_async_inserts_3.reference
02015_async_inserts_3.sh
02015_async_inserts_4.reference
02015_async_inserts_4.sh
02015_async_inserts_5.reference
02015_async_inserts_5.sh
02015_async_inserts_6.reference
02015_async_inserts_6.sh
02015_async_inserts_7.reference
02015_async_inserts_7.sh
02015_async_inserts_stress_long.reference
02015_async_inserts_stress_long.sh Merge branch 'master' into fix-tests 2022-03-05 23:26:36 +00:00
02015_column_default_dict_get_identifier.reference
02015_column_default_dict_get_identifier.sql
02015_division_by_nullable.reference
02015_division_by_nullable.sql
02015_executable_user_defined_functions.reference
02015_executable_user_defined_functions.sql
02015_global_in_threads.reference
02015_global_in_threads.sh
02015_order_by_with_fill_misoptimization.reference
02015_order_by_with_fill_misoptimization.sql
02015_shard_crash_clang_12_build.reference
02015_shard_crash_clang_12_build.sh
02016_agg_empty_result_bug_28880.reference
02016_agg_empty_result_bug_28880.sql
02016_aggregation_spark_bar.reference
02016_aggregation_spark_bar.sql
02016_bit_shift_right_for_string_integer.reference
02016_bit_shift_right_for_string_integer.sql
02016_order_by_with_fill_monotonic_functions_removal.reference
02016_order_by_with_fill_monotonic_functions_removal.sql
02016_summing_mt_aggregating_column.reference
02016_summing_mt_aggregating_column.sql
02017_bit_shift_left_for_string_integer.reference
02017_bit_shift_left_for_string_integer.sql
02017_columns_with_dot_2.reference
02017_columns_with_dot_2.sql
02017_columns_with_dot.reference
02017_columns_with_dot.sql
02017_create_distributed_table_coredump.reference
02017_create_distributed_table_coredump.sql
02017_order_by_with_fill_redundant_functions.reference
02017_order_by_with_fill_redundant_functions.sql
02018_multiple_with_fill_for_the_same_column.reference
02018_multiple_with_fill_for_the_same_column.sql
02019_multiple_weird_with_fill.reference
02019_multiple_weird_with_fill.sql
02020_alter_table_modify_comment.reference
02020_alter_table_modify_comment.sh
02020_cast_integer_overflow.reference
02020_cast_integer_overflow.sql
02020_exponential_smoothing_cross_block.reference
02020_exponential_smoothing_cross_block.sql
02020_exponential_smoothing.reference
02020_exponential_smoothing.sql
02021_create_database_with_comment.reference
02021_create_database_with_comment.sh
02021_exponential_sum_shard.reference
02021_exponential_sum_shard.sql
02021_exponential_sum.reference
02021_exponential_sum.sql
02021_h3_get_faces.reference
02021_h3_get_faces.sql
02021_h3_is_pentagon.reference
02021_h3_is_pentagon.sql
02021_h3_is_res_classIII.reference
02021_h3_is_res_classIII.sql
02021_map_bloom_filter_index.reference
02021_map_bloom_filter_index.sql
02021_map_has.reference
02021_map_has.sql
02021_prewhere_always_true_where.reference
02021_prewhere_always_true_where.sql
02021_prewhere_column_optimization.reference
02021_prewhere_column_optimization.sql
02022_array_full_text_bloom_filter_index.reference
02022_array_full_text_bloom_filter_index.sql
02022_bzip2_truncated.reference
02022_bzip2_truncated.sh
02022_storage_filelog_one_file.reference
02022_storage_filelog_one_file.sh
02023_nullable_int_uint_where.reference
02023_nullable_int_uint_where.sql
02023_parser_number_binary_literal.reference
02023_parser_number_binary_literal.sql
02023_storage_filelog.reference
02023_storage_filelog.sh
02023_transform_or_to_in.reference
02023_transform_or_to_in.sql
02024_compile_expressions_with_short_circuit_evaluation.reference
02024_compile_expressions_with_short_circuit_evaluation.sql
02024_compression_in_query.reference
02024_compression_in_query.sh
02024_create_dictionary_with_comment.reference
02024_create_dictionary_with_comment.sql
02024_join_on_or_long.reference
02024_join_on_or_long.sql.j2
02024_merge_regexp_assert.reference
02024_merge_regexp_assert.sql
02024_storage_filelog_mv.reference
02024_storage_filelog_mv.sh
02025_dictionary_array_nested_map.reference
02025_dictionary_array_nested_map.sql
02025_dictionary_view_different_db.reference
02025_dictionary_view_different_db.sql
02025_having_filter_column.reference
02025_having_filter_column.sql
02025_nested_func_for_if_combinator.reference
02025_nested_func_for_if_combinator.sql
02025_storage_filelog_virtual_col.reference
02025_storage_filelog_virtual_col.sh
02025_subcolumns_compact_parts.reference
02025_subcolumns_compact_parts.sql
02026_accurate_cast_or_default.reference
02026_accurate_cast_or_default.sql
02026_arrayDifference_const.reference
02026_arrayDifference_const.sql
02026_describe_include_subcolumns.reference
02026_describe_include_subcolumns.sql
02026_storage_filelog_largefile.reference
02026_storage_filelog_largefile.sh
02027_arrayCumSumNonNegative_const.reference
02027_arrayCumSumNonNegative_const.sql
02027_ngrams.reference
02027_ngrams.sql
02028_add_default_database_for_alterquery_on_cluster.reference
02028_add_default_database_for_alterquery_on_cluster.sql
02028_create_select_settings.reference
02028_create_select_settings.sql
02028_system_data_skipping_indices_size.reference
02028_system_data_skipping_indices_size.sql
02028_tokens.reference
02028_tokens.sql
02029_orc_low_cardinality.reference
02029_orc_low_cardinality.sh
02029_output_csv_null_representation.reference
02029_output_csv_null_representation.sql
02029_quantile_sanitizer.reference
02029_quantile_sanitizer.sql
02029_test_implemented_methods.reference
02029_test_implemented_methods.sh
02029_test_options_requests.reference
02029_test_options_requests.sh
02030_capnp_format.reference
02030_capnp_format.sh
02030_client_unknown_database.reference
02030_client_unknown_database.sh
02030_function_mapContainsKeyLike.reference
02030_function_mapContainsKeyLike.sql
02030_quantiles_underflow.reference
02030_quantiles_underflow.sql
02030_rocksdb_race_long.reference
02030_rocksdb_race_long.sh
02030_tuple_filter.reference
02030_tuple_filter.sql Fix some tests 2022-02-11 17:15:56 +03:00
02031_format_query_option.reference
02031_format_query_option.sh
02032_short_circuit_least_greatest_bug.reference
02032_short_circuit_least_greatest_bug.sql
02033_join_engine_deadlock_long.reference
02033_join_engine_deadlock_long.sh
02035_isNull_isNotNull_format.reference
02035_isNull_isNotNull_format.sql
02036_jit_short_circuit.reference
02036_jit_short_circuit.sql
02039_group_by_with_totals_having.reference
02039_group_by_with_totals_having.sql
02040_clickhouse_benchmark_query_id_pass_through.reference
02040_clickhouse_benchmark_query_id_pass_through.sh
02041_conversion_between_date32_and_datetime64.reference
02041_conversion_between_date32_and_datetime64.sql
02041_openssl_hash_functions_test.reference
02041_openssl_hash_functions_test.sql
02041_test_fuzzy_alter.reference
02041_test_fuzzy_alter.sql
02042_map_get_non_const_key.reference
02042_map_get_non_const_key.sql
02043_query_obfuscator_embedded_dictionaries.reference
02043_query_obfuscator_embedded_dictionaries.sh
02043_user_defined_executable_function_implicit_cast.reference
02043_user_defined_executable_function_implicit_cast.sql
02044_url_glob_parallel_connection_refused.reference
02044_url_glob_parallel_connection_refused.sh
02044_url_glob_parallel.reference
02044_url_glob_parallel.sh
02045_like_function.reference
02045_like_function.sql
02046_low_cardinality_parallel_group_by.reference
02046_low_cardinality_parallel_group_by.sh
02046_remote_table_function_named_collections.reference
02046_remote_table_function_named_collections.sql
02047_alias_for_table_and_database_name.reference
02047_alias_for_table_and_database_name.sql
02047_client_exception.expect
02047_client_exception.reference
02047_log_family_complex_structs_data_file_dumps.reference
02047_log_family_complex_structs_data_file_dumps.sh
02047_log_family_data_file_dumps.reference
02047_log_family_data_file_dumps.sh
02047_log_family_data_file_sizes.reference
02047_log_family_data_file_sizes.sh
02048_alter_command_format.reference
02048_alter_command_format.sh
02048_clickhouse_local_stage.reference
02048_clickhouse_local_stage.sh
02048_parallel_reading_from_infile.reference
02048_parallel_reading_from_infile.sh
02048_views_with_comment.reference
02048_views_with_comment.sql
02049_clickhouse_local_merge_tree.expect
02049_clickhouse_local_merge_tree.reference
02049_lowcardinality_shortcircuit_crash.reference
02049_lowcardinality_shortcircuit_crash.sql
02050_clickhouse_client_local_exception.reference
02050_clickhouse_client_local_exception.sh
02050_clickhouse_local_parsing_exception.reference
02050_clickhouse_local_parsing_exception.sh
02050_client_profile_events.reference
02050_client_profile_events.sh Fix next batch of tests 2022-02-17 11:10:38 +00:00
02051_read_settings.reference.j2
02051_read_settings.sql.j2
02051_symlinks_to_user_files.reference
02051_symlinks_to_user_files.sh
02052_last_granula_adjust_LOGICAL_ERROR.reference
02052_last_granula_adjust_LOGICAL_ERROR.sql.j2
02053_INSERT_SELECT_MATERIALIZED.reference
02053_INSERT_SELECT_MATERIALIZED.sql
02095_function_get_os_kernel_version.reference
02095_function_get_os_kernel_version.sql
02096_bad_options_in_client_and_local.reference
02096_bad_options_in_client_and_local.sh
02096_date_time_1970_saturation.reference
02096_date_time_1970_saturation.sql
02096_join_unusual_identifier_begin.reference
02096_join_unusual_identifier_begin.sql
02096_rename_atomic_hang.reference
02096_rename_atomic_hang.sql
02096_sample_by_tuple.reference
02096_sample_by_tuple.sql
02096_sql_user_defined_function_alias.reference
02096_sql_user_defined_function_alias.sql
02096_totals_global_in_bug.reference
02096_totals_global_in_bug.sql
02097_default_dict_get_add_database.reference
02097_default_dict_get_add_database.sql
02097_initializeAggregationNullable.reference
02097_initializeAggregationNullable.sql
02097_json_strings_deserialization.reference
02097_json_strings_deserialization.sh
02097_polygon_dictionary_store_key.reference
02097_polygon_dictionary_store_key.sql
02097_remove_sample_by.reference
02097_remove_sample_by.sql
02098_date32_comparison.reference
02098_date32_comparison.sql
02098_hashed_array_dictionary_simple_key.reference
02098_hashed_array_dictionary_simple_key.sql
02098_sql_user_defined_functions_aliases.reference
02098_sql_user_defined_functions_aliases.sql
02098_with_types_use_header.reference
02098_with_types_use_header.sh
02099_hashed_array_dictionary_complex_key.reference
02099_hashed_array_dictionary_complex_key.sql
02099_sql_user_defined_functions_lambda.reference
02099_sql_user_defined_functions_lambda.sql
02099_tsv_raw_format.reference
02099_tsv_raw_format.sh
02100_alter_scalar_circular_deadlock.reference
02100_alter_scalar_circular_deadlock.sql
02100_limit_push_down_bug.reference
02100_limit_push_down_bug.sql
02100_low_cardinality_nullable_null_default.reference
02100_low_cardinality_nullable_null_default.sh
02100_multiple_hosts_command_line_set.reference Add test: client reads host and port from config 2022-02-21 12:53:16 +00:00
02100_multiple_hosts_command_line_set.sh Add test: client reads host and port from config 2022-02-21 12:53:16 +00:00
02100_now64_types_bug.reference
02100_now64_types_bug.sql
02100_replaceRegexpAll_bug.reference add testcase to 02100_replaceRegexpAll_bug 2022-03-07 11:18:12 +00:00
02100_replaceRegexpAll_bug.sql add testcase to 02100_replaceRegexpAll_bug 2022-03-07 11:18:12 +00:00
02101_avro_union_index_out_of_boundary.reference
02101_avro_union_index_out_of_boundary.sh
02101_empty_as_default_and_omitted_fields.reference
02101_empty_as_default_and_omitted_fields.sh
02101_sql_user_defined_functions_create_or_replace.reference
02101_sql_user_defined_functions_create_or_replace.sql
02101_sql_user_defined_functions_drop_if_exists.reference
02101_sql_user_defined_functions_drop_if_exists.sql
02102_row_binary_with_names_and_types.reference
02102_row_binary_with_names_and_types.sh
02102_sql_user_defined_functions_create_if_not_exists.reference
02102_sql_user_defined_functions_create_if_not_exists.sql
02103_sql_user_defined_functions_composition.reference
02103_sql_user_defined_functions_composition.sql
02103_tsv_csv_custom_null_representation.reference
02103_tsv_csv_custom_null_representation.sh
02103_with_names_and_types_parallel_parsing.reference
02103_with_names_and_types_parallel_parsing.sh
02104_clickhouse_local_columns_description.reference
02104_clickhouse_local_columns_description.sh
02104_json_strings_nullable_string.reference
02104_json_strings_nullable_string.sh
02104_overcommit_memory.reference
02104_overcommit_memory.sh
02105_backslash_letter_commands.expect
02105_backslash_letter_commands.reference
02105_table_function_file_partiotion_by.reference
02105_table_function_file_partiotion_by.sh
02110_clickhouse_local_custom_tld.config.xml
02110_clickhouse_local_custom_tld.reference
02110_clickhouse_local_custom_tld.sh
02110_clickhouse_local_custom_tld.tld.dat
02111_function_mapExtractKeyLike.reference
02111_function_mapExtractKeyLike.sql
02111_global_context_temporary_tables.reference
02111_global_context_temporary_tables.sql
02111_json_column_name_encoding.reference
02111_json_column_name_encoding.sql
02111_modify_table_comment.reference
02111_modify_table_comment.sql
02111_with_fill_no_rows.reference
02111_with_fill_no_rows.sql
02112_delayed_clickhouse_client_with_queries_file.expect
02112_delayed_clickhouse_client_with_queries_file.reference
02112_delayed_clickhouse_local_with_queries_file.expect
02112_delayed_clickhouse_local_with_queries_file.reference
02112_delayed_clickhouse_local.expect
02112_delayed_clickhouse_local.reference
02112_parse_date_yyyymmdd.reference
02112_parse_date_yyyymmdd.sh
02112_skip_index_set_and_or.reference
02112_skip_index_set_and_or.sql
02112_with_fill_interval.reference
02112_with_fill_interval.sql
02113_base64encode_trailing_bytes_1.reference
02113_base64encode_trailing_bytes_1.sql
02113_base64encode_trailing_bytes.reference
02113_base64encode_trailing_bytes.sql
02113_format_row_bug.reference
02113_format_row_bug.sql
02113_format_row.reference
02113_format_row.sql
02113_hdfs_assert.reference
02113_hdfs_assert.sh
02113_untuple_func_alias.reference
02113_untuple_func_alias.sql
02114_bool_type.reference
02114_bool_type.sql
02114_hdfs_bad_url.reference
02114_hdfs_bad_url.sh
02114_offset_fetch_without_order_by.reference
02114_offset_fetch_without_order_by.sh
02115_map_contains.reference
02115_map_contains.sql
02115_rewrite_local_join_right_distribute_table.reference
02115_rewrite_local_join_right_distribute_table.sql
02115_write_buffers_finalize.reference
02115_write_buffers_finalize.sh
02116_clickhouse_stderr.reference
02116_clickhouse_stderr.sh
02116_interactive_hello.expect
02116_interactive_hello.reference
02116_tuple_element.reference add new test query 2022-03-07 12:06:04 +08:00
02116_tuple_element.sql add new test query 2022-03-07 12:06:04 +08:00
02117_custom_separated_with_names_and_types.reference
02117_custom_separated_with_names_and_types.sh
02117_show_create_table_system.reference Merge pull request #31484 from eungenue/Implement-SSL-X509-certificate-authentication 2022-02-21 11:30:52 +03:00
02117_show_create_table_system.sql
02118_deserialize_whole_text.reference
02118_deserialize_whole_text.sh
02118_show_create_table_rocksdb.reference
02118_show_create_table_rocksdb.sql
02119_sumcount.reference
02119_sumcount.sql
02121_pager.reference
02121_pager.sh
02122_4letter_words_stress_zookeeper.reference
02122_4letter_words_stress_zookeeper.sh
02122_join_group_by_timeout.reference
02122_join_group_by_timeout.sh
02122_parallel_formatting.reference
02122_parallel_formatting.sh
02123_MySQLWire_regression.reference
02123_MySQLWire_regression.sql
02124_buffer_with_type_map_long.reference
02124_buffer_with_type_map_long.sh
02124_clickhouse_dictionary_with_predefined_configuration.reference
02124_clickhouse_dictionary_with_predefined_configuration.sql
02124_comparison_betwwen_decimal_and_float.reference
02124_comparison_betwwen_decimal_and_float.sql
02124_empty_uuid.reference
02124_empty_uuid.sql
02124_encrypt_decrypt_nullable.reference
02124_encrypt_decrypt_nullable.sql
02124_insert_deduplication_token_multiple_blocks_replica.reference
02124_insert_deduplication_token_multiple_blocks_replica.sh
02124_insert_deduplication_token_multiple_blocks.reference
02124_insert_deduplication_token_multiple_blocks.sh
02124_insert_deduplication_token_replica.reference
02124_insert_deduplication_token_replica.sql
02124_insert_deduplication_token.reference
02124_insert_deduplication_token.sql
02124_json_each_row_with_progress.reference
02124_json_each_row_with_progress.sh
02124_uncompressed_cache.reference
02124_uncompressed_cache.sql
02125_constant_if_condition_and_not_existing_column.reference
02125_constant_if_condition_and_not_existing_column.sql
02125_dict_get_type_nullable_fix.reference
02125_dict_get_type_nullable_fix.sql
02125_fix_storage_filelog.reference
02125_fix_storage_filelog.sql
02125_low_cardinality_int256.reference
02125_low_cardinality_int256.sql
02125_lz4_compression_bug.reference
02125_lz4_compression_bug.sh
02125_many_mutations.reference
02125_many_mutations.sh
02125_query_views_log.reference
02125_query_views_log.sql
02125_recursive_sql_user_defined_functions.reference
02125_recursive_sql_user_defined_functions.sql
02125_transform_decimal_bug.reference
02125_transform_decimal_bug.sql
02125_tskv_proper_names_reading.reference
02125_tskv_proper_names_reading.sh
02126_alter_table_alter_column.reference
02126_alter_table_alter_column.sql
02126_dist_desc.reference
02126_dist_desc.sql.j2
02126_fix_filelog.reference
02126_fix_filelog.sh
02126_identity_user_defined_function.reference
02126_identity_user_defined_function.sql
02126_lc_window_functions.reference
02126_lc_window_functions.sql
02126_url_auth.python
02126_url_auth.reference
02126_url_auth.sh
02127_connection_drain.reference
02127_connection_drain.sh
02127_plus_before_float.reference
02127_plus_before_float.sh
02127_storage_join_settings_with_persistency.reference
02127_storage_join_settings_with_persistency.sql
02128_apply_lambda_parsing.reference
02128_apply_lambda_parsing.sql
02128_cast_nullable.reference
02128_cast_nullable.sql
02128_hex_bin_on_uuid.reference
02128_hex_bin_on_uuid.sql
02128_wait_end_of_query_fix.reference
02128_wait_end_of_query_fix.sh
02129_add_column_add_ttl.reference
02129_add_column_add_ttl.sql
02129_skip_quoted_fields.reference
02129_skip_quoted_fields.sh
02129_window_functions_disable_optimizations.reference
02129_window_functions_disable_optimizations.sql
02130_parse_quoted_null.reference
02130_parse_quoted_null.sh
02131_materialize_column_cast.reference
02131_materialize_column_cast.sql
02131_multiply_row_policies_on_same_column.reference Revert "Allow restrictive row policies without permissive" 2022-02-21 06:54:28 +03:00
02131_multiply_row_policies_on_same_column.sql Revert "Allow restrictive row policies without permissive" 2022-02-21 06:54:28 +03:00
02131_mv_many_chunks_bug.reference
02131_mv_many_chunks_bug.sql
02131_remove_columns_in_subquery.reference
02131_remove_columns_in_subquery.sql
02131_skip_index_not_materialized.reference
02131_skip_index_not_materialized.sql
02132_client_history_navigation.expect
02132_client_history_navigation.reference
02132_empty_mutation_livelock.reference
02132_empty_mutation_livelock.sql
02133_classification.reference
02133_classification.sql
02133_distributed_queries_formatting.reference
02133_distributed_queries_formatting.sql
02133_final_prewhere_where_lowcardinality_replacing.reference
02133_final_prewhere_where_lowcardinality_replacing.sql
02133_issue_32458.reference
02133_issue_32458.sql
02134_async_inserts_formats.reference
02134_async_inserts_formats.sh
02135_local_create_db.reference
02135_local_create_db.sh
02136_kill_scalar_queries.reference
02136_kill_scalar_queries.sh
02136_scalar_progress.reference
02136_scalar_progress.sh Fix some tests 2022-02-11 17:15:56 +03:00
02136_scalar_read_rows_json.reference
02136_scalar_read_rows_json.sh Fix next batch of tests 2022-02-17 11:10:38 +00:00
02136_scalar_subquery_metrics.reference
02136_scalar_subquery_metrics.sql
02137_mv_into_join.reference
02137_mv_into_join.sql
02139_MV_with_scalar_subquery.reference
02139_MV_with_scalar_subquery.sql
02140_clickhouse_local_queries_file_table.reference
02140_clickhouse_local_queries_file_table.sh
02141_clickhouse_local_interactive_table.reference
02141_clickhouse_local_interactive_table.sh
02142_http_with_query_parameters.reference
02142_http_with_query_parameters.sh
02144_avg_ubsan.reference
02144_avg_ubsan.sql
02146_mv_non_phys.reference
02146_mv_non_phys.sql
02147_arrow_duplicate_columns.reference
02147_arrow_duplicate_columns.sh
02147_order_by_optimizations.reference
02147_order_by_optimizations.sql
02148_cast_type_parsing.reference
02148_cast_type_parsing.sql
02148_in_memory_part_flush.reference
02148_in_memory_part_flush.sql
02148_issue_32737.reference
02148_issue_32737.sql
02148_sql_user_defined_function_subquery.reference
02148_sql_user_defined_function_subquery.sql
02149_external_schema_inference.reference
02149_external_schema_inference.sh
02149_issue_32487.reference
02149_issue_32487.sql
02149_read_in_order_fixed_prefix_negative.reference
02149_read_in_order_fixed_prefix_negative.sh
02149_read_in_order_fixed_prefix.reference
02149_read_in_order_fixed_prefix.sql
02149_schema_inference_create_table_syntax.reference
02149_schema_inference_create_table_syntax.sh
02149_schema_inference_formats_with_schema.reference
02149_schema_inference_formats_with_schema.sh
02149_schema_inference.reference
02149_schema_inference.sh
02150_index_hypothesis_race_long.reference
02150_index_hypothesis_race_long.sh
02150_replace_regexp_all_empty_match.reference
02150_replace_regexp_all_empty_match.sql
02151_clickhouse_client_hints.reference
02151_clickhouse_client_hints.sh
02151_client_option_echo.reference
02151_client_option_echo.sh
02151_http_s_structure_set_eof.reference
02151_http_s_structure_set_eof.sh
02151_invalid_setting_with_hints_in_query.reference
02151_invalid_setting_with_hints_in_query.sh
02151_lc_prefetch.reference
02151_lc_prefetch.sql
02151_replace_regexp_all_empty_match_alternative.reference Attempt to fix replaceRegexpAll 2022-03-10 19:57:13 +00:00
02151_replace_regexp_all_empty_match_alternative.sql Attempt to fix replaceRegexpAll 2022-03-10 19:57:13 +00:00
02152_bool_type_parsing.reference
02152_bool_type_parsing.sh
02152_bool_type.reference
02152_bool_type.sql
02152_csv_tuple.reference
02152_csv_tuple.sql
02152_dictionary_date32_type.reference
02152_dictionary_date32_type.sql
02152_http_external_tables_memory_tracking.reference
02152_http_external_tables_memory_tracking.sh Add option to clickhouse-test to skip aarch64 build 2022-03-02 14:18:24 +00:00
02152_invalid_setting_with_hints_in_http_request.reference
02152_invalid_setting_with_hints_in_http_request.sh
02152_short_circuit_throw_if.reference
02152_short_circuit_throw_if.sql
02153_clickhouse_local_profile_info.reference
02153_clickhouse_local_profile_info.sh
02153_native_bounds_check.reference
02153_native_bounds_check.sh
02154_bit_slice_for_fixedstring.reference
02154_bit_slice_for_fixedstring.sql
02154_bit_slice_for_string.reference
02154_bit_slice_for_string.sql
02154_bitmap_contains.reference
02154_bitmap_contains.sql
02154_default_keyword_insert.reference
02154_default_keyword_insert.sql
02154_dictionary_get_http_json.reference
02154_dictionary_get_http_json.sh
02154_parser_backtracking.reference
02154_parser_backtracking.sh
02155_binary_op_between_float_and_decimal.reference
02155_binary_op_between_float_and_decimal.sql
02155_create_table_w_timezone.reference
02155_create_table_w_timezone.sql
02155_csv_with_strings_with_slash.reference
02155_csv_with_strings_with_slash.sh
02155_default_keyword_format_values.reference
02155_default_keyword_format_values.sh
02155_dictionary_comment.reference
02155_dictionary_comment.sql
02155_h3_to_center_child.reference
02155_h3_to_center_child.sql
02155_multiple_inserts_for_formats_with_suffix.reference
02155_multiple_inserts_for_formats_with_suffix.sql
02155_nested_lc_defalut_bug.reference
02155_nested_lc_defalut_bug.sql
02155_parse_date_lowcard_default_throw.reference
02155_parse_date_lowcard_default_throw.sql
02156_async_insert_query_log.reference
02156_async_insert_query_log.sh
02156_storage_merge_prewhere.reference
02156_storage_merge_prewhere.sql Fix some tests 2022-02-11 17:15:56 +03:00
02157_line_as_string_output_format.reference
02157_line_as_string_output_format.sql
02157_readonly_system_suspend.reference
02157_readonly_system_suspend.sh
02158_contingency.reference
02158_contingency.sql
02158_explain_ast_alter_commands.reference
02158_explain_ast_alter_commands.sh
02158_interval_length_sum.reference
02158_interval_length_sum.sql
02158_ztest_cmp.python
02158_ztest_cmp.reference
02158_ztest_cmp.sh
02158_ztest.reference
02158_ztest.sql
02159_left_right.reference
02159_left_right.sql
02160_client_autocomplete_parse_query.expect
02160_client_autocomplete_parse_query.reference
02160_h3_cell_area_m2.reference
02160_h3_cell_area_m2.sql
02160_h3_cell_area_rads2.reference
02160_h3_cell_area_rads2.sql
02160_h3_hex_area_Km2.reference
02160_h3_hex_area_Km2.sql
02160_monthname.reference
02160_monthname.sql
02160_special_functions.reference
02160_special_functions.sql
02160_untuple_exponential_growth.reference
02160_untuple_exponential_growth.sh
02161_addressToLineWithInlines.reference
02161_addressToLineWithInlines.sql Add option to clickhouse-test to skip aarch64 build 2022-03-02 14:18:24 +00:00
02161_array_first_last.reference
02161_array_first_last.sql
02162_array_first_last_index.reference
02162_array_first_last_index.sql
02162_range_hashed_dictionary_ddl_expression.reference
02162_range_hashed_dictionary_ddl_expression.sql
02163_operators.reference
02163_operators.sql
02163_shard_num.reference
02163_shard_num.sql
02164_clickhouse_local_interactive_exception.expect
02164_clickhouse_local_interactive_exception.reference
02164_materialized_view_support_virtual_column.reference
02164_materialized_view_support_virtual_column.sql
02165_auto_format_by_file_extension.reference
02165_auto_format_by_file_extension.sh
02165_h3_edge_length_km.reference
02165_h3_edge_length_km.sql
02165_h3_exact_edge_length_Km.reference
02165_h3_exact_edge_length_Km.sql
02165_h3_exact_edge_length_m.reference
02165_h3_exact_edge_length_m.sql
02165_h3_exact_edge_length_rads.reference
02165_h3_exact_edge_length_rads.sql
02165_h3_num_hexagons.reference
02165_h3_num_hexagons.sql
02165_insert_from_infile.reference
02165_insert_from_infile.sql
02166_arrow_dictionary_inference.reference
02166_arrow_dictionary_inference.sh
02167_columns_with_dots_default_values.reference
02167_columns_with_dots_default_values.sql
02167_format_from_file_extension.reference
02167_format_from_file_extension.sh
02168_avro_bug.reference
02168_avro_bug.sql
02169_fix_view_offset_limit_setting.reference
02169_fix_view_offset_limit_setting.sql
02169_map_functions.reference Upd FunctionArrayMapped for Map 2022-03-03 13:22:48 +00:00
02169_map_functions.sql Add cases to 02169_map_functions, update error messages in FunctionArrayMapped 2022-03-03 18:04:17 +00:00
02174_cte_scalar_cache_mv.reference
02174_cte_scalar_cache_mv.sql
02174_cte_scalar_cache.reference
02174_cte_scalar_cache.sql
02175_distributed_join_current_database.reference
02175_distributed_join_current_database.sql
02176_dict_get_has_implicit_key_cast.reference
02176_dict_get_has_implicit_key_cast.sql
02176_optimize_aggregation_in_order_empty.reference fix aggregation in order with distributed_aggregation_memory_efficient=0 2022-02-11 18:09:13 +03:00
02176_optimize_aggregation_in_order_empty.sql fix aggregation in order with distributed_aggregation_memory_efficient=0 2022-02-11 18:09:13 +03:00
02176_toStartOfWeek_overflow_pruning.reference
02176_toStartOfWeek_overflow_pruning.sql
02177_issue_31009.reference
02177_issue_31009.sql
02177_merge_optimize_aggregation_in_order.reference fix aggregation in order with distributed_aggregation_memory_efficient=0 2022-02-11 18:09:13 +03:00
02177_merge_optimize_aggregation_in_order.sql fix aggregation in order with distributed_aggregation_memory_efficient=0 2022-02-11 18:09:13 +03:00
02177_sum_if_not_found.reference
02177_sum_if_not_found.sql
02177_temporary_table_current_database_http_session.reference
02177_temporary_table_current_database_http_session.sh
02178_column_function_insert_from.reference
02178_column_function_insert_from.sql
02179_bool_type.reference
02179_bool_type.sql
02179_degrees_radians.reference
02179_degrees_radians.sql
02179_dict_reload_on_cluster.reference
02179_dict_reload_on_cluster.sql
02179_key_condition_no_common_type.reference
02179_key_condition_no_common_type.sql
02179_map_cast_to_array.reference
02179_map_cast_to_array.sql
02179_range_hashed_dictionary_invalid_interval.reference
02179_range_hashed_dictionary_invalid_interval.sql
02179_sparse_columns_detach.reference
02179_sparse_columns_detach.sql
02180_group_by_lowcardinality.reference Avoid crash in case of GROUP BY LowCardinality(Nullable(String)) column and group_by_overflow_mode='any' 2022-02-13 10:19:58 +00:00
02180_group_by_lowcardinality.sql Avoid crash in case of GROUP BY LowCardinality(Nullable(String)) column and group_by_overflow_mode='any' 2022-02-13 10:19:58 +00:00
02180_insert_into_values_settings.reference
02180_insert_into_values_settings.sql
02181_dictionary_attach_detach.reference
02181_dictionary_attach_detach.sql
02181_format_describe_query.reference
02181_format_describe_query.sh
02181_format_from_file_extension_local.reference
02181_format_from_file_extension_local.sh
02181_sql_user_defined_functions_invalid_lambda.reference
02181_sql_user_defined_functions_invalid_lambda.sql
02182_format_and_schema_from_stdin.reference
02182_format_and_schema_from_stdin.sh
02182_json_each_row_schema_inference.reference
02182_json_each_row_schema_inference.sh
02183_array_tuple_literals_remote.reference
02183_array_tuple_literals_remote.sql
02183_combinator_if.reference
02183_combinator_if.sql
02183_dictionary_date_types.reference
02183_dictionary_date_types.sql
02183_dictionary_no_attributes.reference
02183_dictionary_no_attributes.sql
02184_default_table_engine.reference
02184_default_table_engine.sql
02184_ipv6_parsing.reference
02184_ipv6_parsing.sh
02184_nested_tuple.reference
02184_nested_tuple.sql
02184_range_hashed_dictionary_outside_range_values.reference
02184_range_hashed_dictionary_outside_range_values.sql
02184_table_engine_access.reference
02184_table_engine_access.sh
02185_orc_corrupted_file.reference
02185_orc_corrupted_file.sh
02185_range_hashed_dictionary_open_ranges.reference
02185_range_hashed_dictionary_open_ranges.sql
02185_split_by_char.reference
02185_split_by_char.sql
02185_values_schema_inference.reference
02185_values_schema_inference.sh
02186_range_hashed_dictionary_intersecting_intervals.reference
02186_range_hashed_dictionary_intersecting_intervals.sql
02187_async_inserts_all_formats.python
02187_async_inserts_all_formats.reference
02187_async_inserts_all_formats.sh
02187_insert_values_with_mv.reference
02187_insert_values_with_mv.sql
02187_msg_pack_uuid.reference
02187_msg_pack_uuid.sh
02187_test_final_and_limit_modifier.reference
02187_test_final_and_limit_modifier.sql
02188_parser_dictionary_primary_key.reference
02188_parser_dictionary_primary_key.sql
02188_table_function_format.reference
02188_table_function_format.sql
02189_join_type_conversion.reference
02189_join_type_conversion.sql
02190_current_metrics_query.reference
02190_current_metrics_query.sql
02190_format_regexp_cr_in_the_middle.reference
02190_format_regexp_cr_in_the_middle.sh
02191_nested_with_dots.reference
02191_nested_with_dots.sql
02191_parse_date_time_best_effort_more_cases.reference
02191_parse_date_time_best_effort_more_cases.sql
02192_comment_error.reference
02192_comment_error.sh
02192_comment.reference
02192_comment.sql
02193_async_insert_tcp_client_1.reference
02193_async_insert_tcp_client_1.sql
02193_async_insert_tcp_client_2.reference
02193_async_insert_tcp_client_2.sh
02200_use_skip_indexes.reference
02200_use_skip_indexes.sql
02201_use_skip_indexes_if_final.reference
02201_use_skip_indexes_if_final.sql
02202_use_skip_indexes_if_final.reference
02202_use_skip_indexes_if_final.sql
02203_shebang
02203_shebang.reference
02203_shebang.sh
02204_fractional_progress_bar_long.reference
02204_fractional_progress_bar_long.sh
02205_ephemeral_1.reference
02205_ephemeral_1.sql major rework, transform added to the insert pipe 2022-02-13 17:42:59 +00:00
02205_HTTP_user_agent.python [CH-34239] HTTP User-Agent header (#34330) 2022-02-13 00:40:11 +03:00
02205_HTTP_user_agent.reference [CH-34239] HTTP User-Agent header (#34330) 2022-02-13 00:40:11 +03:00
02205_HTTP_user_agent.sh [CH-34239] HTTP User-Agent header (#34330) 2022-02-13 00:40:11 +03:00
02205_map_populate_series_non_const.reference
02205_map_populate_series_non_const.sql
02205_postgresql_functions.reference
02205_postgresql_functions.sql
02206_array_starts_ends_with.reference
02206_array_starts_ends_with.sql
02206_clickhouse_local_use_database.reference
02206_clickhouse_local_use_database.sh
02206_format_override.reference add stateless test 2022-02-11 21:20:57 +08:00
02206_format_override.sh chmod bash shell 2022-02-12 19:30:02 +08:00
02206_information_schema_show_database.reference
02206_information_schema_show_database.sql
02207_key_condition_floats.reference fix comparison with integers and floats in index analysis 2022-02-11 17:15:27 +03:00
02207_key_condition_floats.sql fix comparison with integers and floats in index analysis 2022-02-11 17:15:27 +03:00
02207_s3_content_type.reference Fix 02207_s3_content_type 2022-02-28 14:58:56 +00:00
02207_s3_content_type.sh Fix 02207_s3_content_type 2022-02-28 14:58:56 +00:00
02207_ttl_move_if_exists.reference
02207_ttl_move_if_exists.sql
02209_short_circuit_node_without_parents.reference
02209_short_circuit_node_without_parents.sql
02210_append_to_dev_dull.reference
02210_append_to_dev_dull.sql
02210_toColumnTypeName_toLowCardinality_const.reference
02210_toColumnTypeName_toLowCardinality_const.sql
02211_jsonl_format_extension.reference Fix test 2022-02-11 14:10:39 +03:00
02211_jsonl_format_extension.sql
02211_shcema_inference_from_stdin.reference
02211_shcema_inference_from_stdin.sh Update 02211_shcema_inference_from_stdin.sh 2022-02-14 17:26:48 +03:00
02212_cte_and_table_alias.reference Add test for #19222 2022-02-15 17:35:01 +01:00
02212_cte_and_table_alias.sql Add test for #19222 2022-02-15 17:35:01 +01:00
02220_array_join_format.reference Fix indentation in ARRAY JOIN formatting 2022-02-14 15:58:58 +03:00
02220_array_join_format.sql Fix indentation in ARRAY JOIN formatting 2022-02-14 15:58:58 +03:00
02221_parallel_replicas_bug.reference Done 2022-02-15 15:39:59 +00:00
02221_parallel_replicas_bug.sh Done 2022-02-15 15:39:59 +00:00
02221_system_zookeeper_unrestricted_like.reference Fix tests 2022-03-01 20:02:43 +01:00
02221_system_zookeeper_unrestricted_like.sh Use tryget instead of get 2022-03-02 13:09:12 +03:00
02221_system_zookeeper_unrestricted.reference Fix tests 2022-03-01 20:02:43 +01:00
02221_system_zookeeper_unrestricted.sh Use tryget instead of get 2022-03-02 13:09:12 +03:00
02222_allow_experimental_projection_optimization__enable_global_with_statement.reference Fix allow_experimental_projection_optimization with enable_global_with_statement 2022-02-16 19:14:47 +03:00
02222_allow_experimental_projection_optimization__enable_global_with_statement.sql Fix allow_experimental_projection_optimization with enable_global_with_statement 2022-02-16 19:14:47 +03:00
02222_create_table_without_columns_metadata.reference Extract schema only once on table creation and add it to metadata (#34684) 2022-03-04 21:23:19 +03:00
02222_create_table_without_columns_metadata.sh Extract schema only once on table creation and add it to metadata (#34684) 2022-03-04 21:23:19 +03:00
02223_h3_test_const_columns.reference add tests 2022-02-18 16:35:07 -08:00
02223_h3_test_const_columns.sql fix fuzzer segfault 2022-02-19 08:41:21 -08:00
02223_insert_select_schema_inference.reference Support schema inference for INSERT INTO FUNCTION 2022-02-18 16:19:42 +00:00
02223_insert_select_schema_inference.sql Support schema inference for INSERT INTO FUNCTION 2022-02-18 16:19:42 +00:00
02224_parallel_distributed_insert_select_cluster.reference Improvements for parallel_distributed_insert_select (and related) (#34728) 2022-03-08 15:24:39 +01:00
02224_parallel_distributed_insert_select_cluster.sql Improvements for parallel_distributed_insert_select (and related) (#34728) 2022-03-08 15:24:39 +01:00
02224_s2_test_const_columns.reference add tests 2022-02-18 22:42:39 -08:00
02224_s2_test_const_columns.sql add tests 2022-02-18 22:42:39 -08:00
02225_hints_for_indeices.reference Add name hints for data skipping indices 2022-02-20 11:48:22 +00:00
02225_hints_for_indeices.sh Add name hints for data skipping indices 2022-02-20 11:48:22 +00:00
02225_parallel_distributed_insert_select_view.reference Support view() for parallel_distributed_insert_select 2022-03-08 22:05:57 +03:00
02225_parallel_distributed_insert_select_view.sh Support view() for parallel_distributed_insert_select 2022-03-08 22:05:57 +03:00
02225_unwinder_dwarf_version.reference Add a test 2022-02-20 21:50:03 +01:00
02225_unwinder_dwarf_version.sh Add a test 2022-02-20 21:50:03 +01:00
02226_async_insert_table_function.reference fix async inserts to table functions 2022-02-24 14:26:47 +03:00
02226_async_insert_table_function.sql fix async inserts to table functions 2022-02-24 14:26:47 +03:00
02226_in_untuple_issue_34810.reference Add test in_untuple_issue_34810 2022-02-24 10:41:21 +00:00
02226_in_untuple_issue_34810.sql Add test in_untuple_issue_34810 2022-02-24 10:41:21 +00:00
02226_low_cardinality_text_bloom_filter_index.reference Allow LowCardinality strings for ngrambf_v1/tokenbf_v1 indexes. Fixes #21865 2022-02-25 15:36:36 +01:00
02226_low_cardinality_text_bloom_filter_index.sql Allow LowCardinality strings for ngrambf_v1/tokenbf_v1 indexes. Fixes #21865 2022-02-25 15:36:36 +01:00
02226_parallel_reading_from_replicas_benchmark.reference Fix parallel_reading_from_replicas with clickhouse-bechmark (#34751) 2022-03-08 16:42:29 +01:00
02226_parallel_reading_from_replicas_benchmark.sh Fix parallel_reading_from_replicas with clickhouse-bechmark (#34751) 2022-03-08 16:42:29 +01:00
02226_s3_with_cache.reference Fix test 2022-03-01 11:57:14 +01:00
02226_s3_with_cache.sql Release test 2022-03-10 15:34:17 +01:00
02227_test_create_empty_sqlite_db.reference Fix 2022-02-25 15:04:14 +01:00
02227_test_create_empty_sqlite_db.sh Fix 2022-02-25 15:04:14 +01:00
02228_unquoted_dates_in_csv_schema_inference.reference Fix schema inference for unquoted dates in CSV 2022-03-01 11:03:26 +00:00
02228_unquoted_dates_in_csv_schema_inference.sh Fix schema inference for unquoted dates in CSV 2022-03-01 11:03:26 +00:00
02229_client_stop_multiquery_in_SIGINT.reference Stop processing multiqueries in clickhouse-client/local on SIGINT 2022-02-28 12:19:13 +03:00
02229_client_stop_multiquery_in_SIGINT.sh Stop processing multiqueries in clickhouse-client/local on SIGINT 2022-02-28 12:19:13 +03:00
02230_create_table_as_ignore_ttl.reference Ignore per-column TTL in CREATE TABLE AS if new table engine does not support it 2022-02-28 10:29:26 +03:00
02230_create_table_as_ignore_ttl.sql Ignore per-column TTL in CREATE TABLE AS if new table engine does not support it 2022-02-28 10:29:26 +03:00
02231_hierarchical_dictionaries_constant.reference Functions dictGetHierarchy, dictIsIn, dictGetChildren, dictGetDescendants support implicit key cast and constant arguments 2022-03-03 16:13:05 +00:00
02231_hierarchical_dictionaries_constant.sql Functions dictGetHierarchy, dictIsIn, dictGetChildren, dictGetDescendants support implicit key cast and constant arguments 2022-03-03 16:13:05 +00:00
02232_functions_to_subcolumns_alias.reference add new test query 2022-03-07 12:06:04 +08:00
02232_functions_to_subcolumns_alias.sql add new test query 2022-03-07 12:06:04 +08:00
02232_partition_pruner_single_point.reference Fix partition pruner: non-monotonic function IN 2022-03-09 15:48:42 +08:00
02232_partition_pruner_single_point.sql Fix partition pruner: non-monotonic function IN 2022-03-09 15:48:42 +08:00
02233_with_total_empty_chunk.reference Fix empty chunk in with total transform. 2022-03-10 23:27:36 +08:00
02233_with_total_empty_chunk.sql Fix empty chunk in with total transform. 2022-03-10 23:27:36 +08:00
country_polygons.tsv
country_rings.tsv
mergetree_mutations.lib
replication.lib