ClickHouse/dbms/tests/queries/0_stateless
Martijn Bakker f6987cfa52 have the parser recognize asof joins and feed them through to the executor
insert the time series into a struct ready for joining

working version that inserts the data into the hash table using the existing dispatching machinery for various types

working asof left join in clickhouse

add a test for the asof join

do some asof join cleanup

revisit the logic in case the values match between left and right side
2019-03-26 19:17:21 +00:00
..
data_parquet Parquet hotfixes (#4458) 2019-02-20 18:21:23 +03:00
00001_select_1.reference
00001_select_1.sql
00002_system_numbers.reference
00002_system_numbers.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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 CLICKHOUSE-2: support negative tests 2018-07-27 20:41:05 +03:00
00007_array.sql CLICKHOUSE-2: support negative tests 2018-07-27 20:41:05 +03:00
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 CLICKHOUSE-4179 : arrayEnumerateDenseRanked arrayEnumerateUniqRanked (#4475) 2019-02-28 01:18:58 +03:00
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 Return single row for aggregation without keys on empty set: updated tests [#CLICKHOUSE-1920] #51 2018-02-18 08:56:45 +03:00
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_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
00028_shard_big_non_agg_aj_distributed.reference
00028_shard_big_non_agg_aj_distributed.sql
00030_alter_table.reference Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
00030_alter_table.sql support for IF EXISTS/IF NOT EXISTS in ALTER TABLE ADD/DROP/CLEAR/MODIFY/COMMENT COLUMN 2018-12-21 15:53:00 +01:00
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 [CLICKHOUSE-2830] add FunctionArrayDistinct (#2670) 2018-07-19 16:53:32 +03:00
00040_array_enumerate_uniq.sql [CLICKHOUSE-2830] add FunctionArrayDistinct (#2670) 2018-07-19 16:53:32 +03:00
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 Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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 fix test results 2019-01-24 21:34:31 +03:00
00050_any_left_join.sql fix test results 2019-01-24 21:34:31 +03:00
00051_any_inner_join.reference fix test results 2019-01-24 21:34:31 +03:00
00051_any_inner_join.sql fix test results 2019-01-24 21:34:31 +03:00
00052_all_left_join.reference JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00052_all_left_join.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00053_all_inner_join.reference fix wrong test result 2019-01-29 15:54:46 +03:00
00053_all_inner_join.sql fix test results 2019-01-24 21:34:31 +03:00
00054_join_string.reference JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00054_join_string.sql one more test fix 2019-01-24 21:55:18 +03:00
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 Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
00061_merge_tree_alter.sql
00062_replicated_merge_tree_alter_zookeeper.reference More tabs in desc table tests 2018-12-25 15:56:11 +03:00
00062_replicated_merge_tree_alter_zookeeper.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 IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
00076_ip_coding_functions.sql IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
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 fix columns order in test references [#CLICKHOUSE-3101] 2019-03-16 17:56:59 +03:00
00079_defaulted_columns.sql Fixed bad test #1947 2018-02-26 21:39:21 +03:00
00080_show_tables_and_system_tables.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00080_show_tables_and_system_tables.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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.reference
00083_create_merge_tree_zookeeper.sql added tests for ReplicatedVersionedCollapsingMergeTree creation [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
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 Fix test 2018-09-06 18:43:57 +03:00
00097_long_storage_buffer_race_condition_mt.sh fix 2018-09-06 18:44:54 +03:00
00097_long_storage_buffer_race_condition.reference
00097_long_storage_buffer_race_condition.sh Fix test 2018-09-06 18:43:57 +03:00
00098_1_union_all.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00098_1_union_all.sql Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
00098_2_union_all.reference
00098_2_union_all.sql Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
00098_3_union_all.reference
00098_3_union_all.sql Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
00098_4_union_all.reference
00098_4_union_all.sql Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
00098_5_union_all.reference
00098_5_union_all.sql Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
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 Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
00098_e_union_all.reference
00098_e_union_all.sql Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
00098_f_union_all.reference
00098_f_union_all.sql Allow tests to execute in random order #3926 2018-12-27 04:09:27 +03:00
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 Adjusted test #3205 2018-09-26 05:33:29 +03:00
00111_shard_external_sort_distributed.reference
00111_shard_external_sort_distributed.sql Adapted test #3205 2018-09-26 22:48:47 +03:00
00112_shard_totals_after_having.reference
00112_shard_totals_after_having.sql
00113_shard_group_array.reference
00113_shard_group_array.sql dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
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
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 Updated test [#CLICKHOUSE-2] 2018-04-06 02:06:03 +03:00
00132_sets.sql Actualized tests [#CLICKHOUSE-2] 2018-04-18 22:54:15 +03:00
00133_long_shard_memory_tracker_and_exception_safety.reference
00133_long_shard_memory_tracker_and_exception_safety.sh Fixed flappy test [#CLICKHOUSE-2] 2018-04-05 22:27:20 +03:00
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
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 Add topKWeighed aggregate function 2019-02-03 13:59:27 +03:00
00148_summing_merge_tree_aggregate_function.sql Avoid loss of precision in test 2019-02-25 17:36:19 +03:00
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 Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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 Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00159_whitespace_in_columns_list.reference
00159_whitespace_in_columns_list.sql
00160_merge_and_index_in_in.reference Implement MergeTree index using for IN operator with tuple of columns. 2018-02-07 18:29:00 +03:00
00160_merge_and_index_in_in.sql Implement MergeTree index using for IN operator with tuple of columns. 2018-02-07 18:29:00 +03:00
00161_rounding_functions.reference
00161_rounding_functions.sql
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 Removed test case that test for behaviour that was correct accidentially [#CLICKHOUSE-2] 2018-04-05 05:31:17 +03:00
00167_settings_inside_query.sql Removed test case that test for behaviour that was correct accidentially [#CLICKHOUSE-2] 2018-04-05 05:31:17 +03:00
00168_buffer_defaults.reference Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
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 Enable alisas for sets and tuples for IN operator. [#CLICKHOUSE-3] 2018-03-15 21:44:02 +03:00
00172_constexprs_in_set.sql Enable alisas for sets and tuples for IN operator. [#CLICKHOUSE-3] 2018-03-15 21:44:02 +03:00
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 Return single row for aggregation without keys on empty set: updated tests [#CLICKHOUSE-1920] #51 2018-02-18 08:56:45 +03:00
00181_aggregate_functions_statistics_stable.sql
00181_aggregate_functions_statistics.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00181_aggregate_functions_statistics.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00182_functions_higher_order_and_consts.reference fixed function and added test and doc 2018-02-15 16:53:55 +03:00
00182_functions_higher_order_and_consts.sql tests wip 2018-02-15 16:53:55 +03:00
00183_skip_unavailable_shards.reference
00183_skip_unavailable_shards.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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.reference Function toStartOfDay() now can receive a date. 2019-02-12 17:21:37 +03:00
00189_time_zones.sql Function toStartOfDay() now can receive a date. 2019-02-12 17:21:37 +03:00
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_scalar_subqueries.reference
00205_scalar_subqueries.sql Fix tests. 2019-02-12 13:09:03 +03:00
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_shard_aggregate_function_uniq.reference Add tests for different HLL precisions 2018-10-24 21:05:55 +03:00
00212_shard_aggregate_function_uniq.sql Add tests for different HLL precisions 2018-10-24 21:05:55 +03:00
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.reference
00215_primary_key_order_zookeeper.sql
00216_bit_test_function_family.reference
00216_bit_test_function_family.sql
00217_shard_global_subquery_columns_with_same_name.reference renamed shared tests 2018-03-05 17:59:51 +03:00
00217_shard_global_subquery_columns_with_same_name.sql renamed shared tests 2018-03-05 17:59:51 +03:00
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 renamed shared tests 2018-03-05 17:59:51 +03:00
00220_shard_with_totals_in_subquery_remote_and_limit.sql renamed shared tests 2018-03-05 17:59:51 +03:00
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 Revert "Updated tests #2094" 2018-08-05 09:19:49 +03:00
00225_join_duplicate_columns.sql Revert "Updated tests #2094" 2018-08-05 09:19:49 +03:00
00226_zookeeper_deduplication_and_unexpected_parts.reference
00226_zookeeper_deduplication_and_unexpected_parts.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 Remove escaping in presentational formats (#2476) 2018-06-07 04:30:29 +03:00
00231_format_vertical_raw.sql Remove escaping in presentational formats (#2476) 2018-06-07 04:30:29 +03:00
00232_format_readable_size.reference
00232_format_readable_size.sql
00233_position_function_family.reference Renamings, fixes to search algorithms, more tests 2019-03-24 01:49:38 +03:00
00233_position_function_family.sql Renamings, fixes to search algorithms, more tests 2019-03-24 01:49:38 +03:00
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.reference
00236_replicated_drop_on_non_leader_zookeeper.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 Use a single "place" for a default precision constant. 2018-10-18 21:38:45 +03:00
00264_uniq_many_args.sql Use a single "place" for a default precision constant. 2018-10-18 21:38:45 +03:00
00265_content_type.reference
00265_content_type.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 Fixed test; tests that require server to listen something other than 127.0.0.1, must be tagged as "shard" in their names [#CLICKHOUSE-2] 2018-09-29 22:50:12 +03:00
00273_quantiles.sql Fixed test; tests that require server to listen something other than 127.0.0.1, must be tagged as "shard" in their names [#CLICKHOUSE-2] 2018-09-29 22:50:12 +03:00
00274_shard_group_array.reference
00274_shard_group_array.sql
00275_shard_quantiles_weighted.reference
00275_shard_quantiles_weighted.sql
00276_sample.reference Header in every stream: development [#CLICKHOUSE-2] 2018-02-18 05:22:32 +03:00
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
00281_compile_sizeof_packed.re fix integration test_insert_into_distributed allow_experimental_low_cardinality_type 2018-12-04 15:11:39 +08:00
00281_compile_sizeof_packed.reference Try fix travis. Use less travis tests (#1897) 2018-02-13 21:00:06 +03:00
00281_compile_sizeof_packed.sql Fixed test #3030 2018-09-03 21:29:34 +03:00
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 More tabs in desc table tests 2018-12-25 15:56:11 +03:00
00294_shard_enums.sql renamed shared tests 2018-03-05 17:59:51 +03:00
00295_global_in_one_shard_rows_before_limit.reference
00295_global_in_one_shard_rows_before_limit.sql
00296_url_parameters.reference ISSUES-995 add test 2018-02-19 19:49:03 +08:00
00296_url_parameters.sql ISSUES-995 add test 2018-02-19 19:49:03 +08:00
00297_attach_negative_numbers_zookeeper.reference
00297_attach_negative_numbers_zookeeper.sql.disabled
00298_enum_width_and_cast.reference Correct wcwidth computation for pretty outputs. 2018-10-02 10:06:18 +08:00
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 Fixed test #3926 2018-12-27 18:39:41 +03:00
00302_http_compression.reference added tests for brotli compression 2019-02-11 00:52:26 +03:00
00302_http_compression.sh added tests for brotli compression 2019-02-11 00:52:26 +03:00
00304_http_external_data.reference
00304_http_external_data.sh
00305_http_and_readonly.reference
00305_http_and_readonly.sh Translated comments in test #3230 2018-10-05 22:45:01 +03:00
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 Fixed format export test, fixed clang compilation 2019-02-04 22:59:59 +03:00
00309_formats.sql Fix compile errors, added output format test 2019-01-30 23:38:47 +03:00
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 Return single row for aggregation without keys on empty set: updated tests [#CLICKHOUSE-1920] #51 2018-02-18 08:56:45 +03:00
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 Fixed totally wrong code in SummingMergeTree in the case of complex maps [#CLICKHOUSE-2] 2018-04-06 21:09:20 +03:00
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 Header in every stream: fixed non-deterministic test [#CLICKHOUSE-2] 2018-02-18 05:58:07 +03:00
00334_column_aggregate_function_limit.sql Header in every stream: fixed non-deterministic test [#CLICKHOUSE-2] 2018-02-18 05:58:07 +03:00
00335_bom.reference
00335_bom.sh
00336_shard_stack_trace.reference
00336_shard_stack_trace.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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 Revert "Updated tests #2094" 2018-08-05 09:19:49 +03:00
00370_duplicate_columns_in_subqueries.sql Revert "Updated tests #2094" 2018-08-05 09:19:49 +03:00
00371_union_all.reference
00371_union_all.sql Fix flapping test 00371_union_all 2018-03-20 22:18:56 +03:00
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 skip object fields on json input 2018-08-27 12:01:47 +08:00
00374_json_each_row_input_with_noisy_fields.sh Fixed test in non-local timezone [#CLICKHOUSE-2] 2018-12-27 22:39:14 +03:00
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 ISSUES-995 add test 2018-02-19 19:49:03 +08:00
00381_first_significant_subdomain.sql ISSUES-995 add test 2018-02-19 19:49:03 +08:00
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.reference Use neat boost::program_options, more parameters. [#CLICKHOUSE-3713] 2018-05-10 02:15:06 +03:00
00385_storage_file_and_clickhouse-local_app.sh Fixed test [#CLICKHOUSE-2] 2018-08-23 04:35:46 +03:00
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 Added more tests for in function in with pk columns. 2018-06-04 17:10:54 +03:00
00386_long_in_pk.reference Added more tests for in function in with pk columns. 2018-06-04 17:10:54 +03:00
00386_long_in_pk.sh Added more tests for in function in with pk columns. 2018-06-04 17:10:54 +03:00
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 Fixed trashy test #2115 2018-07-07 21:52:58 +03:00
00395_nullable.sql
00396_uuid.reference test UUID toString() convertion issue-3081 2018-09-10 11:48:39 +03:00
00396_uuid.sql test UUID toString() convertion issue-3081 2018-09-10 11:48:39 +03:00
00397_tsv_format_synonym.reference
00397_tsv_format_synonym.sql
00398_url_functions.reference ISSUES-995 add test 2018-02-20 08:45:32 +08:00
00398_url_functions.sql ISSUES-995 add test 2018-02-20 08:45:32 +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 Remove escaping in presentational formats (#2476) 2018-06-07 04:30:29 +03:00
00405_pretty_formats.sql
00406_tuples_with_nulls.reference Remove escaping in presentational formats (#2476) 2018-06-07 04:30:29 +03:00
00406_tuples_with_nulls.sql
00407_parsing_nulls.reference
00407_parsing_nulls.sh Removed useless option --silent from the clickhouse-local, because it was implemented not according to the specs and the options --silent, --verbose, --echo was messed up #1773 2018-08-23 03:14:26 +03:00
00408_http_keep_alive.reference
00408_http_keep_alive.sh
00409_shard_limit_by.reference Make the query planner respect LIMIT BY in remote queries 2019-03-15 15:26:21 +00:00
00409_shard_limit_by.sql Make the query planner respect LIMIT BY in remote queries 2019-03-15 15:26:21 +00:00
00410_aggregation_combinators_with_arenas.reference
00410_aggregation_combinators_with_arenas.sql
00411_long_accurate_number_comparison.python
00411_long_accurate_number_comparison.reference
00411_long_accurate_number_comparison.sh
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 Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
00415_into_outfile.sh Removed useless option --silent from the clickhouse-local, because it was implemented not according to the specs and the options --silent, --verbose, --echo was messed up #1773 2018-08-23 03:14:26 +03:00
00416_pocopatch_progress_in_http_headers.reference Fix broken progress in 19.3 (regression in 92769a2460) 2019-03-08 15:36:40 +01:00
00416_pocopatch_progress_in_http_headers.sh Fix broken progress in 19.3 (regression in 92769a2460) 2019-03-08 15:36:40 +01:00
00417_kill_query.reference Fix flap on kill query test 2019-02-25 18:03:37 +03:00
00417_kill_query.sh Fix flap on kill query test 2019-02-25 18:03:37 +03:00
00417_system_build_options.reference
00417_system_build_options.sh Fix build and tests on Fedora (#3496) 2018-10-30 17:05:44 +03:00
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
00428_partition.reference Sort output of partition query-test - for stable reference. 2018-11-12 15:26:15 +03:00
00428_partition.sh Sort output of partition query-test - for stable reference. 2018-11-12 15:26:15 +03:00
00429_long_http_bufferization.reference
00429_long_http_bufferization.sh Change exception regexp in test. 2019-02-07 00:00:33 +03:00
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 Add case insensitive coalesce ifnull, nullif. 2018-07-30 18:50:12 +03:00
00433_ifnull.sql Add case insensitive coalesce ifnull, nullif. 2018-07-30 18:50:12 +03:00
00434_tonullable.reference
00434_tonullable.sql
00435_coalesce.reference Add case insensitive coalesce ifnull, nullif. 2018-07-30 18:50:12 +03:00
00435_coalesce.sql Add case insensitive coalesce ifnull, nullif. 2018-07-30 18:50:12 +03:00
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 Actualized test #1846 2018-04-06 19:26:38 +03:00
00441_nulls_in.sql
00442_filter_by_nullable.reference
00442_filter_by_nullable.sql
00443_merge_tree_uniform_read_distribution_0.reference CLICKHOUSE-4074 Fix merge_tree_uniform_read_distribution=0 2018-10-19 19:31:51 +03:00
00443_merge_tree_uniform_read_distribution_0.sh Better test 2018-10-19 20:33:46 +03:00
00443_optimize_final_vertical_merge.reference
00443_optimize_final_vertical_merge.sh Better test 2018-10-19 20:33:46 +03:00
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 add tests [#CLICKHOUSE-3859] 2018-11-15 22:34:50 +03:00
00446_clear_column_in_partition_zookeeper.reference
00446_clear_column_in_partition_zookeeper.sql make test more stable 2019-03-07 15:59:37 +03:00
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 ISSUES-3134 fix merge and distributed engine query stage 2018-09-21 11:19:25 +08:00
00458_merge_type_cast.sql Fixed test [#CLICKHOUSE-2] 2018-04-06 02:04:31 +03:00
00459_group_array_insert_at.reference
00459_group_array_insert_at.sql Update 00459_group_array_insert_at.sql 2018-03-05 17:52:59 +03:00
00460_vertical_and_totals_extremes.reference Remove escaping in presentational formats (#2476) 2018-06-07 04:30:29 +03:00
00460_vertical_and_totals_extremes.sql Remove escaping in presentational formats (#2476) 2018-06-07 04:30:29 +03:00
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
00474_readonly_settings.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00475_in_join_db_table.reference
00475_in_join_db_table.sql
00476_pretty_formats_and_widths.reference Remove escaping in presentational formats (#2476) 2018-06-07 04:30:29 +03:00
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 ISSUES-258 add validation test for ISSUES-258 2018-03-08 09:21:45 +08:00
00481_create_view_for_null.sql ISSUES-258 add validation test for ISSUES-258 2018-03-08 09:21:45 +08:00
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 Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00493_substring_of_fixedstring.reference
00493_substring_of_fixedstring.sql
00494_shard_alias_substitution_bug.reference renamed shared tests 2018-03-05 17:59:51 +03:00
00494_shard_alias_substitution_bug.sql renamed shared tests 2018-03-05 17:59:51 +03:00
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_bug_2.reference Added test. #3309 2018-10-09 22:40:21 +03:00
00500_point_in_polygon_bug_2.sql Update 00500_point_in_polygon_bug_2.sql 2018-10-09 23:40:05 +03:00
00500_point_in_polygon_bug_3_linestring_rotation_precision.reference Added test #2866 2018-10-10 20:41:26 +03:00
00500_point_in_polygon_bug_3_linestring_rotation_precision.sql Added test #2866 2018-10-10 20:41:26 +03:00
00500_point_in_polygon_bug.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00500_point_in_polygon_bug.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00500_point_in_polygon.reference
00500_point_in_polygon.sql
00501_http_head.reference
00501_http_head.sh Fixed 00501 test, added Query-Id support 2019-02-02 16:38:04 +03:00
00502_custom_partitioning_local.reference use standard Tuple serialization [#CLICKHOUSE-4054] 2018-11-26 15:41:17 +03:00
00502_custom_partitioning_local.sql
00502_custom_partitioning_replicated_zookeeper.reference use standard Tuple serialization [#CLICKHOUSE-4054] 2018-11-26 15:41:17 +03:00
00502_custom_partitioning_replicated_zookeeper.sql add SYSTEM SYNC REPLICA before OPTIMIZE FINAL for test stability 2018-06-01 22:51:36 +03:00
00502_string_concat_with_array.reference
00502_string_concat_with_array.sql
00502_sum_map.reference sumMapWithOverflow: add test 2019-01-25 20:54:46 +01:00
00502_sum_map.sql sumMapWithOverflow: add test 2019-01-25 20:54:46 +01:00
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 Fix test 00505_secure with random ports (#2433) 2018-05-28 23:38:46 +03:00
00505_secure.reference Fix test 00505_secure with random ports (#2433) 2018-05-28 23:38:46 +03:00
00505_secure.sh Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
00505_shard_secure.reference CLICKHOUSE-4257 remoteSecure 2019-01-17 20:55:44 +03:00
00505_shard_secure.sh CLICKHOUSE-4257 remoteSecure 2019-01-17 20:55:44 +03:00
00506_shard_global_in_union.reference renamed shared tests 2018-03-05 17:59:51 +03:00
00506_shard_global_in_union.sql Fixed tests that was depend on timezone #3948 2018-12-27 23:44:07 +03:00
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 added tests for ReplicatedVersionedCollapsingMergeTree creation [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
00509_extended_storage_definition_syntax_zookeeper.sql add SYSTEM SYNC REPLICA before OPTIMIZE FINAL for test stability 2018-06-01 22:51:36 +03:00
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 Removed useless option --silent from the clickhouse-local, because it was implemented not according to the specs and the options --silent, --verbose, --echo was messed up #1773 2018-08-23 03:14:26 +03:00
00513_fractional_time_zones.reference
00513_fractional_time_zones.sql
00514_interval_operators.reference Introduce quarter interval kind as 3 months (in preparation for #3705) 2018-12-18 16:16:48 +03:00
00514_interval_operators.sql Introduce quarter interval kind as 3 months (in preparation for #3705) 2018-12-18 16:16:48 +03:00
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 More tabs in desc table tests 2018-12-25 15:56:11 +03:00
00515_shard_desc_table_functions_and_subqueries.sql renamed shared tests 2018-03-05 17:59:51 +03:00
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 check number of arguments for -Array combinator [#CLICKHOUSE-3853] #2703 2018-07-23 19:54:25 +03:00
00534_filimonov.reference
00534_filimonov.sh
00534_functions_bad_arguments1.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments1.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments2.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments2.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments3.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments3.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments4.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments4.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments5.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments5.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments6.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments6.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments7.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments7.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments8.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments8.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments9.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments9.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments10.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments10.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments11.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments11.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments12.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments12.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments13.reference Renamed tests that are not long anymore #2924 2018-08-24 11:01:00 +03:00
00534_functions_bad_arguments13.sh Fixed tests #2938 2018-08-24 12:47:47 +03:00
00534_functions_bad_arguments.lib Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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 ISSUES-2973 support nested json struct for visitParamExtractRaw 2018-08-31 15:25:28 +08:00
00539_functions_for_working_with_json.sql ISSUES-2973 support nested json struct for visitParamExtractRaw 2018-08-31 15:25:28 +08:00
00540_bad_data_types.reference Prohibited non-UInt8 constants in WHERE. [#CLICKHOUSE-3616] 2018-03-07 16:12:35 +03:00
00540_bad_data_types.sh Prohibited non-UInt8 constants in WHERE. [#CLICKHOUSE-3616] 2018-03-07 16:12:35 +03:00
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 Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00551_parse_or_null.reference
00551_parse_or_null.sql
00552_or_nullable.reference
00552_or_nullable.sql
00553_buff_exists_materlized_column.reference
00553_buff_exists_materlized_column.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
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_right_join_excessive_rows.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00555_right_join_excessive_rows.sql JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00556_array_intersect.reference
00556_array_intersect.sql
00556_remove_columns_from_subquery.reference
00556_remove_columns_from_subquery.sql Revert "Updated tests #2094" 2018-08-05 09:19:49 +03:00
00557_alter_null_storage_tables.reference Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
00557_alter_null_storage_tables.sql
00557_array_resize.reference Fixed bug found by PVS-Studio; added test [#CLICKHOUSE-3] 2018-06-04 22:37:58 +03:00
00557_array_resize.sql Fixed bug found by PVS-Studio; added test [#CLICKHOUSE-3] 2018-06-04 22:37:58 +03:00
00557_remote_port.reference remote() table function accepts cluster name identifier as the 1st argument. [#CLICKHOUSE-2] 2018-02-12 23:35:56 +03:00
00557_remote_port.sh Update 00557_remote_port.sh 2018-03-05 17:23:33 +03:00
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 Implemented TODO #2584 2018-07-04 20:28:52 +03:00
00562_rewrite_select_expression_with_union.reference
00562_rewrite_select_expression_with_union.sql
00563_complex_in_expression.reference Fixed false positive error messages for queries with IN and ARRAY JOIN. [#CLICKHOUSE-2] 2018-03-16 17:11:49 +03:00
00563_complex_in_expression.sql Fixed false positive error messages for queries with IN and ARRAY JOIN. [#CLICKHOUSE-2] 2018-03-16 17:11:49 +03:00
00563_insert_into_remote_and_zookeeper.reference
00563_insert_into_remote_and_zookeeper.sql Fixed ZK path in a test. [#CLICKHOUSE-2] 2018-02-21 16:52:17 +03:00
00563_shard_insert_into_remote.reference
00563_shard_insert_into_remote.sql fix test 2018-03-05 19:15:17 +03:00
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 ISSUES-117 add test 2018-02-14 12:37:39 +08:00
00564_temporary_table_management.sql ISSUES-117 add test 2018-02-14 12:37:39 +08:00
00564_versioned_collapsing_merge_tree.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00564_versioned_collapsing_merge_tree.sql Fixed test [#CLICKHOUSE-2]. 2018-03-02 10:43:47 +03:00
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 Allow to parse DateTime as unix timestamp without single quotes in Values format #1850 2018-02-06 23:10:49 +03:00
00567_parse_datetime_as_unix_timestamp.sql Allow to parse DateTime as unix timestamp without single quotes in Values format #1850 2018-02-06 23:10:49 +03:00
00568_compile_catch_throw.reference Use absoulte paths in Compiler. [#CLICKHOUSE-3573] 2018-02-13 13:32:14 +03:00
00568_compile_catch_throw.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00568_empty_function_with_fixed_string.reference Fix buffer overflow for EmptyImpl with FixedString 2018-11-30 02:17:01 +00:00
00568_empty_function_with_fixed_string.sql Fix buffer overflow for EmptyImpl with FixedString 2018-11-30 02:17:01 +00:00
00569_parse_date_time_best_effort.reference Fixed test #3913 2018-12-24 15:47:24 +03:00
00569_parse_date_time_best_effort.sql Fixed test #3913 2018-12-24 15:47:24 +03:00
00570_empty_array_is_const.reference Fixed test #1947. 2018-02-28 23:05:29 +03:00
00570_empty_array_is_const.sql Improved performance of function arrayElement with constant array when one of element is an empty array #1889 2018-02-13 00:06:13 +03:00
00571_alter_nullable.reference Added test [#CLICKHOUSE-2754] 2018-02-18 00:26:22 +03:00
00571_alter_nullable.sql Added test [#CLICKHOUSE-2754] 2018-02-18 00:26:22 +03:00
00571_non_exist_database_when_create_materializ_view.reference ISSUES-369 add attach & detach test 2018-03-06 21:05:08 +08:00
00571_non_exist_database_when_create_materializ_view.sql ISSUES-369 add attach & detach test 2018-03-06 21:05:08 +08:00
00572_aggregation_by_empty_set.reference Updated test [#CLICKHOUSE-1920] #51 2018-02-18 09:36:34 +03:00
00572_aggregation_by_empty_set.sql Updated test [#CLICKHOUSE-1920] #51 2018-02-18 09:36:34 +03:00
00573_shard_aggregation_by_empty_set.reference Updated test [#CLICKHOUSE-1920] #51 2018-02-18 09:36:34 +03:00
00573_shard_aggregation_by_empty_set.sql Updated test [#CLICKHOUSE-1920] #51 2018-02-18 09:36:34 +03:00
00574_empty_strings_deserialization.reference add test [#CLICKHOUSE-3603] 2018-02-19 16:00:11 +03:00
00574_empty_strings_deserialization.sh add test [#CLICKHOUSE-3603] 2018-02-19 16:00:11 +03:00
00575_illegal_column_exception_when_drop_depen_column.reference Unified filename of test #1933. 2018-03-02 22:35:34 +03:00
00575_illegal_column_exception_when_drop_depen_column.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00575_merge_and_index_with_function_in_in.reference fix typo 2018-02-21 15:31:28 +03:00
00575_merge_and_index_with_function_in_in.sql fix typo 2018-02-21 15:31:28 +03:00
00576_nested_and_prewhere.reference Enhanced test [#CLICKHOUSE-3608] 2018-02-21 04:39:46 +03:00
00576_nested_and_prewhere.sql Enhanced test [#CLICKHOUSE-3608] 2018-02-21 04:39:46 +03:00
00577_full_join_segfault.reference Revert "Updated tests #2094" 2018-08-05 09:19:49 +03:00
00577_full_join_segfault.sql Revert "Updated tests #2094" 2018-08-05 09:19:49 +03:00
00577_replacing_merge_tree_vertical_merge.reference added test for ReplacingMergeTree vertical merge #1914 2018-02-21 17:13:29 +03:00
00577_replacing_merge_tree_vertical_merge.sql added test for ReplacingMergeTree vertical merge #1914 2018-02-21 17:13:29 +03:00
00578_merge_table_and_table_virtual_column.reference ISSUES-3134 fix merge and distributed engine query stage 2018-09-21 09:08:44 +08:00
00578_merge_table_and_table_virtual_column.sql Fixed error with filtering of tables by _table virtual column in StorageMerge [#CLICKHOUSE-3583] 2018-02-21 22:44:22 +03:00
00578_merge_trees_without_primary_key.reference MergeTree without primary key [#CLICKHOUSE-3462] 2018-02-21 17:50:26 +03:00
00578_merge_trees_without_primary_key.sql Fixed ordinary MergeTree merges in case of empty ORDER BY key. [#CLICKHOUSE-2] 2018-03-14 23:49:18 +03:00
00579_merge_tree_partition_and_primary_keys_using_same_expression.reference allow the primary key and the partition key to use the same expression [#CLICKHOUSE-3455] 2018-02-21 18:43:24 +03:00
00579_merge_tree_partition_and_primary_keys_using_same_expression.sql allow the primary key and the partition key to use the same expression [#CLICKHOUSE-3455] 2018-02-21 18:43:24 +03:00
00579_virtual_column_and_lazy.reference Fixed error with StorageMerge [#CLICKHOUSE-2]. 2018-02-21 23:24:29 +03:00
00579_virtual_column_and_lazy.sql Fixed error with StorageMerge [#CLICKHOUSE-2]. 2018-02-21 23:24:29 +03:00
00580_cast_nullable_to_non_nullable.reference Allow to CAST Nullable type to non-Nullable as long as there are no NULL values #1947 2018-02-23 00:20:02 +03:00
00580_cast_nullable_to_non_nullable.sql Allow to CAST Nullable type to non-Nullable as long as there are no NULL values #1947 2018-02-23 00:20:02 +03:00
00580_consistent_hashing_functions.reference Added consistent hashing functions. [#CLICKHOUSE-3606] 2018-02-24 00:22:52 +03:00
00580_consistent_hashing_functions.sql Add requested changes. [#CLICKHOUSE-3606] 2018-02-26 15:14:20 +03:00
00581_limit_on_result_and_subquery_and_insert.reference Limit and quota on result must not apply for intermediate data in subqueries and INSERT SELECT [#CLICKHOUSE-3351] 2018-02-23 09:38:23 +03:00
00581_limit_on_result_and_subquery_and_insert.sql Limit and quota on result must not apply for intermediate data in subqueries and INSERT SELECT [#CLICKHOUSE-3351] 2018-02-23 09:38:23 +03:00
00582_not_aliasing_functions.reference Removed controversial feature #1896 2018-02-23 10:06:59 +03:00
00582_not_aliasing_functions.sql Removed controversial feature #1896 2018-02-23 10:06:59 +03:00
00583_limit_by_expressions.reference Added support for LIMIT BY arbitary expressions [#CLICKHOUSE-3613] #1947 2018-03-01 08:24:56 +03:00
00583_limit_by_expressions.sql Added support for LIMIT BY arbitary expressions [#CLICKHOUSE-3613] #1947 2018-03-01 08:24:56 +03:00
00584_view_union_all.reference Added a test by Stas Sviridov #320 2018-03-01 09:21:15 +03:00
00584_view_union_all.sql Added a test by Stas Sviridov #320 2018-03-01 09:21:15 +03:00
00585_union_all_subquery_aggregation_column_removal.reference JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00585_union_all_subquery_aggregation_column_removal.sql Added a test from George #728 2018-03-01 09:35:54 +03:00
00586_removing_unused_columns_from_subquery.reference Added a test from FacedSID #859 2018-03-01 09:50:46 +03:00
00586_removing_unused_columns_from_subquery.sql Added a test from FacedSID #859 2018-03-01 09:50:46 +03:00
00587_union_all_type_conversions.reference Added a test for type conversions in UNION ALL #1947 2018-03-01 10:05:03 +03:00
00587_union_all_type_conversions.sql Added a test for type conversions in UNION ALL #1947 2018-03-01 10:05:03 +03:00
00588_shard_distributed_prewhere.reference Updated test #1947 2018-03-01 11:56:12 +03:00
00588_shard_distributed_prewhere.sql Updated test #1947 2018-03-01 11:56:12 +03:00
00589_removal_unused_columns_aggregation.reference Added test #1947 2018-03-01 10:27:02 +03:00
00589_removal_unused_columns_aggregation.sql Added test #1947 2018-03-01 10:27:02 +03:00
00590_limit_by_column_removal.reference Added test #1947 [#CLICKHOUSE-3264] 2018-03-01 10:47:09 +03:00
00590_limit_by_column_removal.sql Added test #1947 [#CLICKHOUSE-3264] 2018-03-01 10:47:09 +03:00
00591_columns_removal_union_all.reference Added test #1947 2018-03-01 11:07:46 +03:00
00591_columns_removal_union_all.sql Added test #1947 2018-03-01 11:07:46 +03:00
00592_union_all_different_aliases.reference Added test #878 2018-03-01 11:33:48 +03:00
00592_union_all_different_aliases.sql Added test #878 2018-03-01 11:33:48 +03:00
00593_union_all_assert_columns_removed.reference Fixed error in checking limit on number of columns to read; added test for unnecessary columns removal inside subqueries with UNION ALL #1947 [#CLICKHOUSE-2210] 2018-03-01 11:46:59 +03:00
00593_union_all_assert_columns_removed.sql Fixed error in checking limit on number of columns to read; added test for unnecessary columns removal inside subqueries with UNION ALL #1947 [#CLICKHOUSE-2210] 2018-03-01 11:46:59 +03:00
00594_alias_in_distributed.reference Updated test #1550 2018-03-01 12:41:40 +03:00
00594_alias_in_distributed.sql Updated test #1550 2018-03-01 12:41:40 +03:00
00595_insert_into_view.reference ISSUES-66 add insert into view test 2018-03-01 22:49:16 +08:00
00595_insert_into_view.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00596_limit_on_expanded_ast.reference Added limit on size of AST after expansion of aliases [#CLICKHOUSE-18] 2018-03-02 09:33:17 +03:00
00596_limit_on_expanded_ast.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00597_push_down_predicate.reference update ASTIdentifier prints for push down predicate test reference (long vs short names) 2019-03-05 15:49:00 +03:00
00597_push_down_predicate.sql Don't replace aliased tables. 2019-02-26 17:12:25 +03:00
00597_with_totals_on_empty_set.reference Fixed error with TOTALS [#CLICKHOUSE-3619] 2018-03-03 04:28:13 +03:00
00597_with_totals_on_empty_set.sql Fixed error with TOTALS [#CLICKHOUSE-3619] 2018-03-03 04:28:13 +03:00
00598_create_as_select_http.reference Added test [#CLICKHOUSE-2] 2018-03-07 21:59:22 +03:00
00598_create_as_select_http.sh Added test [#CLICKHOUSE-2] 2018-03-07 21:59:22 +03:00
00599_create_view_with_subquery.reference ISSUES-258 add validation test for ISSUES-258 2018-03-08 09:21:45 +08:00
00599_create_view_with_subquery.sql ISSUES-258 add validation test for ISSUES-258 2018-03-08 09:21:45 +08:00
00600_create_temporary_table_if_not_exists.reference fix CREATE TEMPORARY TABLE IF NOT EXISTS 2018-03-17 01:55:07 +03:00
00600_create_temporary_table_if_not_exists.sql fix CREATE TEMPORARY TABLE IF NOT EXISTS 2018-03-17 01:55:07 +03:00
00600_replace_running_query.reference Added test #245 2018-03-10 02:07:08 +03:00
00600_replace_running_query.sh CLICKHOUSE-3444: show error for old query on replace_running_query (#2127) 2018-04-07 06:49:49 +03:00
00601_kill_running_query.reference Added another test #245 2018-03-10 02:24:38 +03:00
00601_kill_running_query.sh Writing changelog (#2215) 2018-04-17 23:57:02 +03:00
00602_throw_if.reference Added function "throwIf" [#CLICKHOUSE-2543] 2018-03-10 03:18:57 +03:00
00602_throw_if.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00603_system_parts_nonexistent_database.reference Fixed error [#CLICKHOUSE-3627] 2018-03-10 03:26:17 +03:00
00603_system_parts_nonexistent_database.sql Fixed error [#CLICKHOUSE-3627] 2018-03-10 03:26:17 +03:00
00604_shard_remote_and_columns_with_defaults.reference add tests [#CLICKHOUSE-3241] 2018-03-13 17:24:16 +03:00
00604_shard_remote_and_columns_with_defaults.sql stable order in a test 2018-03-14 15:30:39 +03:00
00604_show_create_database.reference added test [#CLICKHOUSE-3590] 2018-03-12 18:22:14 +03:00
00604_show_create_database.sql added test [#CLICKHOUSE-3590] 2018-03-12 18:22:14 +03:00
00605_intersections_aggregate_functions.reference Adaptation #2012 2018-03-14 07:36:41 +03:00
00605_intersections_aggregate_functions.sql Adaptation #2012 2018-03-14 07:36:41 +03:00
00606_quantiles_and_nans.reference Fixed handling of NaNs in aggregate functions that use comparison based sorting #2012 2018-03-14 08:03:51 +03:00
00606_quantiles_and_nans.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00607_index_in_in.reference Added test [#CLICKHOUSE-2] 2018-03-16 10:04:51 +03:00
00607_index_in_in.sql Added test [#CLICKHOUSE-2] 2018-03-16 10:04:51 +03:00
00608_uniq_array.reference Implemented 'uniq' family of functions for generic case including Array argument #2010 2018-03-17 21:14:05 +03:00
00608_uniq_array.sql Implemented 'uniq' family of functions for generic case including Array argument #2010 2018-03-17 21:14:05 +03:00
00609_distributed_with_case_when_then.reference ISSUES-218 add test for distributed & case when then 2018-03-23 18:42:06 +03:00
00609_distributed_with_case_when_then.sql ISSUES-218 add test for distributed & case when then 2018-03-23 18:42:06 +03:00
00609_mv_index_in_in.reference Fixed error; added test from Alexander Zaitsev [#CLICKHOUSE-2] 2018-03-19 17:29:40 +03:00
00609_mv_index_in_in.sql Fixed error; added test from Alexander Zaitsev [#CLICKHOUSE-2] 2018-03-19 17:29:40 +03:00
00609_prewhere_and_default.reference added test [#CLICKHOUSE-3663] 2018-03-22 23:18:11 +03:00
00609_prewhere_and_default.sql added test [#CLICKHOUSE-3663] 2018-03-22 23:18:11 +03:00
00610_materialized_view_forward_alter_partition_statements.reference add test [#CLICKHOUSE-3659] 2018-03-20 16:44:36 +03:00
00610_materialized_view_forward_alter_partition_statements.sql add test [#CLICKHOUSE-3659] 2018-03-20 16:44:36 +03:00
00611_zookeeper_different_checksums_formats.reference Add minimalistic checksums. [#CLICKHOUSE-3660] 2018-03-23 00:26:46 +03:00
00611_zookeeper_different_checksums_formats.sql startup() waits for initialization of ReplicatedMergeTreeRestartingThread. [#CLICKHOUSE-2] 2018-03-23 00:26:46 +03:00
00612_http_max_query_size.reference updated test 2018-04-16 18:48:27 +03:00
00612_http_max_query_size.sh updated test 2018-04-16 18:48:27 +03:00
00612_pk_in_tuple.reference updated test #2170 2018-04-05 00:03:21 +03:00
00612_pk_in_tuple.sql updated test #2170 2018-04-05 00:03:21 +03:00
00612_union_query_with_subquery.reference ISSUES-2133 Support union query with subquery 2018-03-29 09:06:17 +08:00
00612_union_query_with_subquery.sql More tests #2134 2018-04-19 06:10:10 +03:00
00613_shard_distributed_max_execution_time.reference Renamed test [#CLICKHOUSE-2] 2018-04-02 22:24:03 +03:00
00613_shard_distributed_max_execution_time.sql Renamed test [#CLICKHOUSE-2] 2018-04-02 22:24:03 +03:00
00614_array_nullable.reference ISSUES-3059 fix nullable type argument for aggregate function 2018-09-11 19:33:14 +08:00
00614_array_nullable.sql ISSUES-3059 fix nullable type argument for aggregate function 2018-09-11 19:33:14 +08:00
00614_shard_same_header_for_local_and_remote_node_in_distributed_query.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00614_shard_same_header_for_local_and_remote_node_in_distributed_query.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00615_nullable_alter_optimize.reference Fixed test #797 2018-04-06 02:00:19 +03:00
00615_nullable_alter_optimize.sql Fixed test #797 2018-04-06 02:00:19 +03:00
00616_final_single_part.reference Allow to use FINAL even in case of single part #2086 2018-04-06 00:36:55 +03:00
00616_final_single_part.sql Allow to use FINAL even in case of single part #2086 2018-04-06 00:36:55 +03:00
00617_array_in.reference Added a test from Silviu Caragea #2113 2018-04-06 03:28:53 +03:00
00617_array_in.sql Added a test from Silviu Caragea #2113 2018-04-06 03:28:53 +03:00
00618_nullable_in.reference Fixed error with IN where left hand side is nullable #1846 2018-04-06 08:12:47 +03:00
00618_nullable_in.sql Fixed error with IN where left hand side is nullable #1846 2018-04-06 08:12:47 +03:00
00619_extract.reference sql: initial EXTRACT(... FROM ...) support (#2196) 2018-04-13 22:35:08 +03:00
00619_extract.sql Introduce common parser for interval kind names and use it for DATE_DIFF, EXTRACT and INTERVAL (allows to use same set of aliases in them) 2018-12-19 13:27:07 +03:00
00619_union_highlite.reference Added a test #2208 2018-04-13 21:49:23 +03:00
00619_union_highlite.sql Added a test #2208 2018-04-13 21:49:23 +03:00
00620_optimize_on_nonleader_replica_zookeeper.reference Fixed OPTIMIZE after RENAME of replicated table. [#CLICKHOUSE-2] 2018-04-17 20:59:42 +03:00
00620_optimize_on_nonleader_replica_zookeeper.sql Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
00621_regression_for_in_operator.reference Regression test for bug in 1.1.54370 2018-04-18 15:14:21 +03:00
00621_regression_for_in_operator.sql Update 00621_regression_for_in_operator.sql 2018-04-18 23:39:53 +03:00
00622_select_in_parens.reference More tests #2134 2018-04-19 06:10:10 +03:00
00622_select_in_parens.sql More tests #2134 2018-04-19 06:10:10 +03:00
00623_in_partition_key.reference Added test result #2246 2018-04-20 00:38:45 +03:00
00623_in_partition_key.sql Added failing test #2246 2018-04-19 23:45:27 +03:00
00623_replicated_truncate_table_zookeeper.reference ISSUES-2259 fix the test after the merge master 2018-05-21 11:38:46 +08:00
00623_replicated_truncate_table_zookeeper.sql Merging: Fixed most of problems, actualized test #2260 2018-06-09 21:17:27 +03:00
00623_truncate_table_throw_exception.reference ISSUES-2259 support truncate syntax 2018-05-21 11:38:46 +08:00
00623_truncate_table_throw_exception.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00623_truncate_table.reference Merging: Fixed most of problems, actualized test #2260 2018-06-09 21:17:27 +03:00
00623_truncate_table.sql Merging: Fixed most of problems, actualized test #2260 2018-06-09 21:17:27 +03:00
00624_length_utf8.reference Added test #2257 2018-04-20 22:46:01 +03:00
00624_length_utf8.sql Added test #2257 2018-04-20 22:46:01 +03:00
00625_arrays_in_nested.reference Better test #2066 2018-04-22 22:09:35 -07:00
00625_arrays_in_nested.sql Better test #2066 2018-04-22 22:09:35 -07:00
00625_query_in_form_data.reference Fixed test #2490 2018-07-04 20:28:52 +03:00
00625_query_in_form_data.sh Make the test compatible with different versions of curl #2490 2018-07-04 20:28:52 +03:00
00625_summing_merge_tree_merge.reference Fix usage of columns from header in SummingSortedBlockInputStream. #2273 2018-05-14 13:48:50 +03:00
00625_summing_merge_tree_merge.sql Fix usage of columns from header in SummingSortedBlockInputStream. #2273 2018-05-14 13:48:50 +03:00
00626_in_syntax.reference Updated test with in syntax. [#CLICKHOUSE-3749] 2018-06-04 16:32:20 +03:00
00626_in_syntax.sql Updated test with in syntax. [#CLICKHOUSE-3749] 2018-06-04 16:32:20 +03:00
00626_replace_partition_from_table_zookeeper.reference Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
00626_replace_partition_from_table_zookeeper.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00626_replace_partition_from_table.reference Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
00626_replace_partition_from_table.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00627_recursive_alias.reference Added test with dummy recursive alias. [#CLICKHOUSE-3735] 2018-05-18 21:28:11 +03:00
00627_recursive_alias.sql Added test with dummy recursive alias. [#CLICKHOUSE-3735] 2018-05-18 21:28:11 +03:00
00628_in_lambda_on_merge_table_bug.reference Added test with bug caused set indexing by ptr. [#CLICKHOUSE-3734] 2018-05-17 17:54:57 +03:00
00628_in_lambda_on_merge_table_bug.sql Added test with bug caused set indexing by ptr. [#CLICKHOUSE-3734] 2018-05-17 17:54:57 +03:00
00630_arbitrary_csv_delimiter.reference Add a test for CSV input and output formatting 2018-04-27 03:49:44 +03:00
00630_arbitrary_csv_delimiter.sh Add a test for CSV input and output formatting 2018-04-27 03:49:44 +03:00
00632_aggregation_window_funnel.reference Support events qualified for multiple conditions. 2018-08-23 18:30:50 +08:00
00632_aggregation_window_funnel.sql Support events qualified for multiple conditions. 2018-08-23 18:30:50 +08:00
00632_get_sample_block_cache.reference Try make cache for getSampleBlock (#2313) 2018-05-30 22:23:15 +03:00
00632_get_sample_block_cache.sql Try make cache for getSampleBlock (#2313) 2018-05-30 22:23:15 +03:00
00633_func_or_in.reference add test for #2663 2018-07-18 09:27:25 +03:00
00633_func_or_in.sql Update 00633_func_or_in.sql 2018-07-18 09:27:25 +03:00
00633_materialized_view_and_too_many_parts_zookeeper.reference More atomic insert to MATERIALIZED VIEW. [#CLICKHOUSE-3743] 2018-05-23 19:18:04 +03:00
00633_materialized_view_and_too_many_parts_zookeeper.sh Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
00634_logging_shard.reference Split one test to two #3029 2018-09-05 19:50:26 +03:00
00634_logging_shard.sh Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
00634_performance_introspection_and_logging.reference Split one test to two #3029 2018-09-05 19:50:26 +03:00
00634_performance_introspection_and_logging.sh Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
00634_rename_view.reference Added test [#CLICKHOUSE-3092] 2018-05-31 20:06:07 +03:00
00634_rename_view.sql Added test [#CLICKHOUSE-3092] 2018-05-31 20:06:07 +03:00
00635_shard_distinct_order_by.reference Added test [#CLICKHOUSE-3726] 2018-05-31 21:28:47 +03:00
00635_shard_distinct_order_by.sql Added test [#CLICKHOUSE-3726] 2018-05-31 21:28:47 +03:00
00636_partition_key_parts_pruning.reference add test [#CLICKHOUSE-3757] 2018-06-05 14:00:17 +03:00
00636_partition_key_parts_pruning.sh add test [#CLICKHOUSE-3757] 2018-06-05 14:00:17 +03:00
00637_sessions_in_http_interface_and_settings.reference Fixed error: user settings don't apply when using session_id parameter [#CLICKHOUSE-3763] 2018-06-06 20:35:35 +03:00
00637_sessions_in_http_interface_and_settings.sh Fixed error: user settings don't apply when using session_id parameter [#CLICKHOUSE-3763] 2018-06-06 20:35:35 +03:00
00638_remote_ssrf.reference Fixed minor security issue [#CLICKHOUSE-3758] 2018-06-06 21:05:35 +03:00
00638_remote_ssrf.sh.disabled disable unreliable test [#CLICKHOUSE-3758] 2018-06-22 13:46:07 +03:00
00639_startsWith.reference add \n 2018-06-06 22:55:08 +03:00
00639_startsWith.sql Modified tests #2429 2018-06-07 00:15:47 +03:00
00640_endsWith.reference add \n 2018-06-06 22:55:08 +03:00
00640_endsWith.sql Modified tests #2429 2018-06-07 00:15:47 +03:00
00642_cast.reference Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
00642_cast.sql clickhouse-odbc#125 : Make TIMESTAMP alias for DateTime type for allowing CAST(x AS TIMESTAMP) 2018-10-15 18:10:34 +03:00
00643_cast_zookeeper.reference More tabs in desc table tests 2018-12-25 15:56:11 +03:00
00643_cast_zookeeper.sql Fixed error; added test [#CLICKHOUSE-3764] 2018-06-07 23:49:59 +03:00
00644_different_expressions_with_same_alias.reference Added test for already fixed issue [#CLICKHOUSE-3750] 2018-06-08 00:27:05 +03:00
00644_different_expressions_with_same_alias.sql Added test for already fixed issue [#CLICKHOUSE-3750] 2018-06-08 00:27:05 +03:00
00645_date_time_input_format.reference Added test #1710 2018-06-08 06:27:44 +03:00
00645_date_time_input_format.sql Added test #1710 2018-06-08 06:27:44 +03:00
00646_url_engine.python Fix header path and small fixes in tests 2018-06-13 10:36:47 +03:00
00646_url_engine.reference Add simple tests for table function url and table function engine 2018-06-12 18:59:43 +03:00
00646_url_engine.sh Add simple tests for table function url and table function engine 2018-06-12 18:59:43 +03:00
00646_weird_mmx.reference Added test #1890 2018-06-12 06:44:53 +03:00
00646_weird_mmx.sql Added test #1890 2018-06-12 06:44:53 +03:00
00647_histogram.reference fix unique for empty point sets 2018-07-07 13:40:32 +03:00
00647_histogram.sql fix unique for empty point sets 2018-07-07 13:40:32 +03:00
00647_multiply_aggregation_state.reference fix modifying source columns, add tests 2018-09-05 16:18:47 +03:00
00647_multiply_aggregation_state.sql fix getting value from const column 2018-09-07 17:06:10 +03:00
00647_select_numbers_with_offset.reference ISSUES-2553 add offset parameter to numbers 2018-06-22 12:55:36 +03:00
00647_select_numbers_with_offset.sql ISSUES-2553 add offset parameter to numbers 2018-06-22 12:55:36 +03:00
00648_replacing_empty_set_from_prewhere.reference Fixed typo. 2018-06-26 14:28:24 +03:00
00648_replacing_empty_set_from_prewhere.sql Fixed typo. 2018-06-26 14:28:24 +03:00
00649_quantile_tdigest_negative.reference Added test #2553 2018-06-28 19:05:41 +03:00
00649_quantile_tdigest_negative.sql Added test #2553 2018-06-28 19:05:41 +03:00
00650_array_enumerate_uniq_with_tuples.reference Renamed test. 2018-06-29 17:05:02 +03:00
00650_array_enumerate_uniq_with_tuples.sql Renamed test. 2018-06-29 17:05:02 +03:00
00650_csv_with_specified_quote_rule.reference Add options to enable parsing CSV with single/double quote. 2018-06-29 15:34:55 +08:00
00650_csv_with_specified_quote_rule.sh Adaptations #2574 2018-07-05 00:15:29 +03:00
00651_default_database_on_client_reconnect.reference Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
00651_default_database_on_client_reconnect.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00652_mergetree_mutations.reference add failing tests with materialized columns #2900 [#CLICKHOUSE-3911] 2018-08-22 15:42:18 +03:00
00652_mergetree_mutations.sh Updated test with mutations. 2018-11-09 19:35:05 +03:00
00652_mutations_alter_update.reference update MATERIALIZED columns when their dependencies are updated [#CLICKHOUSE-13] 2018-09-07 18:54:18 +03:00
00652_mutations_alter_update.sh update MATERIALIZED columns when their dependencies are updated [#CLICKHOUSE-13] 2018-09-07 18:54:18 +03:00
00652_mutations_default_database.reference add failing test #3597 2018-12-06 21:54:33 +03:00
00652_mutations_default_database.sh add failing test #3597 2018-12-06 21:54:33 +03:00
00652_replicated_mutations_default_database_zookeeper.reference add failing test #3597 2018-12-06 21:54:33 +03:00
00652_replicated_mutations_default_database_zookeeper.sh add failing test #3597 2018-12-06 21:54:33 +03:00
00652_replicated_mutations_zookeeper.reference add failing tests with materialized columns #2900 [#CLICKHOUSE-3911] 2018-08-22 15:42:18 +03:00
00652_replicated_mutations_zookeeper.sh add failing tests with materialized columns #2900 [#CLICKHOUSE-3911] 2018-08-22 15:42:18 +03:00
00653_monotonic_integer_cast.reference add test & use isRepresentedByNumber 2018-12-20 22:08:17 +08:00
00653_monotonic_integer_cast.sql add test & use isRepresentedByNumber 2018-12-20 22:08:17 +08:00
00653_running_difference.reference Added test with runningDifference function. #2590 2018-07-04 20:25:48 +03:00
00653_running_difference.sql Added test with runningDifference function. #2590 2018-07-04 20:25:48 +03:00
00653_verification_monotonic_data_load.reference add test & use isRepresentedByNumber 2018-12-20 22:08:17 +08:00
00653_verification_monotonic_data_load.sh Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
00660_optimize_final_without_partition.reference Make OPTIMIZE be able to merge all parts with FINAL. 2018-07-05 21:32:54 +03:00
00660_optimize_final_without_partition.sql Make OPTIMIZE be able to merge all parts with FINAL. 2018-07-05 21:32:54 +03:00
00661_array_has_silviucpp.reference Added a test from Silviu Caragea #2115 2018-07-06 22:22:12 +03:00
00661_array_has_silviucpp.sql Added a test from Silviu Caragea #2115 2018-07-06 22:22:12 +03:00
00661_optimize_final_replicated_without_partition_zookeeper.reference add OPTIMIZE FINAL support for ReplicatedMergeTree. 2018-07-09 18:03:23 +03:00
00661_optimize_final_replicated_without_partition_zookeeper.sql Fixed race condition in test #2604 2018-07-10 22:00:07 +03:00
00662_array_has_nullable.reference Added another test #2115 2018-07-06 22:47:08 +03:00
00662_array_has_nullable.sql Added another test #2115 2018-07-06 22:47:08 +03:00
00663_tiny_log_empty_insert.reference Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563 2018-07-07 22:02:10 +03:00
00663_tiny_log_empty_insert.sql Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563 2018-07-07 23:05:52 +03:00
00664_cast_from_string_to_nullable.reference Added test #1322 2018-07-16 03:30:13 +03:00
00664_cast_from_string_to_nullable.sql Added test #1322 2018-07-16 03:30:13 +03:00
00665_alter_nullable_string_to_nullable_uint8.reference Added a test from Silviu Caragea #1322 2018-07-16 03:30:13 +03:00
00665_alter_nullable_string_to_nullable_uint8.sql Added a test from Silviu Caragea #1322 2018-07-16 03:30:13 +03:00
00666_uniq_complex_types.reference Added support for arbitary complex types in "uniq" family of aggregate functions #2010 2018-07-16 06:55:41 +03:00
00666_uniq_complex_types.sql Added support for arbitary complex types in "uniq" family of aggregate functions #2010 2018-07-16 06:55:41 +03:00
00667_compare_arrays_of_different_types.reference Implemented generic case for comparison operators #2026 2018-07-16 09:06:44 +03:00
00667_compare_arrays_of_different_types.sql Implemented generic case for comparison operators #2026 2018-07-16 09:06:44 +03:00
00668_compare_arrays_silviucpp.reference Added a test from Silviu Caragea #2026 2018-07-16 09:06:44 +03:00
00668_compare_arrays_silviucpp.sql Added a test from Silviu Caragea #2026 2018-07-16 09:06:44 +03:00
00670_truncate_temporary_table.reference Fix TRUNCATE command for temporary tables. 2018-07-10 22:25:08 +08:00
00670_truncate_temporary_table.sql Avoid accidential truncating table in default database in test. 2018-07-16 06:32:43 +03:00
00671_max_intersections.reference Added a test #2657 2018-07-16 19:31:34 +03:00
00671_max_intersections.sql Added a test #2657 2018-07-16 19:31:34 +03:00
00672_arrayDistinct.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00672_arrayDistinct.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00673_subquery_prepared_set_performance.reference Added test #2677 2018-07-20 03:00:04 +03:00
00673_subquery_prepared_set_performance.sql Added test #2677 2018-07-20 03:00:04 +03:00
00674_has_array_enum.reference Added test #2699 2018-07-23 21:12:48 +03:00
00674_has_array_enum.sql Added test #2699 2018-07-23 21:12:48 +03:00
00674_join_on_syntax.reference add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
00674_join_on_syntax.sql add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
00675_shard_remote_with_table_function.reference CLICKHOUSE-3837 fix test 2018-07-26 18:33:07 +03:00
00675_shard_remote_with_table_function.sql Update 00675_shard_remote_with_table_function.sql 2018-07-26 20:50:32 +03:00
00676_group_by_in.reference Added a test [#CLICKHOUSE-3855] 2018-07-27 21:17:32 +03:00
00676_group_by_in.sql Added a test [#CLICKHOUSE-3855] 2018-07-27 21:17:32 +03:00
00677_shard_any_heavy_merge.reference Fixed error in aggregate function "anyHeavy"; added a test [#CLICKHOUSE-3867] 2018-07-27 22:51:13 +03:00
00677_shard_any_heavy_merge.sql Fixed error in aggregate function "anyHeavy"; added a test [#CLICKHOUSE-3867] 2018-07-27 22:51:13 +03:00
00678_murmurhash.reference Add gccHash function 2019-01-08 13:12:52 +08:00
00678_murmurhash.sql rename to gccMurmurHash 2019-01-09 10:03:50 +08:00
00678_shard_funnel_window.reference Fixed tests 2018-09-04 13:15:34 +03:00
00678_shard_funnel_window.sql ISSUES-2700 add funnel window crash test 2018-07-30 18:51:06 +03:00
00679_replace_asterisk.reference JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00679_replace_asterisk.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00679_uuid_in_key.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00679_uuid_in_key.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00680_duplicate_columns_inside_union_all.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00680_duplicate_columns_inside_union_all.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00681_duplicate_columns_inside_union_all_stas_sviridov.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00681_duplicate_columns_inside_union_all_stas_sviridov.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00682_empty_parts_merge.reference add test for vertical merge of empty parts [#CLICKHOUSE-3913] 2018-08-23 15:15:30 +03:00
00682_empty_parts_merge.sh add test for vertical merge of empty parts [#CLICKHOUSE-3913] 2018-08-23 15:15:30 +03:00
00685_output_format_json_escape_forward_slashes.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00685_output_format_json_escape_forward_slashes.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00686_client_exit_code.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00686_client_exit_code.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00687_insert_into_mv.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00687_insert_into_mv.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00687_top_and_offset.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00687_top_and_offset.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00688_aggregation_retention.reference Updated test #2887 2018-08-23 04:05:04 +03:00
00688_aggregation_retention.sql Updated test #2887 2018-08-23 04:05:04 +03:00
00688_case_without_else.reference Update 00688_case_without_else.reference 2018-08-22 22:23:13 +03:00
00688_case_without_else.sql CLICKHOUSE-3819 add CASE without ELSE 2018-08-22 18:17:40 +03:00
00688_low_cardinality_alter_add_column.reference Added test for low cardinality alter add column. #3066 2018-09-19 14:05:21 +03:00
00688_low_cardinality_alter_add_column.sql Fixed default value index for LowCardinality(Nullable). 2018-09-19 17:42:59 +03:00
00688_low_cardinality_defaults.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00688_low_cardinality_defaults.sql Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00688_low_cardinality_dictionary_deserialization.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00688_low_cardinality_dictionary_deserialization.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00688_low_cardinality_in.reference Added test for low cardinality with in function. #3004 2018-09-20 13:57:52 +03:00
00688_low_cardinality_in.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00688_low_cardinality_nullable_cast.reference Added test with low acrdinality and array functions. #3004 2018-09-20 16:53:29 +03:00
00688_low_cardinality_nullable_cast.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00688_low_cardinality_prewhere.reference Added test for low cardinality with prewhere. #2896 2018-08-22 15:49:12 +03:00
00688_low_cardinality_prewhere.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00688_low_cardinality_serialization.reference Fix low cardinality serialization test reference. 2018-09-19 17:43:12 +03:00
00688_low_cardinality_serialization.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00688_low_cardinality_syntax.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00688_low_cardinality_syntax.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00689_catboost_pool_files.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00689_catboost_pool_files.sh Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
00689_file.txt Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00689_join_table_function.reference ISSUES-2906 support join for table function 2018-08-24 14:45:24 +08:00
00689_join_table_function.sql ISSUES-2906 support join for table function 2018-08-24 14:45:24 +08:00
00690_insert_select_converting_exception_message.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00690_insert_select_converting_exception_message.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00691_array_distinct.reference Fixed arrayDistinct function [#CLICKHOUSE-3928] 2018-08-24 05:54:02 +03:00
00691_array_distinct.sql Fixed arrayDistinct function [#CLICKHOUSE-3928] 2018-08-24 05:54:02 +03:00
00692_if_exception_code.reference Better exception message in case of wrong number of arguments for function "if" [#CLICKHOUSE-3932] 2018-08-24 12:57:42 +03:00
00692_if_exception_code.sql Fixed test #2940 2018-08-24 14:09:20 +03:00
00693_max_block_size_system_tables_columns.reference make is_in_primary_key and etcetera work. add test. 2018-11-19 17:31:16 +03:00
00693_max_block_size_system_tables_columns.sql Added test #2447 2018-08-25 19:26:55 +03:00
00694_max_block_size_zero.reference Added check for max_block_size = 0 #2447 2018-08-25 19:32:44 +03:00
00694_max_block_size_zero.sql Added check for max_block_size = 0 #2447 2018-08-25 19:32:44 +03:00
00695_pretty_max_column_pad_width.reference Added test [#CLICKHOUSE-2] 2018-08-31 02:55:34 +03:00
00695_pretty_max_column_pad_width.sql Added test [#CLICKHOUSE-2] 2018-08-31 02:55:34 +03:00
00696_system_columns_limit.reference Removed wrong code from StorageSystemColumns #2447 2018-09-03 21:04:29 +03:00
00696_system_columns_limit.sql Removed wrong code from StorageSystemColumns #2447 2018-09-03 21:04:29 +03:00
00697_in_subquery_shard.reference Renamed test [#CLICKHOUSE-3888] 2018-09-10 07:12:03 +03:00
00697_in_subquery_shard.sql Renamed test [#CLICKHOUSE-3888] 2018-09-10 07:12:03 +03:00
00698_validate_array_sizes_for_nested_kshvakov.reference Added another test from Kirill Shvakov just in case #2231 2018-10-17 00:34:10 +03:00
00698_validate_array_sizes_for_nested_kshvakov.sql Added another test from Kirill Shvakov just in case #2231 2018-10-17 00:34:10 +03:00
00698_validate_array_sizes_for_nested.reference Validate sizes of arrays - elements of Nested data structures [#CLICKHOUSE-3692] 2018-09-13 00:08:55 +03:00
00698_validate_array_sizes_for_nested.sql Validate sizes of arrays - elements of Nested data structures [#CLICKHOUSE-3692] 2018-09-13 00:08:55 +03:00
00699_materialized_view_mutations.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00699_materialized_view_mutations.sh Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00700_decimal_aggregates.reference Use a single "place" for a default precision constant. 2018-10-18 21:38:45 +03:00
00700_decimal_aggregates.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_arithm.reference intDiv, intDivOrZero for decimal [issue-3221] 2018-09-26 15:12:45 +03:00
00700_decimal_arithm.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_bounds.reference support e-notation for decimal input [issue-3135] 2018-09-17 20:07:38 +03:00
00700_decimal_bounds.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_casts.reference fix decimal to int, int to decimal convertion [issue-3177] 2018-09-25 19:03:50 +03:00
00700_decimal_casts.sql Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
00700_decimal_compare.reference Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
00700_decimal_compare.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_complex_types.reference If for Decimal (basic support) [CLICKHOUSE-3765] 2018-10-10 21:37:54 +03:00
00700_decimal_complex_types.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_defaults.reference Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
00700_decimal_defaults.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_formats.reference support e-notation for decimal input [issue-3135] 2018-09-17 20:07:38 +03:00
00700_decimal_formats.sql add get64() for Decimal32 and Decimal64; remove allow_experimental_decimal_type setting [issue-3282] 2018-10-09 19:50:42 +03:00
00700_decimal_in_keys.reference add special ColumnDecimal instead of ColumnVector<DecimalNN> CLICKHOUSE-3765 2018-08-27 19:16:16 +03:00
00700_decimal_in_keys.sql add get64() for Decimal32 and Decimal64; remove allow_experimental_decimal_type setting [issue-3282] 2018-10-09 19:50:42 +03:00
00700_decimal_math.reference math funcs for decimal (Float64 inside) [CLICKHOUSE-3765] 2018-09-14 17:40:51 +03:00
00700_decimal_math.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_null.reference enable nullable for Decimal [CLICKHOUSE-3765] 2018-09-04 21:51:44 +03:00
00700_decimal_null.sql autodisable logs in negative tests CLICKHOUSE-4228 2018-12-27 16:09:11 +03:00
00700_decimal_round.reference Decimal round functions [CLICKHOUSE-3765] 2018-09-10 16:52:18 +03:00
00700_decimal_round.sql Decimal round functions [CLICKHOUSE-3765] 2018-09-10 16:52:18 +03:00
00701_context_use_after_free.reference Added test #2989 2018-08-29 19:27:29 +03:00
00701_context_use_after_free.sql Added test #2989 2018-08-29 19:27:29 +03:00
00701_join_default_strictness.reference Update 00701_join_default_strictness.reference 2018-08-29 19:48:09 +03:00
00701_join_default_strictness.sql fix join_default_strictness according to new default settings 2018-11-02 14:46:16 +03:00
00701_rollup.reference update syntax and test 2018-08-27 19:43:29 +03:00
00701_rollup.sql update syntax and test 2018-08-27 19:43:29 +03:00
00702_join_on_dups.reference better test for joins with dups (add nulls) 2019-02-01 13:39:30 +03:00
00702_join_on_dups.sql better test for joins with dups (add nulls) 2019-02-01 13:39:30 +03:00
00702_join_with_using_dups.reference fix right & full join with dups (complex join on still affected) 2019-01-31 21:10:16 +03:00
00702_join_with_using_dups.sql fix right & full join with dups (complex join on still affected) 2019-01-31 21:10:16 +03:00
00702_join_with_using.reference JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00702_join_with_using.sql JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00702_where_with_quailified_names.reference update test 2018-08-30 14:48:58 +03:00
00702_where_with_quailified_names.sql Update 00702_where_with_quailified_names.sql 2018-08-30 15:01:34 +03:00
00703_join_crash.reference CLICKHOUSE-3940 Fix crash on join 2018-08-30 18:44:30 +03:00
00703_join_crash.sql add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
00704_arrayCumSumLimited_arrayDifference.reference fix arrayCumSumNonNegative that it does not accumulative negative values 2018-09-18 14:55:14 +03:00
00704_arrayCumSumLimited_arrayDifference.sql fix bug with CumSum and fix style 2018-09-03 13:52:44 +03:00
00704_drop_truncate_memory_table.reference Fixed error with locking in InterpreterDropQuery [#CLICKHOUSE-3959] 2018-09-04 23:56:09 +03:00
00704_drop_truncate_memory_table.sh Fixed error with locking in InterpreterDropQuery [#CLICKHOUSE-3959] 2018-09-04 23:56:09 +03:00
00705_aggregate_states_addition.reference aggregate function states addition 2018-09-06 20:59:23 +03:00
00705_aggregate_states_addition.sql Merge #3035 2018-09-13 06:13:29 +03:00
00705_drop_create_merge_tree.reference Fixed race condition in DROP/CREATE MergeTree tables [#CLICKHOUSE-3939] 2018-09-07 04:39:48 +03:00
00705_drop_create_merge_tree.sh Added comment [#CLICKHOUSE-3939] 2018-09-07 04:49:26 +03:00
00706_iso_week_and_day_of_year.reference Added test [#CLICKHOUSE-3988] 2018-09-17 06:24:39 +03:00
00706_iso_week_and_day_of_year.sql Added test [#CLICKHOUSE-3988] 2018-09-17 06:24:39 +03:00
00707_float_csv_delimiter.reference Added test #3142 2018-09-17 21:22:56 +03:00
00707_float_csv_delimiter.sql Added test #3142 2018-09-17 21:22:56 +03:00
00709_virtual_column_partition_id.reference Update 00709_virtual_column_partition_id.reference 2018-09-10 14:12:29 +03:00
00709_virtual_column_partition_id.sql CLICKHOUSE-3839 add tests 2018-09-10 13:20:21 +03:00
00710_array_enumerate_dense.reference Extending arrayEnumerateUniq. 2018-08-28 15:31:25 +08:00
00710_array_enumerate_dense.sql Extending arrayEnumerateUniq. 2018-08-28 15:31:25 +08:00
00711_array_enumerate_variants.reference Added a test to clearly illustrate the difference between arrayEnumerateUniq and arrayEnumerateDense #2975 2018-08-30 23:43:08 +03:00
00711_array_enumerate_variants.sql Added a test to clearly illustrate the difference between arrayEnumerateUniq and arrayEnumerateDense #2975 2018-08-30 23:43:08 +03:00
00712_nan_comparison.reference NaN comparisons are implementation specific - remove them from tests 2019-03-03 04:17:33 +03:00
00712_nan_comparison.sql NaN comparisons are implementation specific - remove them from tests 2019-03-03 04:17:33 +03:00
00712_prewhere_with_alias_and_virtual_column.reference Added test for prewhere with virtual column. [#CLICKHOUSE-3965] 2018-09-07 11:11:48 +03:00
00712_prewhere_with_alias_and_virtual_column.sql Added test for prewhere with virtual column. [#CLICKHOUSE-3965] 2018-09-07 11:11:48 +03:00
00712_prewhere_with_alias_bug_2.reference Added test. 2018-12-05 19:41:19 +03:00
00712_prewhere_with_alias_bug_2.sql Added test. 2018-12-05 19:41:19 +03:00
00712_prewhere_with_alias_bug.reference Added test. [#CLICKHOUSE-3965] 2018-09-06 12:46:23 +03:00
00712_prewhere_with_alias_bug.sql Added test. [#CLICKHOUSE-3965] 2018-09-06 12:46:23 +03:00
00712_prewhere_with_alias.reference Added test. [#CLICKHOUSE-3944] 2018-09-04 21:38:13 +03:00
00712_prewhere_with_alias.sql Added test. [#CLICKHOUSE-3944] 2018-09-04 21:38:13 +03:00
00712_prewhere_with_final.reference fix prewhere with FINAL for VersionedCollapsingMergeTree [#CLICKHOUSE-3859] 2018-11-13 16:15:12 +03:00
00712_prewhere_with_final.sql fix prewhere with FINAL for VersionedCollapsingMergeTree [#CLICKHOUSE-3859] 2018-11-13 16:15:12 +03:00
00712_prewhere_with_missing_columns_2.reference Added tests. 2018-10-04 21:19:25 +03:00
00712_prewhere_with_missing_columns_2.sql Added tests. 2018-10-04 21:19:25 +03:00
00712_prewhere_with_missing_columns.reference Added test with prewhere and missing column. [#CLICKHOUSE-3975] 2018-09-10 18:52:50 +03:00
00712_prewhere_with_missing_columns.sql Added test with prewhere and missing column. [#CLICKHOUSE-3975] 2018-09-10 18:52:50 +03:00
00712_prewhere_with_sampling_and_alias.reference Added tests. [#CLICKHOUSE-4111] 2018-11-07 13:53:36 +03:00
00712_prewhere_with_sampling_and_alias.sql Added tests. [#CLICKHOUSE-4111] 2018-11-07 13:53:36 +03:00
00712_prewhere_with_sampling.reference Updated test with prewhere sampling. [#CLICKHOUSE-3972] 2018-09-10 13:14:09 +03:00
00712_prewhere_with_sampling.sql Updated test with prewhere sampling. [#CLICKHOUSE-3972] 2018-09-10 13:14:09 +03:00
00713_collapsing_merge_tree.reference add test [#CLICKHOUSE-3963] 2018-09-05 20:24:30 +03:00
00713_collapsing_merge_tree.sql add test [#CLICKHOUSE-3963] 2018-09-05 20:24:30 +03:00
00714_alter_uuid.reference implement CAST Strings to UUID [issue-3061] 2018-09-07 19:38:40 +03:00
00714_alter_uuid.sql Update 00714_alter_uuid.sql 2018-09-08 00:33:26 +03:00
00714_create_temporary_table_with_in_clause.reference ISSUES-2560 fix crash when create temporary with in clause 2018-09-11 19:31:59 +08:00
00714_create_temporary_table_with_in_clause.sql ISSUES-2560 fix crash when create temporary with in clause 2018-09-11 19:31:59 +08:00
00715_bounding_ratio.reference Merging abandoned pull request with "boundingRatio" function #3139 2018-12-20 18:14:32 +03:00
00715_bounding_ratio.sql Merging abandoned pull request with "boundingRatio" function #3139 2018-12-20 18:14:32 +03:00
00715_fetch_merged_or_mutated_part_zookeeper.reference add test for fetches of merged or mutated parts [#CLICKHOUSE-3937] 2018-09-11 19:41:01 +03:00
00715_fetch_merged_or_mutated_part_zookeeper.sql add test for fetches of merged or mutated parts [#CLICKHOUSE-3937] 2018-09-11 19:41:01 +03:00
00715_json_each_row_input_nested.reference Fixed the 00715_json_each_row_input_nested test 2018-09-16 14:42:35 +00:00
00715_json_each_row_input_nested.sh Fixed the 00715_json_each_row_input_nested test 2018-09-16 14:42:35 +00:00
00716_allow_ddl.reference add setting allow_ddl 2018-09-11 21:37:19 +03:00
00716_allow_ddl.sql add setting allow_ddl 2018-09-11 21:37:19 +03:00
00717_default_join_type.reference CLICKHOUSE-3993 add tests 2018-09-17 11:39:26 +03:00
00717_default_join_type.sql CLICKHOUSE-3993 add tests 2018-09-17 11:39:26 +03:00
00717_low_cardinaliry_distributed_group_by.reference Added test. #3615 2018-11-21 21:59:58 +03:00
00717_low_cardinaliry_distributed_group_by.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00717_low_cardinaliry_group_by.reference Fixed test. 2018-09-17 13:53:49 +03:00
00717_low_cardinaliry_group_by.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00717_merge_and_distributed.reference ISSUES-3134 fix merge and distributed engine query stage 2018-09-21 11:19:25 +08:00
00717_merge_and_distributed.sql ISSUES-3134 fix merge and distributed engine query stage 2018-09-21 11:19:25 +08:00
00718_format_datetime.reference Add support for Date, filled documentation 2018-09-18 03:32:24 +03:00
00718_format_datetime.sql Improved performance 1.5..1.8 times #2770 2018-09-19 23:07:46 +03:00
00718_low_cardinaliry_alter.reference Added more tests with low cardinality type. 2018-09-14 21:01:11 +03:00
00718_low_cardinaliry_alter.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00719_format_datetime_rand.reference More tests #3176 2018-09-19 23:36:32 +03:00
00719_format_datetime_rand.sql Fixed test [#CLICKHOUSE-4191] 2018-12-10 18:59:56 +03:00
00719_insert_block_without_column.reference Add test for segfault 2018-09-19 15:18:10 +03:00
00719_insert_block_without_column.sh Strict order of evaluated and added columns 2018-09-20 14:16:15 +03:00
00719_parallel_ddl_db.reference update ddl guard 2018-09-18 21:33:15 +03:00
00719_parallel_ddl_db.sh update tests 2018-09-18 21:41:54 +03:00
00719_parallel_ddl_table.reference update ddl guard 2018-09-18 21:33:15 +03:00
00719_parallel_ddl_table.sh fix test 2018-09-19 15:07:55 +03:00
00720_combinations_of_aggregate_combinators.reference Add test 2018-09-21 17:49:27 +03:00
00720_combinations_of_aggregate_combinators.sql Add test 2018-09-21 17:49:27 +03:00
00720_with_cube.reference fix tests 2018-09-20 19:32:07 +03:00
00720_with_cube.sql Update 00720_with_cube.sql 2018-09-20 20:35:54 +03:00
00721_force_by_identical_result_after_merge_zookeeper.reference add test [#CLICKHOUSE-2837] 2018-09-21 19:45:57 +03:00
00721_force_by_identical_result_after_merge_zookeeper.sql add test [#CLICKHOUSE-2837] 2018-09-21 19:45:57 +03:00
00722_inner_join.reference fix right & full join with dups (complex join on still affected) 2019-01-31 21:10:16 +03:00
00722_inner_join.sql fix right & full join with dups (complex join on still affected) 2019-01-31 21:10:16 +03:00
00723_remerge_sort.reference Added test #3205 2018-09-25 00:02:40 +03:00
00723_remerge_sort.sql Added test #3205 2018-09-25 00:02:40 +03:00
00724_insert_values_datetime_conversion.reference Fix conversion between Date and DateTime when inserting in VALUES format and "input_format_values_interpret_expressions" is true #3226 2018-09-26 22:43:10 +03:00
00724_insert_values_datetime_conversion.sql Fix conversion between Date and DateTime when inserting in VALUES format and "input_format_values_interpret_expressions" is true #3226 2018-09-26 22:43:10 +03:00
00725_comment_columns.reference fix columns order in test references [#CLICKHOUSE-3101] 2019-03-16 17:56:59 +03:00
00725_comment_columns.sql make MergeTree work with comments 2018-11-15 16:12:27 +03:00
00725_ipv4_ipv6_domains.reference IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
00725_ipv4_ipv6_domains.sql IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
00725_join_on_bug_1.reference fix inner and left join with duplicates [issue-4108] 2019-01-29 15:38:53 +03:00
00725_join_on_bug_1.sql fix inner and left join with duplicates [issue-4108] 2019-01-29 15:38:53 +03:00
00725_join_on_bug_2.reference Updated test. 2018-10-05 10:43:58 +03:00
00725_join_on_bug_2.sql JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00725_join_on_bug_3.reference Updated test. 2018-10-05 10:43:58 +03:00
00725_join_on_bug_3.sql Fixed non-deterministic test #3145 2018-10-11 07:40:41 +03:00
00725_join_on_bug_4.reference Updated test. 2018-10-05 10:43:58 +03:00
00725_join_on_bug_4.sql Fixed non-deterministic test #3145 2018-10-11 07:40:41 +03:00
00725_memory_tracking.reference Improved test #3230 2018-10-07 23:47:03 +03:00
00725_memory_tracking.sql Improved test #3230 2018-10-07 23:47:03 +03:00
00725_quantiles_shard.reference Fixed test; tests that require server to listen something other than 127.0.0.1, must be tagged as "shard" in their names [#CLICKHOUSE-2] 2018-09-29 22:50:12 +03:00
00725_quantiles_shard.sql Fixed test; tests that require server to listen something other than 127.0.0.1, must be tagged as "shard" in their names [#CLICKHOUSE-2] 2018-09-29 22:50:12 +03:00
00726_length_aliases.reference Added compatibility aliases for "length" and "lengthUTF8" [#CLICKHOUSE-20] 2018-10-05 22:52:42 +03:00
00726_length_aliases.sql Added compatibility aliases for "length" and "lengthUTF8" [#CLICKHOUSE-20] 2018-10-05 22:52:42 +03:00
00726_materialized_view_concurrent.reference PushingToViewsBlockOutputStream: add tests for parallel processing 2018-10-02 19:06:04 -07:00
00726_materialized_view_concurrent.sql Update 00726_materialized_view_concurrent.sql 2018-10-04 22:40:10 +03:00
00726_modulo_for_date.reference CLICKHOUSE-1791 add modulo for nonIntegral divisor 2018-10-15 16:24:01 +03:00
00726_modulo_for_date.sql Fixed test #3385 2018-10-23 23:23:39 +03:00
00727_concat.reference Make function "concat" case insensitive for compatibility [#CLICKHOUSE-20] 2018-10-05 22:58:01 +03:00
00727_concat.sql Make function "concat" case insensitive for compatibility [#CLICKHOUSE-20] 2018-10-05 22:58:01 +03:00
00728_json_each_row_parsing.reference Added test by Champtar #3223 2018-10-09 21:20:46 +03:00
00728_json_each_row_parsing.sh Added test by Champtar #3223 2018-10-09 21:20:46 +03:00
00729_prewhere_array_join.reference Added check for invalid PREWHERE #3336 2018-10-11 23:52:25 +03:00
00729_prewhere_array_join.sql Added check for invalid PREWHERE #3336 2018-10-11 23:52:25 +03:00
00730_unicode_terminal_format.reference Updated test result #3257 2018-10-09 22:00:00 +03:00
00730_unicode_terminal_format.sql Fixed test (now letter ё is really decomposed) #3257 2018-10-09 21:55:39 +03:00
00731_long_merge_tree_select_opened_files.reference mark some tests as long 2019-03-18 18:40:53 +03:00
00731_long_merge_tree_select_opened_files.sh mark some tests as long 2019-03-18 18:40:53 +03:00
00732_base64_functions.reference Renamed test #3350 2018-12-20 16:23:49 +03:00
00732_base64_functions.sql Renamed test #3350 2018-12-20 16:23:49 +03:00
00732_decimal_summing_merge_tree.reference rename test 2018-10-11 18:12:38 +03:00
00732_decimal_summing_merge_tree.sql rename test 2018-10-11 18:12:38 +03:00
00732_quorum_insert_have_data_before_quorum_zookeeper.reference fix name 2018-10-16 14:38:49 +03:00
00732_quorum_insert_have_data_before_quorum_zookeeper.sql fix name 2018-10-16 14:38:49 +03:00
00732_quorum_insert_lost_part_and_alive_part_zookeeper.reference fix test 2018-10-15 17:55:02 +03:00
00732_quorum_insert_lost_part_and_alive_part_zookeeper.sql fix test 2018-10-15 17:55:02 +03:00
00732_quorum_insert_lost_part_zookeeper.reference ISSUES-2581 add test 2018-10-15 13:31:24 +03:00
00732_quorum_insert_lost_part_zookeeper.sql fix test 2018-10-15 17:55:02 +03:00
00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper.reference ad test 2018-10-18 15:00:36 +03:00
00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper.sql ad test 2018-10-18 15:00:36 +03:00
00732_quorum_insert_simple_test_1_parts_zookeeper.reference fix bug with merge part, wich us inserted with quorum 2018-10-18 17:14:07 +03:00
00732_quorum_insert_simple_test_1_parts_zookeeper.sql fix bug with merge part, wich us inserted with quorum 2018-10-18 17:14:07 +03:00
00732_quorum_insert_simple_test_2_parts_zookeeper.reference fix test 2018-10-15 17:55:02 +03:00
00732_quorum_insert_simple_test_2_parts_zookeeper.sql fix test 2018-10-15 17:55:02 +03:00
00733_if_datetime.reference Added test #3342 2018-10-12 03:18:36 +03:00
00733_if_datetime.sql Added test #3342 2018-10-12 03:18:36 +03:00
00734_timeslot.reference timeSlots: add optional parameter 'Size' 2018-12-01 10:01:20 +02:00
00734_timeslot.sql Fixed errors and improved PR #3724 2018-12-02 03:47:34 +03:00
00735_conditional.reference Updated test 2019-02-03 11:43:00 +03:00
00735_conditional.sql Updated test 2019-02-03 11:43:00 +03:00
00735_or_expr_optimize_bug.reference Add test for issue #3269 2018-10-12 18:34:37 +08:00
00735_or_expr_optimize_bug.sql Add test for issue #3269 2018-10-12 18:34:37 +08:00
00736_disjunction_optimisation.reference add test for OR optimisation [issue-3339] 2018-10-12 19:16:27 +03:00
00736_disjunction_optimisation.sql add test for OR optimisation [issue-3339] 2018-10-12 19:16:27 +03:00
00737_decimal_group_by.reference fix for Decimal128 group by [issue-3378] 2018-10-15 22:14:08 +03:00
00737_decimal_group_by.sql fix for Decimal128 group by [issue-3378] 2018-10-15 22:14:08 +03:00
00738_lock_for_inner_table.reference add lock for .inner. table 2018-10-17 17:08:52 +03:00
00738_lock_for_inner_table.sh fix test 2018-10-17 19:56:00 +03:00
00738_nested_merge_multidimensional_array.reference Added test [#CLICKHOUSE-3901] 2018-10-17 00:27:07 +03:00
00738_nested_merge_multidimensional_array.sql Added test [#CLICKHOUSE-3901] 2018-10-17 00:27:07 +03:00
00739_array_element_nullable_string_mattrobenolt.reference Added a test from Matt Robenolt #2662 2018-10-17 00:46:42 +03:00
00739_array_element_nullable_string_mattrobenolt.sql Added a test from Matt Robenolt #2662 2018-10-17 00:46:42 +03:00
00740_database_in_nested_view.reference ISSUES-2312 fix nested view & joined view without database 2018-10-17 14:35:16 +08:00
00740_database_in_nested_view.sql JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00740_optimize_predicate_expression.reference Updated test [#CLICKHOUSE-3] 2018-10-17 09:02:48 +03:00
00740_optimize_predicate_expression.sql Updated test [#CLICKHOUSE-3] 2018-10-17 09:02:48 +03:00
00741_client_comment_multiline.reference Added a test just in case #880 2018-10-17 07:25:36 +03:00
00741_client_comment_multiline.sql Added a test just in case #880 2018-10-17 07:25:36 +03:00
00742_require_join_strictness.reference Added a test for old issue #1119 2018-10-17 07:45:27 +03:00
00742_require_join_strictness.sql Added a test for old issue #1119 2018-10-17 07:45:27 +03:00
00743_limit_by_not_found_column.reference Added more test cases #1164 2018-10-17 08:24:32 +03:00
00743_limit_by_not_found_column.sql Added more test cases #1164 2018-10-17 08:24:32 +03:00
00744_join_not_found_column.reference Added test for old issue #1788 2018-10-17 08:50:40 +03:00
00744_join_not_found_column.sql Added test for old issue #1788 2018-10-17 08:50:40 +03:00
00745_compile_scalar_subquery.reference Add global counter to subqueries 2018-10-20 00:03:45 +03:00
00745_compile_scalar_subquery.sql Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
00746_compile_non_deterministic_function.reference Don't unfold non deterministic expressions 2018-10-24 14:31:23 +03:00
00746_compile_non_deterministic_function.sql Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
00746_hashing_tuples.reference Add gccHash function 2019-01-08 13:12:52 +08:00
00746_hashing_tuples.sql rename to gccMurmurHash 2019-01-09 10:03:50 +08:00
00746_sql_fuzzy.pl CLICKHOUSE-4179 : arrayEnumerateDenseRanked arrayEnumerateUniqRanked (#4475) 2019-02-28 01:18:58 +03:00
00746_sql_fuzzy.reference Build fixes (#3466) 2018-10-25 18:23:41 +03:00
00746_sql_fuzzy.sh Build fixes (#3466) 2018-10-25 18:23:41 +03:00
00747_contributors.reference CLICKHOUSE-4085 system.contributors (#3452) 2018-10-26 20:43:50 +03:00
00747_contributors.sql StorageSystemContributors clean (#3524) 2018-11-01 21:01:10 +03:00
00748_insert_array_with_null.reference Better code for check on null values inside array IN expression 2018-10-31 12:17:47 +03:00
00748_insert_array_with_null.sql Return client error code to 53 2018-11-02 14:54:24 +03:00
00749_inner_join_of_unnamed_subqueries.reference CLICKHOUSE-4096: Fix nested unaliased joins segfault 2018-11-01 14:23:23 +03:00
00749_inner_join_of_unnamed_subqueries.sql CLICKHOUSE-4096: Fix nested unaliased joins segfault 2018-11-01 14:23:23 +03:00
00750_merge_tree_merge_with_o_direct.reference Add test with O_DIRECT merge 2018-10-31 14:45:53 +03:00
00750_merge_tree_merge_with_o_direct.sql Strict order in select 2018-10-31 15:49:50 +03:00
00751_default_databasename_for_view.reference add examples that require rewrite of SELECT expr list to test [#CLICKHOUSE-3145] 2018-12-06 21:55:28 +03:00
00751_default_databasename_for_view.sql add examples that require rewrite of SELECT expr list to test [#CLICKHOUSE-3145] 2018-12-06 21:55:28 +03:00
00751_hashing_ints.reference Added test #3519 2018-11-01 18:50:30 +03:00
00751_hashing_ints.sql Added test #3519 2018-11-01 18:50:30 +03:00
00751_low_cardinality_nullable_group_by.reference Added test with group by LowCardinality(Nullable) #3227 #3256 #3212 2018-11-01 17:57:55 +03:00
00751_low_cardinality_nullable_group_by.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00752_low_cardinality_array_result.reference Added test. 2018-11-23 20:00:45 +03:00
00752_low_cardinality_array_result.sql Added test. 2018-11-23 20:00:45 +03:00
00752_low_cardinality_lambda_argument.reference Added test 2018-11-22 18:57:38 +03:00
00752_low_cardinality_lambda_argument.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00752_low_cardinality_left_array_join.reference Added test for left array join with low cardinality. 2018-11-23 17:19:16 +03:00
00752_low_cardinality_left_array_join.sql Added test for left array join with low cardinality. 2018-11-23 17:19:16 +03:00
00752_low_cardinality_mv_1.reference Added tests with LowCardinality and mv. #3288 2018-11-01 20:24:10 +03:00
00752_low_cardinality_mv_1.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00752_low_cardinality_mv_2.reference Added tests with LowCardinality and mv. #3288 2018-11-01 20:24:10 +03:00
00752_low_cardinality_mv_2.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00752_low_cardinality_permute.reference Added test for LowCardinality order by. 2018-11-27 21:09:37 +03:00
00752_low_cardinality_permute.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00753_alter_attach.reference Added a test for ATTACHing parts before ALTER (just in case) [#CLICKHOUSE-3] 2018-11-13 20:18:38 +03:00
00753_alter_attach.sql Added a test for ATTACHing parts before ALTER (just in case) [#CLICKHOUSE-3] 2018-11-13 20:18:38 +03:00
00753_alter_destination_for_storage_buffer.reference CLICKHOUSE-4127: Convert destination table's data when reading from 2018-11-27 03:43:58 +03:00
00753_alter_destination_for_storage_buffer.sql CLICKHOUSE-4127: Convert destination table's data when reading from 2018-11-27 03:43:58 +03:00
00753_comment_columns_zookeeper.reference Comment without default 2019-02-27 20:01:59 +03:00
00753_comment_columns_zookeeper.sql Comment without default 2019-02-27 20:01:59 +03:00
00753_quantile_format.reference Adapted test #4506 2019-03-01 17:54:49 +03:00
00753_quantile_format.sql Adapted test #4506 2019-03-01 17:54:49 +03:00
00753_system_columns_and_system_tables.reference adapt code of #3609 [#CLICKHOUSE-3859] 2018-11-27 20:07:10 +03:00
00753_system_columns_and_system_tables.sql adapt code of #3609 [#CLICKHOUSE-3859] 2018-11-27 20:07:10 +03:00
00753_with_with_single_alias.reference Added test. #2465 2018-11-12 21:28:38 +03:00
00753_with_with_single_alias.sql Added test. #2465 2018-11-12 21:28:38 +03:00
00754_alter_modify_order_by_replicated_zookeeper.reference don't overwrite table metadata file in case of offline ALTER after ATTACH [#CLIKCHOUSE-3859] 2018-11-28 19:05:29 +03:00
00754_alter_modify_order_by_replicated_zookeeper.sql don't overwrite table metadata file in case of offline ALTER after ATTACH [#CLIKCHOUSE-3859] 2018-11-28 19:05:29 +03:00
00754_alter_modify_order_by.reference add tests [#CLICKHOUSE-3859] 2018-11-15 22:34:50 +03:00
00754_alter_modify_order_by.sql add tests [#CLICKHOUSE-3859] 2018-11-15 22:34:50 +03:00
00754_distributed_optimize_skip_select_on_unused_shards.reference Another minor refactoring. 2018-12-19 15:38:13 +03:00
00754_distributed_optimize_skip_select_on_unused_shards.sh Renamed setting #3851 2018-12-20 20:48:11 +03:00
00754_first_significant_subdomain_more.reference Added a test #3601 2018-11-21 03:22:23 +03:00
00754_first_significant_subdomain_more.sql Added a test #3601 2018-11-21 03:22:23 +03:00
00755_avg_value_size_hint_passing.reference Fixed error; added test #3589 2018-11-21 06:09:56 +03:00
00755_avg_value_size_hint_passing.sql Fixed error; added test #3589 2018-11-21 06:09:56 +03:00
00756_power_alias.reference Added "POWER" alias to "pow" function; made some math functions case insensitive for compatibility #3638 2018-11-24 00:14:28 +03:00
00756_power_alias.sql Added "POWER" alias to "pow" function; made some math functions case insensitive for compatibility #3638 2018-11-24 00:14:28 +03:00
00757_enum_defaults.reference Added a test just in case #3584 2018-11-24 02:10:38 +03:00
00757_enum_defaults.sql Added a test just in case #3584 2018-11-24 02:10:38 +03:00
00758_array_reverse.reference Fixed bad code; added generic implementation for "arrayReverse" function; added test [#CLICKHOUSE-3] 2018-11-24 06:14:54 +03:00
00758_array_reverse.sql Replace function mysql with function file 2018-11-26 18:18:45 +03:00
00759_kodieg.reference Added a test from Kodieg #2680 2018-11-24 06:20:05 +03:00
00759_kodieg.sql Added a test from Kodieg #2680 2018-11-24 06:20:05 +03:00
00760_insert_json_with_defaults.reference test for insert_json_with_defaults + Nested 2019-03-22 18:39:01 +03:00
00760_insert_json_with_defaults.sql rename insert_sample_with_metadata setting 2019-03-22 19:15:44 +03:00
00760_url_functions_overflow.reference Fixed error in URL functions [#CLICKHOUSE-2] 2018-11-25 03:31:24 +03:00
00760_url_functions_overflow.sql Fixed error in URL functions [#CLICKHOUSE-2] 2018-11-25 03:31:24 +03:00
00761_lower_utf8_bug.reference Fixed error in lowerUTF8 and upperUTF8 functions [#CLICKHOUSE-2] 2018-11-26 01:26:36 +03:00
00761_lower_utf8_bug.sql Fixed error in lowerUTF8 and upperUTF8 functions [#CLICKHOUSE-2] 2018-11-26 01:26:36 +03:00
00762_date_comparsion.reference Updated test with Date and numbers comparsion. 2018-11-28 16:20:55 +03:00
00762_date_comparsion.sql Updated test with Date and numbers comparsion. 2018-11-28 16:20:55 +03:00
00763_create_query_as_table_engine_bug.reference Added test. 2018-11-28 20:13:38 +03:00
00763_create_query_as_table_engine_bug.sql Fix tests. 2018-11-29 11:19:14 +03:00
00763_lock_buffer.reference Added test #3694 2018-11-28 22:12:19 +03:00
00763_lock_buffer.sh Fixed test (added normal case that was missed) [#CLICKHOUSE-2] 2018-12-07 23:13:44 +03:00
00763_long_lock_buffer_alter_destination_table.reference mark some tests as long 2019-03-18 18:40:53 +03:00
00763_long_lock_buffer_alter_destination_table.sh mark some tests as long 2019-03-18 18:40:53 +03:00
00764_max_query_size_allocation.reference Added test [#CLICKHOUSE-4169] 2018-11-30 18:41:24 +03:00
00764_max_query_size_allocation.sh Added test [#CLICKHOUSE-4169] 2018-11-30 18:41:24 +03:00
00765_sql_compatibility_aliases.reference Support MySQL-style syntax for DATE_ADD and similar functions 2018-12-20 11:22:24 +03:00
00765_sql_compatibility_aliases.sql Support MySQL-style syntax for DATE_ADD and similar functions 2018-12-20 11:22:24 +03:00
00779_all_right_join_max_block_size.reference NonJoinedStream[ALL] bypasses max_block_size 2018-11-30 22:59:17 +08:00
00779_all_right_join_max_block_size.sql NonJoinedStream[ALL] bypasses max_block_size 2018-11-30 22:59:17 +08:00
00780_unaligned_array_join.reference Support unaligned array join 2018-12-12 22:08:28 +08:00
00780_unaligned_array_join.sql Support unaligned array join 2018-12-12 22:08:28 +08:00
00799_function_dry_run.reference Function execution with dry runs 2018-12-02 19:02:04 +08:00
00799_function_dry_run.sql Function execution with dry runs 2018-12-02 19:02:04 +08:00
00800_function_java_hash.reference add test function 2018-12-11 18:29:59 +08:00
00800_function_java_hash.sql Fixed test #3811 2018-12-19 18:27:57 +03:00
00800_low_cardinality_array_group_by_arg.reference Added tests. Restored recursiveRemoveLowCardinality interface. 2019-01-29 18:44:02 +03:00
00800_low_cardinality_array_group_by_arg.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00800_low_cardinality_distinct_numeric.reference Fix distinct by single LowCardinality numeric column. 2019-01-09 17:47:51 +03:00
00800_low_cardinality_distinct_numeric.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00800_low_cardinality_distributed_insert.reference Add test and code comment. 2018-12-03 21:11:26 +08:00
00800_low_cardinality_distributed_insert.sql Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
00800_low_cardinality_empty_array.reference Fix LowCardinality empty array serialization. #3907 2019-01-09 15:16:03 +03:00
00800_low_cardinality_empty_array.sql Fix LowCardinality empty array serialization. #3907 2019-01-09 15:16:03 +03:00
00800_low_cardinality_join.reference JOIN with USING: do not duplicate columns 2019-01-24 17:22:58 +03:00
00800_low_cardinality_join.sql Added test with low cardinality join. 2018-12-10 14:21:29 +03:00
00800_versatile_storage_join.reference Better joinGet. 2019-01-25 23:38:13 +08:00
00800_versatile_storage_join.sql Better joinGet. 2019-01-25 23:38:13 +08:00
00801_daylight_saving_time_hour_underflow.reference Fixed global variable buffer read overflow [#CLICKHOUSE-4191] 2018-12-10 21:19:37 +03:00
00801_daylight_saving_time_hour_underflow.sql Fixed global variable buffer read overflow [#CLICKHOUSE-4191] 2018-12-10 21:19:37 +03:00
00802_daylight_saving_time_shift_backwards_at_midnight.reference Added test #3220 2018-12-12 16:29:58 +03:00
00802_daylight_saving_time_shift_backwards_at_midnight.sql Update 00802_daylight_saving_time_shift_backwards_at_midnight.sql 2018-12-12 22:04:24 +03:00
00802_system_parts_with_datetime_partition.reference Better management of DateTime partitionning yandex#3786 2018-12-13 07:08:56 +01:00
00802_system_parts_with_datetime_partition.sql Better management of DateTime partitionning yandex#3786 2018-12-12 21:36:13 +01:00
00803_odbc_driver_2_format.reference Better code; added a test #3835 2018-12-14 23:21:47 +03:00
00803_odbc_driver_2_format.sql Better code; added a test #3835 2018-12-14 23:21:47 +03:00
00803_xxhash.reference Adding xxHash64 and xxHash32 functions 2018-12-21 18:53:16 +01:00
00803_xxhash.sql Adding xxHash64 and xxHash32 functions 2018-12-21 18:53:16 +01:00
00804_rollup_with_having.reference Removed test case that reproduces a bug 2019-01-16 03:19:47 +03:00
00804_rollup_with_having.sql Fixed bad test #3837 2019-01-16 03:20:44 +03:00
00804_test_alter_compression_codecs.reference Use information about type in Delta codec to choose correct delta size if possible 2019-01-15 17:20:34 +03:00
00804_test_alter_compression_codecs.sql Add test codec don't changes 2019-01-14 19:00:56 +03:00
00804_test_custom_compression_codecs.reference Fix compression level detection when network_compression_method in lowercase (#4706) 2019-03-18 17:59:07 +03:00
00804_test_custom_compression_codecs.sql Fix compression level detection when network_compression_method in lowercase (#4706) 2019-03-18 17:59:07 +03:00
00804_test_custom_compression_codes_log_storages.reference Add ability to choose codecs for storage log and tiny log 2019-01-21 17:00:06 +03:00
00804_test_custom_compression_codes_log_storages.sql Add ability to choose codecs for storage log and tiny log 2019-01-21 17:00:06 +03:00
00804_test_delta_codec_compression.reference Add data comparison 2019-01-15 19:34:43 +03:00
00804_test_delta_codec_compression.sql Add data comparison 2019-01-15 19:34:43 +03:00
00805_round_down.reference Full support for Decimal #3721 2018-12-19 05:43:09 +03:00
00805_round_down.sql Full support for Decimal #3721 2018-12-19 05:43:09 +03:00
00806_alter_update.reference Add test. 2018-12-19 17:36:55 +03:00
00806_alter_update.sql Add test. 2018-12-19 17:36:55 +03:00
00807_regexp_quote_meta.reference Added missing test #3826 2018-12-20 22:13:12 +03:00
00807_regexp_quote_meta.sql Added missing test #3826 2018-12-20 22:13:12 +03:00
00808_array_enumerate_segfault.reference Added test #3909 2018-12-22 19:19:16 +03:00
00808_array_enumerate_segfault.sql Fixed test #3909 2018-12-23 04:48:09 +03:00
00808_not_optimize_predicate.reference ISSUES-4389 fix lambda function with predicate optimizer 2019-02-15 17:04:02 +08:00
00808_not_optimize_predicate.sql ISSUES-4389 fix lambda function with predicate optimizer 2019-02-15 17:04:02 +08:00
00809_add_days_segfault.reference Updated test #3913 2018-12-24 01:16:04 +03:00
00809_add_days_segfault.sql Updated test #3913 2018-12-24 01:16:04 +03:00
00810_in_operators_segfault.reference Added a test for already fixed bug [#CLICKHOUSE-2] 2018-12-24 01:22:55 +03:00
00810_in_operators_segfault.sql Added a test for already fixed bug [#CLICKHOUSE-2] 2018-12-24 01:22:55 +03:00
00811_garbage.reference Fixed overflow in rounding functions with integer argument and large negative scale [#CLICKHOUSE-2] 2018-12-24 02:12:30 +03:00
00811_garbage.sql Fixed overflow in rounding functions with integer argument and large negative scale [#CLICKHOUSE-2] 2018-12-24 02:12:30 +03:00
00812_prewhere_alias_array.reference Added test for already fixed bug [#CLICKHOUSE-2] 2018-12-24 01:39:49 +03:00
00812_prewhere_alias_array.sql Added test for already fixed bug [#CLICKHOUSE-2] 2018-12-24 01:39:49 +03:00
00813_parse_date_time_best_effort_more.reference Added more formats to "parseDateTimeBestEffort" function [#CLICKHOUSE-2] 2018-12-24 21:31:43 +03:00
00813_parse_date_time_best_effort_more.sql Added more formats to "parseDateTimeBestEffort" function [#CLICKHOUSE-2] 2018-12-24 21:31:43 +03:00
00814_parsing_ub.reference Added a test #3569 2018-12-26 03:18:11 +03:00
00814_parsing_ub.sql Added a test #3569 2018-12-26 03:18:11 +03:00
00814_replicated_minimalistic_part_header_zookeeper.reference add test for minimalistic part header [#CLICKHOUSE-4024] 2018-12-29 17:11:17 +03:00
00814_replicated_minimalistic_part_header_zookeeper.sql Fixed test #3960 2019-01-20 03:10:49 +03:00
00815_left_join_on_stepanel.reference Added a test just in case [#CLICKHOUSE-3995] 2018-12-28 21:37:23 +03:00
00815_left_join_on_stepanel.sql Added a test just in case [#CLICKHOUSE-3995] 2018-12-28 21:37:23 +03:00
00816_join_column_names_sarg.reference Added a test #3286 2018-12-30 06:14:16 +03:00
00816_join_column_names_sarg.sql Added a test #3286 2018-12-30 06:14:16 +03:00
00816_long_concurrent_alter_column.reference mark some tests as long 2019-03-18 18:40:53 +03:00
00816_long_concurrent_alter_column.sh mark some tests as long 2019-03-18 18:40:53 +03:00
00817_with_simple.reference Added a test [#CLICKHOUSE-3625] 2018-12-30 06:19:50 +03:00
00817_with_simple.sql Added a test [#CLICKHOUSE-3625] 2018-12-30 06:19:50 +03:00
00818_alias_bug_4110.reference add test for issue-3290 2019-02-11 22:39:11 +03:00
00818_alias_bug_4110.sql add test for issue-3290 2019-02-11 22:39:11 +03:00
00818_inner_join_bug_3567.reference test for issue #3567 2019-02-01 15:50:51 +03:00
00818_inner_join_bug_3567.sql test for issue #3567 2019-02-01 15:50:51 +03:00
00818_join_bug_4271.reference hotfix for duplicates in JOIN ON #4271 2019-02-05 19:58:57 +03:00
00818_join_bug_4271.sql hotfix for duplicates in JOIN ON #4271 2019-02-05 19:58:57 +03:00
00819_ast_refactoring_bugs.reference one more test 2019-01-25 16:15:29 +03:00
00819_ast_refactoring_bugs.sql Tests: dont use table test.visits 2019-03-14 21:04:55 +03:00
00819_full_join_wrong_columns_in_block.reference fix full/right join different number of columns 2019-02-12 15:11:45 +03:00
00819_full_join_wrong_columns_in_block.sql fix full/right join different number of columns 2019-02-12 15:11:45 +03:00
00820_multiple_joins.reference some multiple join fixes 2019-03-05 15:34:48 +03:00
00820_multiple_joins.sql some multiple join fixes 2019-03-05 15:34:48 +03:00
00821_distributed_storage_with_join_on.reference ISSUES-3710 fix alias is missing when distributed & join on 2019-01-03 15:33:03 +08:00
00821_distributed_storage_with_join_on.sql ISSUES-3710 fix alias is missing when distributed & join on 2019-01-03 15:33:03 +08:00
00822_array_insert_default.reference Added test for #3920 2019-01-08 18:27:58 +03:00
00822_array_insert_default.sql Added test for #3920 2019-01-08 18:27:58 +03:00
00823_capnproto_input.reference Added test for capnproto 2019-01-17 10:40:18 +01:00
00823_capnproto_input.sh Reading the test #4063 2019-01-17 18:30:44 +03:00
00823_sequence_match_dfa.reference Added a test #4004 2019-01-16 22:24:21 +03:00
00823_sequence_match_dfa.sql Added a test #4004 2019-01-16 22:24:21 +03:00
00824_filesystem.reference Added a test #4097 2019-01-19 01:15:58 +03:00
00824_filesystem.sql Added a test #4097 2019-01-19 01:15:58 +03:00
00825_http_header_query_id.reference Added Query-Id to http response header 2019-02-02 15:24:26 +03:00
00825_http_header_query_id.sh Added Query-Id to http response header 2019-02-02 15:24:26 +03:00
00825_protobuf_format_input.insh Improve test: check input/output with protobuf schema containing nested messages. 2019-02-27 14:37:17 +03:00
00825_protobuf_format_input.reference Improve test: check input/output with protobuf schema containing nested messages. 2019-02-27 14:37:17 +03:00
00825_protobuf_format_input.sh Improve test: check input/output with protobuf schema containing nested messages. 2019-02-27 14:37:17 +03:00
00825_protobuf_format_output.reference Improve test: check input/output with protobuf schema containing nested messages. 2019-02-27 14:37:17 +03:00
00825_protobuf_format_output.sh Improve test: check input/output with protobuf schema containing nested messages. 2019-02-27 14:37:17 +03:00
00825_protobuf_format_syntax2.proto Improve test: check input/output with protobuf schema containing nested messages. 2019-02-27 14:37:17 +03:00
00825_protobuf_format.proto Improve test: check input/output with protobuf schema containing nested messages. 2019-02-27 14:37:17 +03:00
00826_cross_to_inner_join.reference fix tests 2019-03-12 16:17:17 +03:00
00826_cross_to_inner_join.sql move JOIn convertions to InterpreterSelectQuery 2019-03-11 15:20:55 +03:00
00829_bitmap_function.reference add bitmap state test sql 2019-02-22 16:14:35 +08:00
00829_bitmap_function.sql add bitmap state test sql 2019-02-22 16:14:35 +08:00
00830_join_overwrite.reference Add join_overwrite settings for StorageJoin. 2019-01-07 01:23:26 +08:00
00830_join_overwrite.sql Renamed setting and variables #3973 2019-01-24 20:12:05 +03:00
00831_quantile_weighted_parameter_check.reference Added test 2019-01-24 21:36:45 +03:00
00831_quantile_weighted_parameter_check.sql Added test 2019-01-24 21:36:45 +03:00
00832_storage_file_lock.reference Added a test #2150 2019-01-27 03:40:54 +03:00
00832_storage_file_lock.sql Update 00832_storage_file_lock.sql 2019-01-27 03:43:16 +03:00
00833_sleep_overflow.reference Fixed possible overflow in function "sleep" (found by fuzz test with UBSan) #4166 2019-01-29 13:42:45 +03:00
00833_sleep_overflow.sql Fixed possible overflow in function "sleep" (found by fuzz test with UBSan) #4166 2019-01-29 13:42:45 +03:00
00834_cancel_http_readonly_queries_on_client_close.reference Add test for cancel_http_readonly_queries_on_client_close setting 2019-02-04 13:10:23 +00:00
00834_cancel_http_readonly_queries_on_client_close.sh Fixed race condition in test #4213 2019-02-05 00:38:23 +03:00
00834_date_datetime_cmp.reference empty line on the end of file for tests 2019-02-02 07:20:10 -08:00
00834_date_datetime_cmp.sql test sql syntax fix 2019-02-02 09:00:29 -08:00
00834_dont_allow_to_set_two_configuration_files_in_client.reference add tests 2019-02-02 18:32:21 +03:00
00834_dont_allow_to_set_two_configuration_files_in_client.sh Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
00834_hints_for_type_function_typos.reference test for typos 2019-02-02 19:09:24 +03:00
00834_hints_for_type_function_typos.sh Renamings, fixes to search algorithms, more tests 2019-03-24 01:49:38 +03:00
00834_kill_mutation_replicated_zookeeper.reference more resilient tests [#CLICKHOUSE-3912] 2019-02-06 19:05:49 +03:00
00834_kill_mutation_replicated_zookeeper.sh more resilient tests [#CLICKHOUSE-3912] 2019-02-06 19:05:49 +03:00
00834_kill_mutation.reference more resilient tests [#CLICKHOUSE-3912] 2019-02-06 19:05:49 +03:00
00834_kill_mutation.sh more resilient tests [#CLICKHOUSE-3912] 2019-02-06 19:05:49 +03:00
00834_limit_with_constant_expressions.reference Updated test #4246 2019-02-10 19:55:12 +03:00
00834_limit_with_constant_expressions.sql Removed support for constant expressions in TOP because they cannot work 2019-02-10 21:19:26 +03:00
00834_not_between.reference Added a test for operator priority #4228 2019-02-10 23:18:11 +03:00
00834_not_between.sql Added a test for operator priority #4228 2019-02-10 23:18:11 +03:00
00835_if_generic_case.reference Added a test 2019-02-03 11:49:49 +03:00
00835_if_generic_case.sql Added a test 2019-02-03 11:49:49 +03:00
00836_indices_alter_replicated_zookeeper.reference moved tests 2019-02-06 12:12:47 +03:00
00836_indices_alter_replicated_zookeeper.sql setting 2019-02-12 20:54:52 +03:00
00836_indices_alter.reference moved tests 2019-02-06 12:12:47 +03:00
00836_indices_alter.sql setting 2019-02-12 20:54:52 +03:00
00836_numbers_table_function_zero.reference Fixed table function numbers with zero argument #4276 2019-02-05 20:05:33 +03:00
00836_numbers_table_function_zero.sql Fixed table function numbers with zero argument #4276 2019-02-05 20:05:33 +03:00
00837_insert_select_and_read_prefix.reference Fixed wrong behaviour of -WithNames formats when doing INSERT SELECT ... FROM file #3469 2019-02-07 00:40:49 +03:00
00837_insert_select_and_read_prefix.sql Fixed wrong behaviour of -WithNames formats when doing INSERT SELECT ... FROM file #3469 2019-02-07 00:40:49 +03:00
00837_minmax_index_replicated_zookeeper.reference fixed minmax tests 2019-02-06 13:11:49 +03:00
00837_minmax_index_replicated_zookeeper.sql setting 2019-02-12 20:54:52 +03:00
00837_minmax_index.reference upd minmax test 2019-02-08 00:11:22 +03:00
00837_minmax_index.sh setting 2019-02-12 20:54:52 +03:00
00838_system_tables_drop_table_race.reference Fixed error in system.tables #3982 2019-02-08 17:10:26 +03:00
00838_system_tables_drop_table_race.sh Lowered number of iterations in test 2019-02-08 17:30:53 +03:00
00838_unique_index.reference :fix set test 2019-02-07 23:43:03 +03:00
00838_unique_index.sh set exactly one arg 2019-02-13 22:26:24 +03:00
00839_bitmask_negative.reference Fixed error found by UBSan; added a test for bitmask functions for negative input 2019-02-09 22:44:27 +03:00
00839_bitmask_negative.sql Fixed error found by UBSan; added a test for bitmask functions for negative input 2019-02-09 22:44:27 +03:00
00840_long_concurrent_select_and_drop_deadlock.reference mark some tests as long 2019-03-18 18:40:53 +03:00
00840_long_concurrent_select_and_drop_deadlock.sh mark some tests as long 2019-03-18 18:40:53 +03:00
00840_top_k_weighted.reference Added a test #4245 2019-02-11 00:29:34 +03:00
00840_top_k_weighted.sql Added a test #4245 2019-02-11 00:29:34 +03:00
00841_temporary_table_database.reference Added a test 2019-02-11 17:55:24 +03:00
00841_temporary_table_database.sql Added a test 2019-02-11 17:55:24 +03:00
00842_array_with_constant_overflow.reference Fixed fuzz test #4322 2019-02-11 20:26:35 +03:00
00842_array_with_constant_overflow.sql Fixed fuzz test #4322 2019-02-11 20:26:35 +03:00
00843_optimize_predicate_and_rename_table.reference Added a test for already fixed issue [#CLICKHOUSE-4260] 2019-02-12 22:23:22 +03:00
00843_optimize_predicate_and_rename_table.sql Updated test 2019-02-13 02:53:36 +03:00
00844_join_lightee2.reference Added a test #3170 2019-02-13 03:11:49 +03:00
00844_join_lightee2.sql Added a test #3170 2019-02-13 03:11:49 +03:00
00845_join_on_aliases.reference join on allow aliases for right table columns 2019-02-15 18:47:39 +03:00
00845_join_on_aliases.sql join on allow aliases for right table columns 2019-02-15 18:47:39 +03:00
00846_join_using_tuple_crash.reference fix crach on JOIN with array or tuple 2019-03-01 18:32:32 +03:00
00846_join_using_tuple_crash.sql fix crach on JOIN with array or tuple 2019-03-01 18:32:32 +03:00
00847_multiple_join_same_column.reference some multiple join fixes 2019-03-05 15:34:48 +03:00
00847_multiple_join_same_column.sql some multiple join fixes 2019-03-05 15:34:48 +03:00
00849_multiple_comma_join.reference multiple COMMA/CROSS JOIN 2019-03-12 14:06:54 +03:00
00849_multiple_comma_join.sql multiple COMMA/CROSS JOIN 2019-03-12 14:06:54 +03:00
00850_global_join_dups.reference fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
00850_global_join_dups.sql fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
00851_http_insert_json_defaults.reference add test for json defaults over http 2019-03-22 17:24:28 +03:00
00851_http_insert_json_defaults.sh rename insert_sample_with_metadata setting 2019-03-22 19:15:44 +03:00
00897_flatten.reference Added test 2019-03-01 23:16:42 +03:00
00897_flatten.sql Added test 2019-03-01 23:16:42 +03:00
00898_parsing_bad_diagnostic_message.reference Added a test 2019-02-22 20:16:11 +03:00
00898_parsing_bad_diagnostic_message.sh Added a test 2019-02-22 20:16:11 +03:00
00898_quantile_timing_parameter_check.reference Fixed fuzz test in UBSan 2019-02-25 21:03:52 +03:00
00898_quantile_timing_parameter_check.sql Fixed fuzz test in UBSan 2019-02-25 21:03:52 +03:00
00899_long_attach_memory_limit.reference mark some tests as long 2019-03-18 18:40:53 +03:00
00899_long_attach_memory_limit.sql mark some tests as long 2019-03-18 18:40:53 +03:00
00900_entropy_shard.reference Added a test for entropy aggregate function ser/de 2019-02-09 23:31:58 +03:00
00900_entropy_shard.sql Added a test for entropy aggregate function ser/de 2019-02-09 23:31:58 +03:00
00900_parquet_create_table_columns.pl Parquet hotfixes (#4458) 2019-02-20 18:21:23 +03:00
00900_parquet_decimal.reference Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
00900_parquet_decimal.sh Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
00900_parquet_load.reference Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
00900_parquet_load.sh Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
00900_parquet.reference Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
00900_parquet.sh Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
00901_joint_entropy.reference Renamed test 2019-02-09 23:44:18 +03:00
00901_joint_entropy.sql Renamed test 2019-02-09 23:44:18 +03:00
00902_entropy.reference Aggregate function for entropy 2019-02-02 17:27:43 +03:00
00902_entropy.sql Aggregate function for entropy 2019-02-02 17:27:43 +03:00
00903_array_with_constant_function.reference Fixed test #4309 2019-02-10 00:14:50 +03:00
00903_array_with_constant_function.sql arrayWithConstant function implementation; 2019-02-08 02:24:07 +03:00
00904_array_with_constant_2.reference Added a test 2019-02-10 00:18:33 +03:00
00904_array_with_constant_2.sql Added a test 2019-02-10 00:18:33 +03:00
00905_compile_expressions_compare_big_dates.reference Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
00905_compile_expressions_compare_big_dates.sql Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
00905_field_with_aggregate_function_state.reference Added test. 2019-02-11 18:46:19 +03:00
00905_field_with_aggregate_function_state.sql Added test. 2019-02-11 18:46:19 +03:00
00906_low_cardinality_cache.reference Renamed tests. 2019-02-12 21:27:14 +03:00
00906_low_cardinality_cache.sql Renamed tests. 2019-02-12 21:27:14 +03:00
00906_low_cardinality_const_argument.reference Added test. 2019-02-12 19:15:20 +03:00
00906_low_cardinality_const_argument.sql Added test. 2019-02-12 19:15:20 +03:00
00906_low_cardinality_rollup.reference Added test for LowCardinality with rollup and cube. 2019-02-13 19:56:06 +03:00
00906_low_cardinality_rollup.sql Added test for LowCardinality with rollup and cube. 2019-02-13 20:08:20 +03:00
00907_set_index_max_rows.reference fixed 2019-02-14 12:13:04 +03:00
00907_set_index_max_rows.sh create test 2019-02-14 11:49:31 +03:00
00907_set_index_with_nullable_and_low_cardinality_bug.reference Added tests for Set index with Nullable and LowCardinality types. #4486 2019-03-05 15:17:58 +03:00
00907_set_index_with_nullable_and_low_cardinality_bug.sql Added tests for Set index with Nullable and LowCardinality types. #4486 2019-03-05 15:17:58 +03:00
00907_set_index_with_nullable_and_low_cardinality.reference Added tests for Set index with Nullable and LowCardinality types. #4486 2019-03-05 15:17:58 +03:00
00907_set_index_with_nullable_and_low_cardinality.sql Added tests for Set index with Nullable and LowCardinality types. #4486 2019-03-05 15:17:58 +03:00
00908_analyze_query.reference Add test on "analyze" query 2019-02-26 13:17:25 +03:00
00908_analyze_query.sql Add test on "analyze" query 2019-02-26 13:17:25 +03:00
00908_bloom_filter_index.reference limited like for tokenbf 2019-03-06 18:30:27 +03:00
00908_bloom_filter_index.sh _v1 2019-03-20 17:52:05 +03:00
00908_long_http_insert.reference Fix bug with long http insert queries processing 2019-02-20 12:22:13 +03:00
00908_long_http_insert.sh Fix bug with long http insert queries processing 2019-02-20 12:22:13 +03:00
00909_arrayEnumerateUniq.reference Better fix 2019-03-06 22:19:21 +03:00
00909_arrayEnumerateUniq.sql Merge remote-tracking branch 'upstream/master' into fix23 2019-03-06 22:58:47 +03:00
00909_kill_not_initialized_query.reference Fix kill query test once again 2019-03-07 16:42:58 +03:00
00909_kill_not_initialized_query.sh Fix kill query test once again 2019-03-07 16:42:58 +03:00
00909_ngram_distance.reference Rename trigramDistance to ngramDistance, add more functions with CaseInsensitive and UTF, update docs, more job done in perf, added some perf tests for string search that I would like to see 2019-03-06 01:42:28 +03:00
00909_ngram_distance.sql Rename trigramDistance to ngramDistance, add more functions with CaseInsensitive and UTF, update docs, more job done in perf, added some perf tests for string search that I would like to see 2019-03-06 01:42:28 +03:00
00910_buffer_prewhere.reference add interpretation of PREWHERE in StorageBuffer::read 2019-03-20 14:45:04 +08:00
00910_buffer_prewhere.sql add interpretation of PREWHERE in StorageBuffer::read 2019-03-20 14:45:04 +08:00
00910_client_window_size_detection.reference clickhouse-client: fix --help without tty 2019-03-23 02:01:32 +03:00
00910_client_window_size_detection.sh clickhouse-client: fix --help without tty 2019-03-23 02:01:32 +03:00
00910_crash_when_distributed_modify_order_by.reference Fix crash when distributed modify order by 2019-03-26 13:33:39 +08:00
00910_crash_when_distributed_modify_order_by.sql Update 00910_crash_when_distributed_modify_order_by.sql 2019-03-26 19:37:58 +03:00
00910_decimal_group_array_crash_3783.reference test for issue-3783 (deciaml groupArray crash) 2019-02-26 17:12:19 +03:00
00910_decimal_group_array_crash_3783.sql test for issue-3783 (deciaml groupArray crash) 2019-02-26 17:12:19 +03:00
00910_zookeeper_custom_compression_codecs_replicated.reference Fix column description parse. Now creation of replicated MT table with codecs and comments is possible without default 2019-02-27 19:41:51 +03:00
00910_zookeeper_custom_compression_codecs_replicated.sql Fix column description parse. Now creation of replicated MT table with codecs and comments is possible without default 2019-02-27 19:41:51 +03:00
00910_zookeeper_test_alter_compression_codecs.reference Fix column description parse. Now creation of replicated MT table with codecs and comments is possible without default 2019-02-27 19:41:51 +03:00
00910_zookeeper_test_alter_compression_codecs.sql Fix column description parse. Now creation of replicated MT table with codecs and comments is possible without default 2019-02-27 19:41:51 +03:00
00911_tautological_compare.reference Avoid performance degradation in few degenerate cases: added fast path for tautological compares #4405 2019-03-03 02:51:48 +03:00
00911_tautological_compare.sql Avoid performance degradation in few degenerate cases: added fast path for tautological compares #4405 2019-03-03 02:51:48 +03:00
00912_string_comparison.reference Added a test 2019-03-04 02:44:41 +03:00
00912_string_comparison.sql Fixed test 2019-03-04 02:47:15 +03:00
00913_many_threads.reference Added a test for ThreadPool #4572 2019-03-04 22:29:23 +03:00
00913_many_threads.sql Added a test for ThreadPool #4572 2019-03-04 22:29:23 +03:00
00914_join_bgranvea.reference Added a test #3779 2019-03-08 16:21:27 +03:00
00914_join_bgranvea.sql Added a test #3779 2019-03-08 16:21:27 +03:00
00914_replicate.reference Fix segfault in function "replicate" 2019-03-06 02:37:41 +03:00
00914_replicate.sql Fix segfault in function "replicate" 2019-03-06 02:37:41 +03:00
00915_tuple_orantius.reference Added a test [#CLICKHOUSE-1704] 2019-03-10 06:13:19 +03:00
00915_tuple_orantius.sql Added a test [#CLICKHOUSE-1704] 2019-03-10 06:13:19 +03:00
00916_add_materialized_column_after.reference add test [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +03:00
00916_add_materialized_column_after.sql add test [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +03:00
00916_create_or_replace_view.reference Fixed test #4654. 2019-03-14 04:11:07 +03:00
00916_create_or_replace_view.sql Fixed test #4654. 2019-03-14 04:11:07 +03:00
00916_join_using_duplicate_columns.reference fix left join with const column 2019-03-20 20:20:14 +03:00
00916_join_using_duplicate_columns.sql fix left join with const column 2019-03-20 20:20:14 +03:00
00917_multiple_joins_denny_crane.reference Disable part with predicate optimization for now 2019-03-14 17:59:45 +03:00
00917_multiple_joins_denny_crane.sql Disable part with predicate optimization for now 2019-03-14 17:59:45 +03:00
00918_has_unsufficient_type_check.reference Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
00918_has_unsufficient_type_check.sql Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
00919_histogram_merge.reference Added proper test for merging of "histogram" aggregate function states 2019-03-23 05:49:16 +03:00
00919_histogram_merge.sql Added proper test for merging of "histogram" aggregate function states 2019-03-23 05:49:16 +03:00
00919_sum_aggregate_states_constants.reference Fixed bad code with arithmetic ops on aggregate function states 2019-03-23 05:35:50 +03:00
00919_sum_aggregate_states_constants.sql Fixed bad code with arithmetic ops on aggregate function states 2019-03-23 05:35:50 +03:00
00920_multiply_aggregate_states_constants.reference Fixed bad code with arithmetic ops on aggregate function states 2019-03-23 05:35:50 +03:00
00920_multiply_aggregate_states_constants.sql Fixed bad code with arithmetic ops on aggregate function states 2019-03-23 05:35:50 +03:00
00925_zookeeper_empty_replicated_merge_tree_optimize_final.reference rename test (need zookeeper) 2019-03-18 15:09:55 +03:00
00925_zookeeper_empty_replicated_merge_tree_optimize_final.sql rename test (need zookeeper) 2019-03-18 15:09:55 +03:00
00926_asof_joins.reference have the parser recognize asof joins and feed them through to the executor 2019-03-26 19:17:21 +00:00
00926_asof_joins.sql have the parser recognize asof joins and feed them through to the executor 2019-03-26 19:17:21 +00:00
00926_multimatch.reference Fix hyperscan, add some notes, test, 4 more perf tests 2019-03-25 00:47:34 +03:00
00926_multimatch.sql Fix hyperscan, add some notes, test, 4 more perf tests 2019-03-25 00:47:34 +03:00
00927_asof_join_noninclusive.reference have the parser recognize asof joins and feed them through to the executor 2019-03-26 19:17:21 +00:00
00927_asof_join_noninclusive.sql have the parser recognize asof joins and feed them through to the executor 2019-03-26 19:17:21 +00:00
mergetree_mutations.lib ALTER UPDATE tests [#CLICKHOUSE-13] 2018-09-06 13:49:36 +03:00