Commit Graph

148694 Commits

Author SHA1 Message Date
Max K.
37210d29ee
Merge pull request #67104 from ClickHouse/ci_rename_test_stages
CI: Rename Tests_2/3 stages to avoid confusion
2024-07-29 07:58:59 +00:00
Max K
bdcedeb3f0 CI: Add stdout, err for docker pull command 2024-07-29 09:49:18 +02:00
Azat Khuzhin
e8c95bb130 Fix 02444_async_broken_outdated_part_loading flakiness
It uses already removed path to detect the absolute path:

    2024.06.06 22:36:55.845743 [ 1055 ] {} <Debug> test_858tcd7j.rmt (8d64bafa-bedf-4015-9673-8911de129a8f): Removing 2 parts from memory: Parts: [all_0_0_0, all_1_1_0]
    2024.06.06 22:36:56.608589 [ 2065 ] {41c3a91d-2ee5-4006-bb79-92e7e8f005bb} <Debug> executeQuery: (from [::1]:48792) (comment: 02444_async_broken_outdated_part_loading.sh) select path from system.parts where database='test_858tcd7j' and table='rmt' and name='all_1_1_0' (stage: Complete)

CI: https://s3.amazonaws.com/clickhouse-test-reports/64856/d10027cc3b7737c524f4cfce262d46753fd03036/stateless_tests__debug__[5_5].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-29 06:59:10 +02:00
Azat Khuzhin
ca3b21a2be Faster and less flaky 01246_buffer_flush (by using HTTP over clickhouse-client)
clickhouse-client is incredibly slow with sanitizers:

This is two subsequent queries, that should be executed one, after
another:

    2024.07.27 19:18:49.371354 [ 11070 ] {ywjiyfmvjd} <Debug> executeQuery: (from [::1]:47746) (comment: 01246_buffer_flush.sh) insert into buffer_01256 select * from system.numbers limit 5 (stage: Complete)
    2024.07.27 19:18:49.374647 [ 11070 ] {ywjiyfmvjd} <Debug> TCPHandler: Processed in 0.004721391 sec.

    2024.07.27 19:18:54.293488 [ 11070 ] {30d1f5f7-9594-41e3-9d54-18e1ddfe72af} <Debug> executeQuery: (from [::1]:47782) (comment: 01246_buffer_flush.sh) select count() from data_01256 (stage: Complete)

While the delay is 5 seconds between them!

