ClickHouse/tests/queries/1_stateful
2024-07-26 18:39:38 -04:00
..
00001_count_hits.reference
00001_count_hits.sql
00002_count_visits.reference
00002_count_visits.sql
00004_top_counters.reference
00004_top_counters.sql
00005_filtering.reference
00005_filtering.sql
00006_agregates.reference
00006_agregates.sql
00007_uniq.reference
00007_uniq.sql
00008_uniq.reference
00008_uniq.sql
00009_uniq_distributed.reference
00009_uniq_distributed.sql Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
00010_quantiles_segfault.reference
00010_quantiles_segfault.sql
00011_sorting.reference
00011_sorting.sql Change timezone in stateful tests. 2022-03-12 00:31:20 +01:00
00012_sorting_distributed.reference
00012_sorting_distributed.sql Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
00013_sorting_of_nested.reference
00013_sorting_of_nested.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00014_filtering_arrays.reference
00014_filtering_arrays.sql
00015_totals_and_no_aggregate_functions.reference
00015_totals_and_no_aggregate_functions.sql
00016_any_if_distributed_cond_always_false.reference
00016_any_if_distributed_cond_always_false.sql Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
00017_aggregation_uninitialized_memory.reference
00017_aggregation_uninitialized_memory.sql
00020_distinct_order_by_distributed.reference
00020_distinct_order_by_distributed.sql Add tags to tests. 2021-09-12 17:15:28 +03:00
00021_1_select_with_in.reference
00021_1_select_with_in.sql
00021_2_select_with_in.reference
00021_2_select_with_in.sql
00021_3_select_with_in.reference
00021_3_select_with_in.sql
00022_merge_prewhere.reference
00022_merge_prewhere.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00023_totals_limit.reference Fix tests 2022-05-10 16:27:59 +00:00
00023_totals_limit.sql
00024_random_counters.reference fix reading from async read buffer with direct io 2022-07-22 16:58:30 +00:00
00024_random_counters.sql fix reading from async read buffer with direct io 2022-07-22 16:58:30 +00:00
00030_array_enumerate_uniq.reference
00030_array_enumerate_uniq.sql
00031_array_enumerate_uniq.reference
00031_array_enumerate_uniq.sql Change formatting of subqueries (make it more human friendly) 2021-05-20 21:04:12 +03:00
00032_aggregate_key64.reference
00032_aggregate_key64.sql
00033_aggregate_key_string.reference
00033_aggregate_key_string.sql
00034_aggregate_key_fixed_string.reference
00034_aggregate_key_fixed_string.sql
00035_aggregate_keys128.reference
00035_aggregate_keys128.sql
00036_aggregate_hashed.reference
00036_aggregate_hashed.sql
00037_uniq_state_merge1.reference
00037_uniq_state_merge1.sql Inhibit randomization in some tests 2024-02-15 04:56:14 +01:00
00038_uniq_state_merge2.reference Fix topLevelDomain() for IDN hosts 2021-06-09 10:59:56 +03:00
00038_uniq_state_merge2.sql Inhibit randomization in some tests 2024-02-15 04:56:14 +01:00
00039_primary_key.reference
00039_primary_key.sql
00040_aggregating_materialized_view.reference
00040_aggregating_materialized_view.sql deprecate old MergeTree syntax 2022-06-23 11:24:54 +02:00
00041_aggregating_materialized_view.reference
00041_aggregating_materialized_view.sql deprecate old MergeTree syntax 2022-06-23 11:24:54 +02:00
00042_any_left_join.reference
00042_any_left_join.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00043_any_left_join.reference
00043_any_left_join.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00044_any_left_join_string.reference
00044_any_left_join_string.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00045_uniq_upto.reference
00045_uniq_upto.sql
00046_uniq_upto_distributed.reference
00046_uniq_upto_distributed.sql Add tags to tests. 2021-09-12 17:15:28 +03:00
00047_bar.reference Update stateful test results, diff is caused by duplicate U+258B in the old version 2022-12-20 16:50:31 +01:00
00047_bar.sql
00048_min_max.reference
00048_min_max.sql
00049_max_string_if.reference
00049_max_string_if.sql
00050_min_max.reference
00050_min_max.sql
00051_min_max_array.reference
00051_min_max_array.sql
00052_group_by_in.reference
00052_group_by_in.sql
00053_replicate_segfault.reference
00053_replicate_segfault.sql Add tags to tests. 2021-09-12 17:15:28 +03:00
00054_merge_tree_partitions.reference
00054_merge_tree_partitions.sql deprecate old MergeTree syntax 2022-06-23 11:24:54 +02:00
00055_index_and_not.reference
00055_index_and_not.sql
00056_view.reference Revert "Support SAMPLE BY for VIEW" 2023-10-09 00:08:46 +03:00
00056_view.sql
00059_merge_sorting_empty_array_joined.reference
00059_merge_sorting_empty_array_joined.sql
00060_move_to_prewhere_and_sets.reference
00060_move_to_prewhere_and_sets.sql
00061_storage_buffer.reference
00061_storage_buffer.sql Fix tests 2024-01-14 07:50:35 +01:00
00062_loyalty.reference Update stateful test results, diff is caused by duplicate U+258B in the old version 2022-12-20 16:50:31 +01:00
00062_loyalty.sql
00063_loyalty_joins.reference Update stateful test results, diff is caused by duplicate U+258B in the old version 2022-12-20 16:50:31 +01:00
00063_loyalty_joins.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00065_loyalty_with_storage_join.reference
00065_loyalty_with_storage_join.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00066_sorting_distributed_many_replicas.reference
00066_sorting_distributed_many_replicas.sql Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
00067_union_all.reference
00067_union_all.sql
00068_subquery_in_prewhere.reference
00068_subquery_in_prewhere.sql
00069_duplicate_aggregation_keys.reference
00069_duplicate_aggregation_keys.sql
00071_merge_tree_optimize_aio.reference
00071_merge_tree_optimize_aio.sql deprecate old MergeTree syntax 2022-06-23 11:24:54 +02:00
00072_compare_date_and_string_index.reference
00072_compare_date_and_string_index.sql Inhibit randomization in more tests 2023-08-13 23:09:16 +02:00
00073_uniq_array.reference
00073_uniq_array.sql
00074_full_join.reference
00074_full_join.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00075_left_array_join.reference
00075_left_array_join.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00076_system_columns_bytes.reference
00076_system_columns_bytes.sql tests: fix flakiness with system.{parts,detached_parts,columns,parts_clumns,tables} 2021-05-22 14:07:21 +03:00
00077_log_tinylog_stripelog.reference
00077_log_tinylog_stripelog.sql
00078_group_by_arrays.reference
00078_group_by_arrays.sql
00079_array_join_not_used_joined_column.reference
00079_array_join_not_used_joined_column.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00080_array_join_and_union.reference
00080_array_join_and_union.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00081_group_by_without_key_and_totals.reference Update test reference 2023-03-21 14:52:13 +00:00
00081_group_by_without_key_and_totals.sql Fixed tests 2023-03-01 18:05:07 +01:00
00082_quantiles.reference
00082_quantiles.sql Adapt 00082_quantiles too 2024-01-22 18:03:59 +01:00
00083_array_filter.reference
00083_array_filter.sql
00084_external_aggregation.reference
00084_external_aggregation.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00085_monotonic_evaluation_segfault.reference
00085_monotonic_evaluation_segfault.sql
00086_array_reduce.reference
00086_array_reduce.sql
00087_where_0.reference
00087_where_0.sql
00088_global_in_one_shard_and_rows_before_limit.reference
00088_global_in_one_shard_and_rows_before_limit.sql Add tags to tests. 2021-09-12 17:15:28 +03:00
00089_position_functions_with_non_constant_arg.reference
00089_position_functions_with_non_constant_arg.sql Fix slow test 2022-04-18 01:45:44 +02:00
00090_thread_pool_deadlock.reference
00090_thread_pool_deadlock.sh Add tags to tests. 2021-09-12 17:15:28 +03:00
00091_prewhere_two_conditions.reference
00091_prewhere_two_conditions.sql Tests: Convert error numbers to symbolic error codes 2024-05-31 09:53:53 +00:00
00092_obfuscator.reference
00092_obfuscator.sh Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00093_prewhere_array_join.reference
00093_prewhere_array_join.sql
00094_order_by_array_join_limit.reference
00094_order_by_array_join_limit.sql
00095_hyperscan_profiler.reference
00095_hyperscan_profiler.sql Replace hyperscan by vectorscan 2022-06-24 10:47:52 +02:00
00096_obfuscator_save_load.reference Add a test 2022-07-25 05:37:07 +02:00
00096_obfuscator_save_load.sh Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00097_constexpr_in_index.reference Add a test for #658 2022-10-09 04:46:32 +02:00
00097_constexpr_in_index.sql Adjust tests 2023-02-27 07:10:02 +01:00
00098_primary_key_memory_allocated.reference Add a test 2024-02-17 04:59:32 +01:00
00098_primary_key_memory_allocated.sql Add a test 2024-02-17 04:59:32 +01:00
00139_like.reference
00139_like.sql Translate comment in test 2021-01-29 03:53:54 +03:00
00140_rename.reference
00140_rename.sql run stateful tests in parallel 2022-03-29 15:24:29 +02:00
00141_transform.reference
00141_transform.sql
00142_system_columns.reference
00142_system_columns.sql
00143_transform_non_const_default.reference
00143_transform_non_const_default.sql
00144_functions_of_aggregation_states.reference
00144_functions_of_aggregation_states.sql Rename allow_deprecated_functions to allow_deprecated_error_prone_window_functions 2024-05-24 12:54:06 +02:00
00145_aggregate_functions_statistics.reference
00145_aggregate_functions_statistics.sql
00146_aggregate_function_uniq.reference
00146_aggregate_function_uniq.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00147_global_in_aggregate_function.reference
00147_global_in_aggregate_function.sql Add tags to tests. 2021-09-12 17:15:28 +03:00
00148_monotonic_functions_and_index.reference
00148_monotonic_functions_and_index.sql
00149_quantiles_timing_distributed.reference
00149_quantiles_timing_distributed.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00150_quantiles_timing_precision.reference
00150_quantiles_timing_precision.sql
00151_order_by_read_in_order.reference
00151_order_by_read_in_order.sql
00152_insert_different_granularity.reference Fix tests 2024-01-14 07:18:06 +01:00
00152_insert_different_granularity.sql Fix tests 2024-01-14 06:35:26 +01:00
00153_aggregate_arena_race.reference
00153_aggregate_arena_race.sql Add tags to tests. 2021-09-12 17:15:28 +03:00
00154_avro.reference
00154_avro.sql Fix some tests 2022-02-11 17:15:56 +03:00
00156_max_execution_speed_sample_merge.reference
00156_max_execution_speed_sample_merge.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00157_cache_dictionary.reference Update 00157_cache_dictionary.reference 2020-08-12 18:07:14 +03:00
00157_cache_dictionary.sql Decrease logging level for http retriable errors to Info 2024-02-28 19:47:42 +01:00
00158_cache_dictionary_has.reference done 2021-02-15 14:27:16 +03:00
00158_cache_dictionary_has.sql Add tags to tests. 2021-09-12 17:15:28 +03:00
00159_parallel_formatting_csv_and_friends.reference Update test references 2022-03-12 20:10:34 +01:00
00159_parallel_formatting_csv_and_friends.sh Try to avoid timeoutes in parallel parsing tests 2022-04-08 16:46:11 +00:00
00159_parallel_formatting_http.reference Update test references 2022-03-12 20:10:34 +01:00
00159_parallel_formatting_http.sh Revert "Merge pull request #38106 from ClickHouse/tsan_less_flaky_tests" 2022-07-22 12:14:23 +02:00
00159_parallel_formatting_json_and_friends_1.reference Split test 00159_parallel_formatting_json_and_friends to avoid timeouts 2024-03-18 15:08:46 +00:00
00159_parallel_formatting_json_and_friends_1.sh Split test 00159_parallel_formatting_json_and_friends to avoid timeouts 2024-03-18 15:08:46 +00:00
00159_parallel_formatting_json_and_friends_2.reference Split test 00159_parallel_formatting_json_and_friends to avoid timeouts 2024-03-18 15:08:46 +00:00
00159_parallel_formatting_json_and_friends_2.sh Split test 00159_parallel_formatting_json_and_friends to avoid timeouts 2024-03-18 15:08:46 +00:00
00159_parallel_formatting_tsv_and_friends.reference Fix test reference 2024-03-20 13:58:21 +01:00
00159_parallel_formatting_tsv_and_friends.sh Make test 00159_parallel_formatting_tsv_and_friends.sh faster 2024-03-18 15:26:01 +00:00
00160_decode_xml_component.reference Add stateful test 2021-01-15 00:33:54 +03:00
00160_decode_xml_component.sql Add stateful test 2021-01-15 00:33:54 +03:00
00161_parallel_parsing_with_names.reference Update test references 2022-03-12 20:10:34 +01:00
00161_parallel_parsing_with_names.sh Fix tests 2022-04-11 14:56:32 +02:00
00162_mmap_compression_none.reference Add a test for mmap IO 2021-03-26 22:08:53 +03:00
00162_mmap_compression_none.sql Speed up stateful tests table setup 2024-07-22 14:42:30 +02:00
00163_column_oriented_formats.reference Update test references 2022-03-12 20:10:34 +01:00
00163_column_oriented_formats.sh Change timezone in stateful tests. 2022-03-12 00:31:20 +01:00
00164_quantileBfloat16.reference add tests 2021-04-25 21:49:02 +00:00
00164_quantileBfloat16.sql refactored 2021-04-26 09:39:08 +00:00
00165_jit_aggregate_functions.reference impl 2024-01-28 18:32:02 +01:00
00165_jit_aggregate_functions.sql Merge pull request #59312 from nickitat/upd_00165_jit_aggregate_functions 2024-01-28 23:57:04 +01:00
00166_explain_estimate.reference Update according to last mark smaller size 2024-01-25 13:41:49 +01:00
00166_explain_estimate.sql Trivial count optimization with primary key 2024-06-06 23:21:38 +08:00
00167_parallel_parsing_with_names_and_types.reference Update test references 2022-03-12 20:10:34 +01:00
00167_parallel_parsing_with_names_and_types.sh Try to avoid timeoutes in parallel parsing tests 2022-04-08 16:46:11 +00:00
00167_read_bytes_from_fs.reference Remove trash from MergeTreeReadPool 2021-10-13 15:25:44 +03:00
00167_read_bytes_from_fs.sql Update test 2022-04-29 01:17:11 +02:00
00169_contingency.reference Add tests 2022-01-03 00:30:16 +03:00
00169_contingency.sql Add tests 2022-01-03 00:30:16 +03:00
00170_s3_cache.reference Update .reference 2023-02-20 12:55:24 +01:00
00170_s3_cache.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00171_grouping_aggregated_transform_bug.reference add test 2022-03-20 18:07:59 +00:00
00171_grouping_aggregated_transform_bug.sql Tests with parallel replicas are no more "always green" (#50896) 2023-06-13 16:43:35 +02:00
00172_early_constant_folding.reference Fix stateful test 2024-03-22 13:28:35 +01:00
00172_early_constant_folding.sql Fix stateful test 2024-03-22 13:28:35 +01:00
00172_hits_joins.reference.j2 wip 2023-01-17 12:21:56 +00:00
00172_hits_joins.sql.j2 Disable max_bytes_before_external* in 00172_hits_joins 2023-12-28 13:35:34 +00:00
00173_group_by_use_nulls.reference Update reference file 2023-03-07 22:57:47 +00:00
00173_group_by_use_nulls.sql Add test query 2023-02-13 18:38:07 +00:00
00174_distinct_in_order.reference Fix some grammar mistakes in documentation, code and tests 2023-05-04 13:35:18 -03:00
00174_distinct_in_order.sql Inhibit randomization in more tests 2023-08-13 23:09:17 +02:00
00175_counting_resources_in_subqueries.reference Add a test for #10575 2022-08-11 07:45:48 +02:00
00175_counting_resources_in_subqueries.sql Trivial count optimization with primary key 2024-06-06 23:21:38 +08:00
00175_obfuscator_schema_inference.reference Fix test 2022-09-05 12:46:26 +00:00
00175_obfuscator_schema_inference.sh Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
00176_bson_parallel_parsing.reference Add more tests 2022-11-16 12:25:31 +00:00
00176_bson_parallel_parsing.sh Try fix flaky test 00176_bson_parallel_parsing.sh 2022-11-25 20:10:31 +00:00
00176_distinct_limit_by_limit_bug_43377.reference Fix: limit hint for DISTINCT ignores LIMIT BY 2022-11-20 23:06:57 +00:00
00176_distinct_limit_by_limit_bug_43377.sql Fix: limit hint for DISTINCT ignores LIMIT BY 2022-11-20 23:06:57 +00:00
00177_memory_bound_merging.reference Always communicate with local replica through loopback interface for parallel replicas (#48246) 2023-04-05 13:32:46 +02:00
00177_memory_bound_merging.sh Parallel replicas: friendly settings (#57542) 2023-12-13 14:42:06 +01:00
00178_quantile_ddsketch.reference feat: add DDSketch quantile (#56342) 2024-01-17 19:51:32 -08:00
00178_quantile_ddsketch.sql Rename quantileDDSketch to quantileDD 2024-01-30 11:49:56 +01:00
00180_no_seek_avoiding_when_reading_from_cache.reference Revert "Merge pull request #57640 from ClickHouse/remove-bad-test-7" 2024-01-16 21:14:47 +01:00
00180_no_seek_avoiding_when_reading_from_cache.sh increase filesystem_cache_reserve_space_wait_lock_timeout_milliseconds to 2000 2024-07-26 18:39:38 -04:00
00181_cross_join_compression.reference fixed test 2024-04-29 00:13:21 +03:00
00181_cross_join_compression.sql Make test deterministic 2024-04-28 15:55:51 +03:00
00182_simple_squashing_transform_bug.reference impl 2024-04-09 15:47:37 +00:00
00182_simple_squashing_transform_bug.sql impl 2024-04-09 15:47:37 +00:00