Commit Graph

148332 Commits

Author SHA1 Message Date
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
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
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
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
Yakov Olkhovskiy
610ecddee7
Merge pull request #67236 from ClickHouse/fix-test-00180-filesystem-cache
Fix flaky 00180_no_seek_avoiding_when_reading_from_cache
2024-07-27 07:01:52 +00:00
Antonio Andelic
f6990bb1ed
Merge pull request #67173 from ClickHouse/fix-stacktrace-cache
Fix stacktrace cache
2024-07-27 06:35:17 +00:00
Alexey Milovidov
a9b09cf426 Fix OOM in test runs 2024-07-27 04:41:46 +02:00
Alexey Milovidov
2e4cd20366 Remove test 02982_aggregation_states_destruction 2024-07-27 04:05:49 +02:00
Sema Checherinda
f3a9e2bd79
Merge branch 'master' into chesema-01171 2024-07-27 03:54:46 +02:00
Alexey Milovidov
10d003b1bf Fix test 02310_clickhouse_local_INSERT_progress_profile_events 2024-07-27 03:54:00 +02:00
Alexey Milovidov
0ed2c7e4a0 Sync with private 2024-07-27 03:16:30 +02:00
vdimir
7c7783e2ce
Merge pull request #66312 from ClickHouse/vdimir/proper_fix_join_on_nullsafe_optimization
Fix aliased JOIN ON expression formatting
2024-07-27 00:58:12 +00:00
Alexey Milovidov
783189c9d1
Merge pull request #67178 from kitaisreal/convert-outer-join-to-inner-join-disable-for-non-all-join-strictness
Disable convert OUTER JOIN to INNER JOIN optimization for non ALL JOIN strictness
2024-07-26 23:26:09 +00:00
Alexey Milovidov
891f0c084d
Merge pull request #66869 from ClickHouse/vdimir/followup-66725
Followup #66725
2024-07-26 23:25:05 +00:00
Alexey Milovidov
cf702b2918
Merge pull request #67106 from azat/tests/02805_distributed_queries_timeouts
Reintroduce 02805_distributed_queries_timeouts
2024-07-26 23:24:30 +00:00
Alexey Milovidov
30a67dd37a
Merge pull request #67141 from ClickHouse/fix-00673_subquery_prepared_set_performance
Fix test `00673_subquery_prepared_set_performance`
2024-07-26 23:23:31 +00:00
Alexey Milovidov
c4d772557f
Merge pull request #66790 from ClickHouse/better-diagnostics-in-functional-tests
Better diagnostics in functional tests
2024-07-26 23:15:42 +00:00
Alexey Milovidov
362d528398
Merge pull request #67170 from ClickHouse/fix-00705_drop_create_merge_tree
Fix `00705_drop_create_merge_tree`
2024-07-27 01:21:03 +02:00
Yakov Olkhovskiy
0f4274ac96
increase filesystem_cache_reserve_space_wait_lock_timeout_milliseconds to 2000 2024-07-26 18:39:38 -04:00
Nikita Mikhaylov
ad0533b4d0
Merge pull request #67215 from ClickHouse/fast-client
Apply optimizations for a single file
2024-07-26 21:23:18 +00:00
Nikita Fomichev
c95c1a7232
Merge pull request #66901 from ClickHouse/stable-test-runs
Stateless tests: Change status of failed tests in case of server crash and add no-parallel to high-load tests
2024-07-26 18:42:42 +00:00
Sergei Trifonov
8943561372
Merge pull request #67223 from ClickHouse/fix-test-pkill
Fix flaky `test_pkill_query_log` (tsan)
2024-07-26 17:57:11 +00:00
robot-clickhouse
f276be829b Automatic style fix 2024-07-26 16:59:50 +00:00
vdimir
d153a1cf93
add quotes 2024-07-26 18:37:30 +02:00
vdimir
4543532157
Fix ShellCheck 2024-07-26 18:33:48 +02:00
Alexander Tokmakov
ee87209445
Merge pull request #67147 from ClickHouse/tavplubix-patch-10
Try removing code that looks useless
2024-07-26 15:59:12 +00:00
vdimir
a59036e515
chmod +x ./tests/queries/0_stateless/03204_format_join_on.sh 2024-07-26 15:36:24 +00:00
Konstantin Bogdanov
d8318fc428
Wrap in retries 2024-07-26 17:09:22 +02:00
Raúl Marín
462d1ba821
Merge pull request #66928 from Algunenano/groupArrayIntersect
groupArrayIntersect: Fix serialization bug
2024-07-26 14:45:31 +00:00
Alexey Milovidov
1a00efef50
Merge pull request #67149 from Algunenano/rename_bad_setting
Rename bad setting
2024-07-26 14:45:11 +00:00
Sergei Trifonov
d5c412e86a
Merge pull request #66534 from Blargian/docs_joinGetOrNull
[Docs] add `joinGetOrNull`
2024-07-26 14:30:24 +00:00
serxa
1e12ac577a Fix flaky test_pkill_query_log (tsan) 2024-07-26 14:26:37 +00:00
Antonio Andelic
503dc25d10 Fix linking 2024-07-26 16:23:29 +02:00
Han Fei
3ba4014a39
Merge pull request #67187 from ClickHouse/fix-attached-table-count
Do not count AttachedTable for tables in information schema databases
2024-07-26 14:20:04 +00:00
Alexey Milovidov
414ebf035d Fix error 2024-07-26 15:32:05 +02:00
Alexander Gololobov
35d1e98642
Merge pull request #67176 from ClickHouse/fix_02908_many_requests_to_system_replicas
Make 02908_many_requests_to_system_replicas less stressful
2024-07-26 13:31:53 +00:00
Alexey Milovidov
74c21a732a Merge branch 'master' into fix-idiotic-code 2024-07-26 15:30:08 +02:00
Konstantin Bogdanov
9b0ac9250b
Merge pull request #67121 from ClickHouse/fix-single-value-data-failed-assert
Fix ASTFuzzer failure in `SingleValueData`
2024-07-26 13:22:49 +00:00
Nikita Mikhaylov
031b435e3a Style 2024-07-26 15:21:11 +02:00
Nikita Mikhaylov
d2b3be2fb8 Apply optimizations for a single file 2024-07-26 15:05:11 +02:00
Nikita Taranov
0299475202 impl 2024-07-26 14:02:37 +01:00
Alexey Milovidov
7dd6a10d15
Merge pull request #67168 from ClickHouse/fix-unit-tests
Remove too long unit test
2024-07-26 12:57:01 +00:00
Kruglov Pavel
16113e123e
Merge pull request #66727 from Avogar/fix-runtime-error-variant
Fix runtime error while converting [Null] field to Array(Variant)
2024-07-26 12:15:31 +00:00
Alexey Milovidov
b8116a8528
Merge pull request #67126 from Avogar/better-dynamic-merges-tests
Increase lock_acquire_timeout_for_background_operations setting in dynamic merges tests
2024-07-26 11:41:44 +00:00
alesapin
21fa9632ef
Merge pull request #67078 from jsc0218/fix2680
Fix 2680 flasky
2024-07-26 11:39:00 +00:00
vdimir
3cf2ec36ca
Verbose output for 03203_client_benchmark_options 2024-07-26 11:38:11 +00:00