Alexey Milovidov
|
b38c46a87d
|
Minor change
|
2024-08-02 19:08:51 +02:00 |
|
Nikolai Kochetov
|
0e0280b903
|
Merge branch 'master' into anoter-case-of-non-deterministic-func-in-group-by-key
|
2024-08-02 16:57:29 +00:00 |
|
avogar
|
89c47df559
|
Fix variant as common type in if function with Tuples and Maps
|
2024-08-02 16:52:46 +00:00 |
|
Sasha Sheikin
|
ae6d4bdd8a
|
Fix positionCaseInsensitive example
|
2024-08-02 18:47:29 +02:00 |
|
Nikita Taranov
|
3dc73ad677
|
Merge pull request #65320 from ClickHouse/nickitat-patch-20
Fix some perf tests
|
2024-08-02 16:28:45 +00:00 |
|
Nikita Taranov
|
8735076fbf
|
Merge pull request #67605 from ClickHouse/fix_01605_adaptive_granularity_block_borders
Fix 01605_adaptive_granularity_block_borders
|
2024-08-02 16:27:44 +00:00 |
|
Nikita Taranov
|
6c2f2aed48
|
Merge pull request #67396 from ClickHouse/mute_broken_perf_test
Mute degraded perf test
|
2024-08-02 16:26:53 +00:00 |
|
Max K
|
cebb366838
|
more fixes
|
2024-08-02 18:23:52 +02:00 |
|
Alexey Milovidov
|
fcb0ce7361
|
Fix docs build
|
2024-08-02 18:17:32 +02:00 |
|
Alexey Milovidov
|
364622f567
|
Minor change
|
2024-08-02 18:17:13 +02:00 |
|
sakulali
|
8d42b42c10
|
Merge remote-tracking branch 'origin/master' into autodetect-config-format
|
2024-08-02 23:56:03 +08:00 |
|
Nikolai Kochetov
|
18c69e164f
|
Merge pull request #67536 from ClickHouse/fix-67330
Prefer constant to INPUT in PlannerActionsVisitor.
|
2024-08-02 15:55:45 +00:00 |
|
Lennard Eijsackers
|
2110b765d1
|
Style check fix + adding debug info to query output
Signed-off-by: Lennard Eijsackers <lennardeijsackers92@gmail.com>
|
2024-08-02 17:53:12 +02:00 |
|
Alexey Milovidov
|
accb8ae78d
|
Merge branch 'master' into fix-json-recursion
|
2024-08-02 17:49:36 +02:00 |
|
Alexey Milovidov
|
743bd5fd6d
|
Merge branch 'master' into enable-text-log
|
2024-08-02 17:49:04 +02:00 |
|
Alexey Milovidov
|
aecb1dcc10
|
Merge branch 'master' into add-assert-into-timer-descriptor
|
2024-08-02 17:48:04 +02:00 |
|
Alexey Milovidov
|
fece77d4d8
|
Merge branch 'master' into fix-race-condition-in-settings-processlist
|
2024-08-02 17:45:56 +02:00 |
|
Alexey Milovidov
|
e3d03ce3f9
|
Merge branch 'master' into miscellaneous-2
|
2024-08-02 17:43:33 +02:00 |
|
Alexey Milovidov
|
b3e2ce6955
|
Minor change
|
2024-08-02 17:40:52 +02:00 |
|
Miсhael Stetsyuk
|
f1df59d6c9
|
Merge pull request #66703 from ClickHouse/add-replication-lag-and-recovery-time-metrics
Add replication lag and recovery time metrics
|
2024-08-02 15:21:43 +00:00 |
|
Igor Nikonov
|
b5c100bcb9
|
Merge remote-tracking branch 'origin/master' into pr-all-connection-failed
|
2024-08-02 15:12:21 +00:00 |
|
Nikita Fomichev
|
1fd9464947
|
Merge pull request #67454 from ClickHouse/24.7-testing-and-docs
24.7 add missing documentation and testing
|
2024-08-02 15:00:47 +00:00 |
|
Max K.
|
2eaeae8800
|
Merge pull request #67677 from ClickHouse/auto/v24.3.6.48-lts
Update version_date.tsv and changelog after v24.3.6.48-lts
|
2024-08-02 14:44:26 +00:00 |
|
Nikita Fomichev
|
664e131f4f
|
Integration tests: fix ports clashing problem 4
|
2024-08-02 16:09:48 +02:00 |
|
alesapin
|
aefed7cdd6
|
Update tests/queries/0_stateless/03164_s3_settings_for_queries_and_merges.sql
|
2024-08-02 16:06:53 +02:00 |
|
Nikita Fomichev
|
2c9cef38e5
|
Stateless tests: fix hanging tests 02473_multistep_prewhere* 00411_long_accurate_number_comparison*
|
2024-08-02 16:05:39 +02:00 |
|
Nikita Fomichev
|
9c7464e065
|
Stateless tests: reduce pure_http_client timeout to get reasons of timed out tests
|
2024-08-02 16:04:11 +02:00 |
|
robot-clickhouse
|
83096249a7
|
Update version_date.tsv and changelogs after v24.3.6.48-lts
|
2024-08-02 13:54:33 +00:00 |
|
Antonio Andelic
|
c2dd62256a
|
Merge pull request #67658 from ClickHouse/fix-flaky-test_replicated_table_attach
Fix flaky `test_replicated_table_attach`
|
2024-08-02 13:54:19 +00:00 |
|
alesapin
|
a930c768c3
|
Merge pull request #67449 from ClickHouse/divanik/add_docs_about_docker_runner_image_relaunch
[Docs] Building integration tests runner docker image for a local testing
|
2024-08-02 13:22:59 +00:00 |
|
Lennard Eijsackers
|
8d97968006
|
Use FunctionArgumentDescriptors to check bitSlice function + add test case
Signed-off-by: Lennard Eijsackers <lennardeijsackers92@gmail.com>
|
2024-08-02 15:13:37 +02:00 |
|
kssenii
|
db0bce3352
|
Try make the code more understandable
|
2024-08-02 15:01:15 +02:00 |
|
Kseniia Sumarokova
|
d8d5d45412
|
Merge branch 'master' into add-no-distributed-cache-tag
|
2024-08-02 14:50:43 +02:00 |
|
Nikita Fomichev
|
5256e8e6d0
|
Integration tests: fix ports clashing problem 3
|
2024-08-02 14:36:49 +02:00 |
|
Raúl Marín
|
829d07c3a5
|
Make 02703_row_policies_for_asterisk parallelizable
|
2024-08-02 14:22:37 +02:00 |
|
Raúl Marín
|
cb83274d37
|
Make 02703_row_policy_for_database parallelizable
|
2024-08-02 14:18:31 +02:00 |
|
vdimir
|
f55784c636
|
Fix 03203_client_benchmark_options
|
2024-08-02 12:07:05 +00:00 |
|
Raúl Marín
|
85cecf990d
|
Parallelize 02703_row_policies_for_database_combination
|
2024-08-02 14:06:51 +02:00 |
|
Nikita Fomichev
|
a64e625f0b
|
Integration tests: fix ports clashing problem 2
|
2024-08-02 14:03:27 +02:00 |
|
Raúl Marín
|
45f54c3633
|
Make 01086_window_view_cleanup parallelizable
|
2024-08-02 14:01:01 +02:00 |
|
Raúl Marín
|
cae7645850
|
Make 02514_null_dictionary_source parallelizable
|
2024-08-02 14:00:50 +02:00 |
|
Julia Kartseva
|
528187410f
|
Merge pull request #65751 from jkartseva/store-plain-rw-metadata-separately
Store `plain_rewritable` disk metadata in the separate `'__meta'` layout; add flat object storage directory structure
|
2024-08-02 11:52:59 +00:00 |
|
Antonio Andelic
|
d2d8a16ca6
|
Fix refreshable MVs
|
2024-08-02 13:52:01 +02:00 |
|
Raúl Marín
|
9bfdb818db
|
Merge pull request #67610 from Algunenano/no-parallel
Remove some `no-parallel` tags from tests
|
2024-08-02 11:49:18 +00:00 |
|
robot-clickhouse
|
34cba1bdda
|
Automatic style fix
|
2024-08-02 11:46:12 +00:00 |
|
Michael Stetsyuk
|
7d45529fe8
|
randomize query id in test_checking_s3_blobs_paranoid
|
2024-08-02 12:37:40 +01:00 |
|
Raúl Marín
|
0cd18688e1
|
Merge remote-tracking branch 'blessed/master' into bad_logs
|
2024-08-02 13:37:00 +02:00 |
|
Nikita Fomichev
|
7d1e958097
|
Integration tests: fix ports clashing problem
|
2024-08-02 13:32:59 +02:00 |
|
Michael Stetsyuk
|
092c837119
|
randomize table name in test_storage_delta
|
2024-08-02 12:14:37 +01:00 |
|
Nikita Taranov
|
d93c566991
|
Merge pull request #67620 from ClickHouse/nickitat-patch-29
Try fix 03143_asof_join_ddb_long
|
2024-08-02 11:02:03 +00:00 |
|