Commit Graph

108686 Commits

Author SHA1 Message Date
Dmitry Novik
16a9ac9118 Try to add test 2023-02-21 00:52:54 +00:00
Alexey Milovidov
c0b50c981a
Installation instructions in README 2023-02-21 02:53:36 +03:00
robot-clickhouse
abeb1c5ba8 Automatic style fix 2023-02-20 23:49:25 +00:00
Alexey Milovidov
f7df0fa0bf
Merge pull request #46582 from azat/tests/expect
Fix flakiness of expect tests for clickhouse-client by avoiding history overlap
2023-02-21 02:49:14 +03:00
Alexey Milovidov
d0d6306102 Fix coverity 2023-02-21 00:46:27 +01:00
Alexey Milovidov
4a2bd6e0aa Adapt a test 2023-02-21 00:43:10 +01:00
Alexey Milovidov
dc4b52e54e Adapt a test 2023-02-21 00:41:40 +01:00
Alexey Milovidov
40d11ce422 Adapt a test 2023-02-21 00:39:32 +01:00
Alexey Milovidov
67d808f49a Add settings changes history 2023-02-21 00:30:38 +01:00
Alexey Milovidov
4d0ba39e7f Merge branch 'master' into keeper-retries-by-default 2023-02-21 00:27:37 +01:00
Kseniia Sumarokova
24d0490ef3
Merge branch 'master' into delay-loading-of-named-collections 2023-02-21 00:24:18 +01:00
Alexey Milovidov
924e9e027c
Merge pull request #46601 from ClickHouse/add-detail-to-changelog-instructions
Update changelog README
2023-02-21 02:16:53 +03:00
Alexey Milovidov
050b345172
Merge pull request #46627 from ClickHouse/alexey-milovidov-patch-6
Fix #46620
2023-02-21 02:11:14 +03:00
Alexey Milovidov
4e467d842d Inhibit index_granularity_bytes randomization in some tests 2023-02-20 23:48:46 +01:00
Alexey Milovidov
b1d9ba9da1
Fix #46620 2023-02-21 01:46:10 +03:00
Alexey Milovidov
b1e0e587e6 Inhibit index_granularity_bytes randomization in some tests 2023-02-20 23:43:11 +01:00
Mikhail f. Shiryaev
2b4f5f82da
Merge pull request #46586 from ClickHouse/log-rollback-always
Always log rollback for release.py
2023-02-20 23:17:20 +01:00
Alexey Milovidov
92b93cce32
Merge pull request #46593 from ClickHouse/kssenii-patch-6
Update 00170_s3_cache.sql
2023-02-21 00:15:39 +03:00
Alexey Milovidov
c309dafc28
Merge pull request #46599 from ClickHouse/tavplubix-patch-5
Update compare.sh
2023-02-21 00:12:33 +03:00
Kruglov Pavel
b0424c1021
Merge pull request #46171 from Avogar/insert-null-as-default
Use default of column type in `insert_null_as_default` if column DEFAULT values is not specified
2023-02-20 21:45:02 +01:00
robot-clickhouse
7f487f03e7 Automatic style fix 2023-02-20 19:24:15 +00:00
Arthur Passos
4f2fcf763b
Merge branch 'master' into add_select_final_mt_setting 2023-02-20 16:22:14 -03:00
Dmitry Novik
3c4c527bce Fix MemoryTracker counters for async inserts 2023-02-20 18:40:57 +00:00
Maksim Kita
4d23f74a53
Merge pull request #46494 from kitaisreal/query-plan-filter-push-down-sorting-fix
Planner filter push down optimization fix
2023-02-20 21:36:34 +03:00
Kseniia Sumarokova
47604ad77e
Merge pull request #46106 from kssenii/return-materialized-postrgesql-tests-back
Enable disabled MaterializedPostgreSQL tests back in CI
2023-02-20 19:04:58 +01:00
Arthur Passos
6ed71120fb possibly fix explain syntax test 2023-02-20 14:46:45 -03:00
SmitaRKulkarni
8ebbd03553
Merge pull request #46583 from ClickHouse/Support_parameterized_view_with_in_clause
Support for IN clause in parameterized views
2023-02-20 18:26:31 +01:00
Alexander Gololobov
c84a64d22f Return chunks with 0 rows from MergeTreeSource to report progress when rows are filtered in PREWHERE 2023-02-20 17:35:01 +01:00
kssenii
0a36398847 Update test 2023-02-20 16:53:06 +01:00
Kseniia Sumarokova
cc0daccec8
Merge pull request #46608 from ClickHouse/kssenii-patch-8
Temporarily disable test_rabbitmq_overloaded_insert
2023-02-20 16:45:17 +01:00
Kseniia Sumarokova
0d9a541441
Update test.py 2023-02-20 16:43:10 +01:00
kssenii
9d16205c8a Load named collections on first access 2023-02-20 16:33:45 +01:00
Dan Roscigno
32de437533
Update changelog README 2023-02-20 09:49:14 -05:00
Han Fei
4715e2c172 update llvm-project to fix gwp-asan 2023-02-20 15:36:45 +01:00
Alexander Tokmakov
669c4e94d5
Update compare.sh 2023-02-20 17:35:30 +03:00
Alexey Milovidov
d076e17655
Merge pull request #46597 from ClickHouse/fix-install-arm64-deps
Fix dependencies for InstallPackagesTestAarch64
2023-02-20 17:27:14 +03:00
Mikhail f. Shiryaev
3272e7d778
Fix dependencies for InstallPackagesTestAarch64 2023-02-20 15:23:24 +01:00
Alexey Milovidov
5ef159fa10
Merge pull request #46565 from ClickHouse/remove-pvs-studio
Remove PVS-Studio
2023-02-20 17:10:53 +03:00
avogar
a80ce02199 Update test 2023-02-20 13:50:20 +00:00
avogar
1539f812b3 Fix processing Const(LowCardinality) in arrayMap 2023-02-20 13:48:52 +00:00
kssenii
80a0aa1327 Merge remote-tracking branch 'upstream/master' into return-materialized-postrgesql-tests-back 2023-02-20 14:37:39 +01:00
kssenii
591510c20e Uodate test 2023-02-20 14:36:53 +01:00
Kseniia Sumarokova
514e3cbf90
Update test.py 2023-02-20 14:29:04 +01:00
kssenii
361678ad73 rabbitmq-test-fix 2023-02-20 14:16:40 +01:00
Azat Khuzhin
a6d420a1c6 One cannot use /dev/null as a history file since replxx run chmod
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-20 13:59:46 +01:00
vdimir
78c35ffc45
finally fix attachProfileCountersScope 2023-02-20 12:28:44 +00:00
Kseniia Sumarokova
9fb7d4fd05
Update .reference 2023-02-20 12:55:24 +01:00
Kseniia Sumarokova
34cda2bcb2
Update 00170_s3_cache.sql 2023-02-20 12:54:13 +01:00
Azat Khuzhin
9bdb3220b9 tests: add a note about alacritty for 02132_client_history_navigation
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-20 12:28:27 +01:00
Azat Khuzhin
dbb4bdee1d Allow parallel execution of 02003_memory_limit_in_client
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-20 11:40:04 +01:00