Refs: https://github.com/ClickHouse/ClickHouse/issues/65745
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-29 06:41:51 +02:00
Alexey Milovidov
f381ef6b6f Merge branch 'master' into ast-data-type 2024-07-29 02:42:11 +02:00
Alexey Milovidov
7b5a7f546e
Merge pull request #67315 from ClickHouse/fix-kafka
Tests for Kafka cannot run in parallel
2024-07-29 00:41:26 +00:00
Alexey Milovidov
e274aca937 Add a test for #61659 2024-07-29 02:40:33 +02:00
Alexey Milovidov
031c3aa5eb Merge branch 'master' into less-complex 2024-07-29 02:14:34 +02:00
Alexey Milovidov
39de59a605 Follow-up for #67301 2024-07-29 02:11:55 +02:00
Alexey Milovidov
5216a3d4f2 Add a test 2024-07-29 02:05:25 +02:00
Alexey Milovidov
a1ab412fcb Prevent misuse of random number distributions 2024-07-29 02:00:30 +02:00
Alexey Milovidov
6e31e813b8 Add a test for #66285 2024-07-29 01:45:29 +02:00
Alexey Milovidov
f394cc3895 Merge branch 'debug-01600_parts_states_metrics_long' of github.com:ClickHouse/ClickHouse into debug-01600_parts_states_metrics_long 2024-07-29 01:01:36 +02:00
Alexey Milovidov
995623eb0e Merge branch 'master' of github.com:ClickHouse/ClickHouse into debug-01600_parts_states_metrics_long 2024-07-29 01:01:28 +02:00
Alexey Milovidov
884448dc71 Merge branch 'master' into debug-01600_parts_states_metrics_long 2024-07-29 01:01:16 +02:00
Alexey Milovidov
8115bb7a54
Update 01600_parts_states_metrics_long.sh 2024-07-29 01:01:03 +02:00
Alexey Milovidov
373b6ef959
Merge branch 'master' into faster-test-02231_buffer_aggregate_states_leak 2024-07-29 00:59:40 +02:00
Alexey Milovidov
199311fc6e
Merge pull request #67300 from ClickHouse/add-comment-settings
Add documentation for `compile_expressions`
2024-07-28 22:58:50 +00:00
Alexey Milovidov
0f9c550811
Merge pull request #67279 from ClickHouse/split-01651_lc_insert_tiny_log
Split `01651_lc_insert_tiny_log`
2024-07-29 00:57:38 +02:00
Alexey Milovidov
66ccf7671e
Merge pull request #67283 from ClickHouse/add-test-1000-exceptions
Add a separate test for exception handling
2024-07-28 22:56:54 +00:00
Alexey Milovidov
da582fd2e9 Merge branch 'fix-kafka' into ast-data-type 2024-07-28 21:17:52 +02:00
Alexey Milovidov
dff0ffb82b Merge branch 'master' into ast-data-type 2024-07-28 21:17:46 +02:00
Alexey Milovidov
1f784d1862 Tests for Kafka cannot run in parallel 2024-07-28 21:15:23 +02:00
Alexey Milovidov
10b3cb92bc Tests for Kafka cannot run in parallel 2024-07-28 21:14:47 +02:00
Alexey Milovidov
aabf7a576c
Merge pull request #67138 from ClickHouse/update-assertions-in-cache
Update assert in cache
2024-07-28 18:59:35 +00:00
Alexey Milovidov
ce1c965b29 Fix test 00940_max_parts_in_total 2024-07-28 20:56:51 +02:00
Alexey Milovidov
f2b8431867 I do not want to think about this code 2024-07-28 20:23:00 +02:00
Alexey Milovidov
fd4a733d64 Fix bad test 02050_client_profile_events 2024-07-28 18:01:18 +02:00
Alexey Milovidov
ca4ae87287 Merge branch 'master' into split-01651_lc_insert_tiny_log 2024-07-28 16:49:22 +02:00
Alexey Milovidov
47af56e9c0
Merge pull request #67290 from ClickHouse/test-keeper-map-add-retries
Add retries to test `02911_backup_restore_keeper_map`
2024-07-28 16:48:18 +02:00
Alexey Milovidov
5e67fdb8a0 Merge branch 'master' into faster-test-02231_buffer_aggregate_states_leak 2024-07-28 16:47:29 +02:00
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
4bc79f2ce1 Merge remote-tracking branch 'origin/debug-01600_parts_states_metrics_long' into ast-data-type 2024-07-28 16:00:06 +02:00
Alexey Milovidov
3e1a293622 Merge branch 'master' into ast-data-type 2024-07-28 16:00:00 +02:00
Alexey Milovidov
4192bcf2b3
Update 01600_parts_states_metrics_long.sh 2024-07-28 15:59:35 +02:00
Robert Schulze
1ed6ea7469
Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +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
b74614852e Add documentation for compile_expressions 2024-07-28 13:55:23 +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
d5b652d627 Merge branch 'master' into add-test-1000-exceptions 2024-07-28 13:38:40 +02:00
Alexey Milovidov
ea3ad1c53c Merge branch 'debug-01600_parts_states_metrics_long' of github.com:ClickHouse/ClickHouse into debug-01600_parts_states_metrics_long 2024-07-28 13:38:02 +02:00
Alexey Milovidov
28f7eef7a9 Double whitespace 2024-07-28 13:37:26 +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
96eee7469a
Update 02231_buffer_aggregate_states_leak.sql 2024-07-28 13:31:44 +02: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