ClickHouse/dbms/tests/queries/0_stateless
2014-04-17 18:56:58 +04:00
..
00001_select_1.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00001_select_1.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00002_system_numbers.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00002_system_numbers.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00003_reinterpret_as_string.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00003_reinterpret_as_string.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00004_format_ast_and_remote_table.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00004_format_ast_and_remote_table.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00005_format_ast_and_remote_table_lambda.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00005_format_ast_and_remote_table_lambda.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00006_extremes_and_subquery_from.reference clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00006_extremes_and_subquery_from.sql clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00007_array.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00007_array.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00008_array_join.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00008_array_join.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00009_array_join_subquery.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00009_array_join_subquery.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00010_big_array_join.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00010_big_array_join.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00011_array_join_alias.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00011_array_join_alias.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00012_array_join_alias_2.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00012_array_join_alias_2.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_1_create_table_with_arrays.reference clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00013_1_create_table_with_arrays.sql clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00013_4_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_4_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_5_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_5_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_6_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_6_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_7_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_7_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_8_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_8_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_9_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_9_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_a_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_a_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_b_select_from_table_with_arrays.reference dbms: simple test on sumArray and sumArrayIf [METR-10366] 2014-03-28 18:39:00 +04:00
00013_b_select_from_table_with_arrays.sql dbms: simple test on sumArray and sumArrayIf [METR-10366] 2014-03-28 18:39:00 +04:00
00014_1_create_table_with_nested.reference clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00014_1_create_table_with_nested.sql clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00014_4_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_4_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_5_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_5_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_6_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_6_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_7_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_7_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_9_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_9_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_a_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_a_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_b_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_b_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_c_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_c_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00015_totals_having_constants.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00015_totals_having_constants.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00016_totals_having_constants.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00016_totals_having_constants.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00017_in_subquery_with_empty_result.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00017_in_subquery_with_empty_result.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00018_distinct_in_subquery.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00018_distinct_in_subquery.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00019_quantiles_totals_distributed.reference Added an option for clickhouse-test to generate reference for just one test. Added reference for one test query. [#METR-10566] 2014-03-25 23:23:32 +04:00
00019_quantiles_totals_distributed.sql Added tests [#METR-10566]. 2014-03-24 23:32:31 +04:00
00020_sorting_arrays.reference dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00020_sorting_arrays.sql dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00021_sorting_arrays.reference dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00021_sorting_arrays.sql dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00022_func_higher_order_and_constants.reference dbms: added tests [#METR-8757] [#METR-9119]. 2014-03-27 02:23:54 +04:00
00022_func_higher_order_and_constants.sql dbms: added tests [#METR-8757] [#METR-9119]. 2014-03-27 02:23:54 +04:00
00023_agg_select_agg_subquery.reference Added test query. [#METR-10615] 2014-03-27 12:40:35 +04:00
00023_agg_select_agg_subquery.sql dbms: Fixed a bug. [#METR-10615] 2014-03-27 23:50:02 +04:00
00024_unused_array_join_in_subquery.reference dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00024_unused_array_join_in_subquery.sql dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00025_implicitly_used_subquery_column.reference dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00025_implicitly_used_subquery_column.sql dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00026_something_distributed.reference dbms: Added some test. [#METR-10616] 2014-03-28 14:23:57 +04:00
00026_something_distributed.sql dbms: Added some test. [#METR-10616] 2014-03-28 14:23:57 +04:00
00027_distinct_and_order_by.reference clickhouse-test: switched to clickhouse-client; added a couple of multiquery tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00027_distinct_and_order_by.sql clickhouse-test: switched to clickhouse-client; added a couple of multiquery tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00027_simple_argMinArray.reference tests: simple test on argMinArray and argMaxArray using arrayJoin [METR-10366] 2014-03-28 19:52:11 +04:00
00027_simple_argMinArray.sql tests: simple test on argMinArray and argMaxArray using arrayJoin [METR-10366] 2014-03-28 19:52:11 +04:00
00028_big_agg_aj_distributed.reference dbms: improved tests [#METR-2944]. 2014-03-28 23:59:23 +04:00
00028_big_agg_aj_distributed.sql dbms: improved tests [#METR-2944]. 2014-03-28 23:59:23 +04:00
00029_big_non_agg_aj_distributed.reference dbms: improved tests [#METR-2944]. 2014-03-28 23:59:23 +04:00
00029_big_non_agg_aj_distributed.sql dbms: improved tests [#METR-2944]. 2014-03-28 23:59:23 +04:00
00030_1_alter_table.reference dbms: added test for alter [#METR-10550] 2014-04-03 19:57:36 +04:00
00030_1_alter_table.sql dbms: added test for alter [#METR-10550] 2014-04-03 19:57:36 +04:00
00030_2_alter_table.reference dbms: added test for alter [#METR-10550] 2014-04-03 19:57:36 +04:00
00030_2_alter_table.sql dbms: added test for alter [#METR-10550] 2014-04-03 19:57:36 +04:00
00030_3_alter_table.reference dbms: added test for alter [#METR-10550] 2014-04-03 19:57:36 +04:00
00030_3_alter_table.sql dbms: added test for alter [#METR-10550] 2014-04-03 19:57:36 +04:00
00031_parser_number.reference dbms: fixed test [#METR-2944]. 2014-04-05 22:25:46 +04:00
00031_parser_number.sql dbms: fixed test [#METR-2944]. 2014-04-05 22:25:46 +04:00
00032_fixed_string_to_string.reference dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00032_fixed_string_to_string.sql dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00033_fixed_string_to_string.reference dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00033_fixed_string_to_string.sql dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00034_fixed_string_to_number.reference dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00034_fixed_string_to_number.sql dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00035_function_array_return_type.reference functions: Fixed. Function array now accept arguments of different types. Also added simple test [METR-10799] 2014-04-15 16:13:24 +04:00
00035_function_array_return_type.sql functions: Fixed. Function array now accept arguments of different types. Also added simple test [METR-10799] 2014-04-15 16:13:24 +04:00
00036_array_element.reference dbms: no exception on zero index, added to the test [METR-10798] 2014-04-17 18:56:58 +04:00
00036_array_element.sql dbms: no exception on zero index, added to the test [METR-10798] 2014-04-17 18:56:58 +04:00