Commit Graph

148408 Commits

Author SHA1 Message Date
Alexey Milovidov
6c0cf76fad
Merge pull request #67301 from ClickHouse/better-test-report
Wrap log lines in the CI report for functional tests
2024-07-28 14:15:27 +00:00
Alexey Milovidov
29b804adf3 Wrap log lines in the CI report for functional tests 2024-07-28 14:01:17 +02:00
Alexey Milovidov
e3132c12ee
Merge pull request #66491 from xogoodnow/error-code-fix-3
Changed the error code of the function
2024-07-28 11:49:37 +00:00
Alexey Milovidov
d787cb2eb6
Merge pull request #67275 from ClickHouse/remove-harmful-things-from-tests
Remove harmful stuff from tests
2024-07-28 11:44:56 +00:00
Alexey Milovidov
6ea1412f95
Merge pull request #67299 from ClickHouse/revert-66486-compile_expressions_by_default
Revert "Enable `compile_expressions` by default."
2024-07-28 13:42:56 +02:00
Alexey Milovidov
22211e30aa
Revert "Enable compile_expressions by default." 2024-07-28 13:42:45 +02:00
Alexey Milovidov
c8d3712706
Merge pull request #67282 from ClickHouse/fix-bad-test-gerasimchuk
Fix bad test `02833_concurrrent_sessions`
2024-07-28 11:32:57 +00:00
Alexey Milovidov
05bb2e9dd6
Merge pull request #67281 from ClickHouse/debug-test-02490_benchmark_max_consecutive_errors
Debug test `02490_benchmark_max_consecutive_errors`
2024-07-28 11:32:30 +00:00
Alexey Milovidov
512797a247
Merge pull request #67160 from xc0derx/patch-1
fix broken links (compression codecs)
2024-07-28 11:24:20 +00:00
Alexey Milovidov
3882251118
Merge pull request #67118 from Algunenano/backport_match
Improve backport script
2024-07-28 11:23:40 +00:00
Alexey Milovidov
2887c0dc06
Merge pull request #67153 from ClickHouse/pr-order-by-all
Fix: order by all with parallel replicas
2024-07-28 11:22:54 +00:00
Alexey Milovidov
2042ff4e15
Merge pull request #67262 from ClickHouse/fix-database-replicated
Fix MSan report in DatabaseReplicated
2024-07-28 11:22:19 +00:00
Alexey Milovidov
72dbf66e6f
Merge pull request #67287 from ClickHouse/fix-timerfd
Fix curiosities in `TimerDescriptor`
2024-07-28 11:21:57 +00:00
Ali
005225b829
Merge branch 'ClickHouse:master' into error-code-fix-3 2024-07-28 11:52:21 +03:30
Alexey Milovidov
206a5ff4a1
Merge pull request #67085 from ClickHouse/evillique-patch-1
[CI Fest] Fix flaky 02447_drop_replica test
2024-07-27 21:28:57 +00:00
Alexey Milovidov
fc024a0e4f
Merge pull request #67164 from ClickHouse/fix-data-race-in-zookeeper
Fix benign data race in ZooKeeper
2024-07-27 21:28:16 +00:00
Alexey Milovidov
408daa0bf4
Update TimerDescriptor.cpp 2024-07-27 23:00:32 +02:00
Alexey Milovidov
d6c0f4d4a5 Merge branch 'master' into fix-bad-test-gerasimchuk 2024-07-27 22:59:58 +02:00
Alexey Milovidov
edec562327
Merge branch 'master' into remove-harmful-things-from-tests 2024-07-27 22:54:49 +02:00
Vitaly Baranov
b64c781457
Merge pull request #67133 from vitlibar/fix-context-race-in-clickhouse-local
Use a separate client context in clickhouse-local
2024-07-27 20:12:24 +00:00
Alexey Milovidov
246c8eedbe
Merge pull request #67276 from ClickHouse/fix-test-03201_variant_null_map_subcolumn
Fix test `03201_variant_null_map_subcolumn`
2024-07-27 19:22:38 +00:00
Alexey Milovidov
e0291e3a06 Prevent closing a file twice, even in case of errors 2024-07-27 21:16:11 +02:00
Alexey Milovidov
3dfa32498c Add assert 2024-07-27 21:06:08 +02:00
Alexey Milovidov
0967bfadd1 Simpler 2024-07-27 20:58:53 +02:00
Alexey Milovidov
00b0fa961a Removed useless parameters 2024-07-27 20:50:21 +02:00
Alexey Milovidov
377b781194 Fix curiosities in TimerDescriptor 2024-07-27 20:47:56 +02:00
Alexey Milovidov
299d0fb39e Fix curiosities in TimerDescriptor 2024-07-27 20:43:15 +02:00
Alexey Milovidov
5ac26d2115 Fix curiosities in TimerDescriptor 2024-07-27 20:36:34 +02:00
Alexey Milovidov
030200efe6
Merge pull request #66486 from ClickHouse/compile_expressions_by_default
Enable `compile_expressions` by default.
2024-07-27 17:55:23 +00:00
Alexey Milovidov
9cd78f5042 Merge branch 'master' into fix-database-replicated 2024-07-27 17:29:00 +02:00
Alexey Milovidov
d4055fc21b
Merge pull request #67260 from ClickHouse/remove-strange-code
Remove strange code
2024-07-27 15:21:17 +00:00
Alexey Milovidov
796b1196ef
Merge pull request #67258 from ClickHouse/english
English
2024-07-27 15:20:42 +00:00
Alexey Milovidov
23cd9f2224 Fix bad test @Demilivor 2024-07-27 17:18:45 +02:00
Alexey Milovidov
0fa6e1006b
Merge pull request #66628 from ClickHouse/fix-idiotic-code
Fix bad code: it was catching exceptions
2024-07-27 14:43:43 +00:00
Alexey Milovidov
7f8241259e Merge branch 'master' into evillique-patch-1 2024-07-27 16:30:07 +02:00
Alexey Milovidov
0de2b07119 Debug test 02490_benchmark_max_consecutive_errors 2024-07-27 16:19:20 +02:00
Alexey Milovidov
21b484b2ec
Merge pull request #67266 from ClickHouse/remove-test-02982_aggregation_states_destruction
Remove test `02982_aggregation_states_destruction`
2024-07-27 14:00:31 +00:00
Alexey Milovidov
aac7e80299
Merge pull request #67268 from ClickHouse/fix-02481_parquet_list_monotonically_increasing_offsets
Fix OOM in test runs
2024-07-27 13:49:10 +00:00
Alexey Milovidov
b0c2991b84
Update 01187_set_profile_as_setting.sh 2024-07-27 15:43:38 +02:00
Alexey Milovidov
6bbd9e6d67
Update 02930_client_file_log_comment.sh 2024-07-27 15:43:09 +02:00
Vitaly Baranov
554cf91f4b Add missing call applyCmdOptions(). 2024-07-27 14:43:26 +02:00
Alexey Milovidov
8f96858df1 Fix test 2024-07-27 13:12:49 +02:00
Alexey Milovidov
28b83a38f2 Remove harmful stuff from tests 2024-07-27 13:08:48 +02:00
Alexey Milovidov
46e587b2e0
Merge pull request #67054 from ClickHouse/chesema-01171
rewrite 01171 test
2024-07-27 10:19:58 +00:00
Alexey Milovidov
28345c2a8c
Merge pull request #67211 from ClickHouse/split_02967_parallel_replicas_join_algo_and_analyzer
Split test 02967_parallel_replicas_join_algo_and_analyzer
2024-07-27 10:17:09 +00:00
Alexey Milovidov
84b22db90f
Merge pull request #67188 from ClickHouse/vdimir/debug_03203_client_benchmark_options
Verbose output for 03203_client_benchmark_options
2024-07-27 10:16:52 +00:00
Alexey Milovidov
9d612a192e Merge branch 'fix-data-race-in-zookeeper' of github.com:ClickHouse/ClickHouse into fix-data-race-in-zookeeper 2024-07-27 12:10:58 +02:00
Alexey Milovidov
5f0c40fafc Apply review comments 2024-07-27 12:10:41 +02:00
Alexey Milovidov
6d580ba6f4
Merge pull request #67264 from ClickHouse/fix-test-02310_clickhouse_local_INSERT_progress_profile_events
Fix test `02310_clickhouse_local_INSERT_progress_profile_events`
2024-07-27 10:06:57 +00:00
Konstantin Bogdanov
e57cbff704
Merge pull request #67174 from ClickHouse/fix-client-autocomplete-test
Fix `01676_clickhouse_client_autocomplete`
2024-07-27 07:43:46 +00:00