Sema Checherinda
0dc67aae97
fix MIN_ITERATIONS 2
2024-07-25 13:52:30 +02:00
vdimir
88c84c2076
Merge branch 'master' into vdimir/followup-66725
2024-07-25 13:16:41 +02:00
Vitaly Baranov
ac514a5103
Merge pull request #66881 from vitlibar/fix-broken-part-error-while-restoring-to-s3-plain-rewritable
...
Fix broken part error while restoring to s3_plain_rewritable
2024-07-25 11:16:31 +00:00
Raúl Marín
6851ccffb8
Merge pull request #67046 from CurtizJ/disable-setting
...
Disable setting `optimize_functions_to_subcolumns`
2024-07-25 10:43:05 +00:00
alesapin
103fcef3b4
Merge pull request #66973 from ClickHouse/add_more_diagnostics
...
[CI Fest] Add more diagnostics in case of digest mismatch for DatabaseReplicated (investigating #64936 )
2024-07-25 10:35:58 +00:00
Nikita Taranov
dac7e8ef2f
Merge pull request #60377 from nickitat/adaptive_task_size_mt_read_pool
...
Adaptive read task size calculation in parallel replicas
2024-07-25 10:25:41 +00:00
Nikita Taranov
8988f0518f
Merge pull request #66983 from ClickHouse/split_01508_partition_pruning_long
...
Split 01508_partition_pruning_long
2024-07-25 10:24:53 +00:00
alesapin
0a023e763a
Merge pull request #67067 from ClickHouse/increase_timeout_for_server
...
[CI Fest] Increase timeout for test_broken_part_during_merge
2024-07-25 10:17:09 +00:00
alesapin
4ee409094d
Update tests/performance/decimal_aggregates.xml
2024-07-25 12:12:23 +02:00
Azat Khuzhin
49732f2966
Tune sleep duration/receive_timeout in 02805_distributed_queries_timeouts
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-25 12:07:42 +02:00
Azat Khuzhin
1a4730f1f3
Use Distributed table to avoid extra DESC queries
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-25 12:07:42 +02:00
Azat Khuzhin
dc2c3fb1ca
Revert "Merge pull request #66563 from ClickHouse/delete-bad-test"
...
This reverts commit d0753c8bb6
, reversing
changes made to b8202e19ba
.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-25 12:07:42 +02:00
Robert Schulze
6968945373
Functions [s-t]*: Iterate over input_rows_count where appropriate
2024-07-25 10:00:17 +00:00
Antonio Andelic
c5e01c91d2
Merge branch 'master' into dont-ignore-sigsegv
2024-07-25 11:23:39 +02:00
Azat Khuzhin
60f529f667
The most precise way of tracking flushing time in 01246_buffer_flush
...
Right now there are couple of issues with the test:
- it does not takes into account INSERT time
- it does not takes into account SELECT time, which can be significant
from time to time, for instance here [1] it takes 3.3 seconds (and due
to tsan build it is not possible to find out why)
2024.07.23 20:52:18.238844 [ 13045 ] {d903650b-ab87-44f3-b7c3-4145e02f1301} <Debug> executeQuery: (from [::1]:39430) (comment: 01246_buffer_flush.sh) select count() from data_01256; (stage: Complete)
2024.07.23 20:52:21.588183 [ 13045 ] {d903650b-ab87-44f3-b7c3-4145e02f1301} <Debug> TCPHandler: Processed in 3.354887498 sec.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/66934/919005c4f70b044ecd9cc1bbce5dc5e276e11929/stateless_tests__tsan__s3_storage__[4_4].html
Anyway all of this can be fixed by using QueryStart-insert into data
table time.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-25 11:06:57 +02:00
Robert Schulze
6fab321e9f
Merge pull request #66897 from rschu1ze/funcs-g-r-input_rows_count
...
Functions [h-r]*: Iterate over input_rows_count where appropriate
2024-07-25 08:54:47 +00:00
János Benjamin Antal
2aa613fd14
Merge pull request #66924 from ClickHouse/fix-flaky-01923_network_receive_time_metric_insert
...
Decrease rate limit in `01923_network_receive_time_metric_insert`
2024-07-25 08:35:48 +00:00
Nikita Fomichev
b5171df779
Update test 03198_table_function_directory_path.sql
2024-07-25 10:32:52 +02:00
János Benjamin Antal
d785f4dde9
Merge pull request #67070 from ClickHouse/fix-flaky-test-seekable-formats-tests
...
Fix flaky `test_seekable_formats_url` and `test_seekable_formats` S3 storage tests
2024-07-25 08:32:52 +00:00
János Benjamin Antal
2def300631
Merge pull request #67049 from ClickHouse/fix-sanitizer-allocation-size-is-too-big
...
Increase max allocation size for sanitizers
2024-07-25 08:32:38 +00:00
Nikita Fomichev
c6a643f981
Update tests/queries/0_stateless/02992_all_columns_should_have_comment.sql
2024-07-25 10:31:38 +02:00
Ilya Yatsishin
db5b4c0e96
Merge pull request #66986 from qoega/integration-flaky-check-repeat
...
Add hardening to integration tests flaky check: repeat test case multiple times with same environment.
2024-07-25 08:18:37 +00:00
joelynch
e1dc94e1a5
Merge branch 'master' into joelynch/table-comments
2024-07-25 10:15:03 +02:00
Nikita Fomichev
e1f89f41f7
Merge pull request #67027 from ClickHouse/fix-flaky-integration-tests
...
Integration tests: fix flaky tests `test_backup_restore_on_cluster/test_concurrency.py` & `test_manipulate_statistics/test.py`
2024-07-25 07:50:17 +00:00
Michael Kolupaev
1b2fd51e09
Merge pull request #66977 from ClickHouse/uwo
...
Apply libunwind fix
2024-07-25 03:40:19 +00:00
Konstantin Bogdanov
e21d23d04d
Less locks
2024-07-25 05:28:59 +02:00
Konstantin Bogdanov
80b9b13771
Less checks, more locks
2024-07-25 05:28:59 +02:00
Konstantin Bogdanov
cea3bbc45b
More checks
2024-07-25 05:28:59 +02:00
Konstantin Bogdanov
aa9908f6da
Fix harder
2024-07-25 05:28:58 +02:00
Konstantin Bogdanov
f239dd67ee
Fix
2024-07-25 05:28:52 +02:00
Michael Kolupaev
36e59a1b70
Final commit hash
2024-07-25 01:58:27 +00:00
zoomxi
82959ce5b3
format test.py
2024-07-25 09:55:23 +08:00
Anton Popov
fa437b34ec
Increase timeout for curl in tests
2024-07-25 03:16:20 +02:00
Alexander Tokmakov
8df648b3c8
fix a test, add retries for sql tests
2024-07-25 00:56:41 +02:00
Raúl Marín
a35a01c76c
Merge pull request #66976 from Algunenano/247_changelog
...
Add initial 24.7 changelog
2024-07-24 22:37:54 +00:00
Raúl Marín
6e3dccf365
Merge pull request #67040 from ClickHouse/revert-62103-pufit/fuzz-query
...
Revert "FuzzQuery table function"
2024-07-24 20:48:58 +00:00
Max K.
a45a7329dc
Merge pull request #67004 from ClickHouse/ci_fix_jepsen_wf
...
CI: Jepsen Workflow fix for skipped builds and observability
2024-07-24 20:13:51 +00:00
Alexey Milovidov
397a523971
Merge pull request #67019 from ClickHouse/divanik/fix_test_azure_flaky
...
[Green CI] Fix test test_storage_azure_blob_storage
2024-07-24 19:03:05 +00:00
jsc0218
687c99e39a
try to fix
2024-07-24 18:37:25 +00:00
Max K
9de43325e4
CI: Jepsen Workflow with CI buddy
2024-07-24 19:51:34 +02:00
Antonio Andelic
67567fcff4
Fix build
2024-07-24 19:51:22 +02:00
Antonio Andelic
d89a6e95a6
Merge pull request #67003 from ClickHouse/fix-01454_storagememory_data_race_challenge
...
Fix flaky `01454_storagememory_data_race_challenge`
2024-07-24 17:37:10 +00:00
Sema Checherinda
5d88f6fc8c
fix MIN_ITERATIONS
2024-07-24 19:32:20 +02:00
Alexey Milovidov
32caef5d34
Merge pull request #67065 from ClickHouse/docs-json-schema-inference
...
Update link for JSON schema inference in NYPD dataset
2024-07-24 16:48:46 +00:00
robot-clickhouse
ce153c9b54
Automatic style fix
2024-07-24 16:05:18 +00:00
Vitaly Baranov
2e25808e58
Fix test test_backup_restore_s3.
2024-07-24 18:04:29 +02:00
Nikita Taranov
408c5bbbd1
Merge pull request #66905 from ClickHouse/fix_deadlock_on_cancel
...
Fix possible deadlock on query cancel with parallel replicas
2024-07-24 16:00:33 +00:00
alesapin
68c53764f2
Update tests/performance/decimal_aggregates.xml
2024-07-24 17:50:42 +02:00
János Benjamin Antal
fa48ff0ca1
Separate tests
2024-07-24 15:49:17 +00:00
Sema Checherinda
c3620391b0
fix style
2024-07-24 17:48:07 +02:00