Commit Graph

103325 Commits

Author SHA1 Message Date
Sema Checherinda
da01af356c
Merge pull request #43760 from CheSema/do-not-run-clear-old-parts-at-shutdown
do not clear old parts at shutdown
2022-12-12 12:00:52 +01:00
Mikhail f. Shiryaev
092f87a60d
Merge pull request #44079 from ClickHouse/gh-helper-cache
Fix the CACHE_PATH creation for default value
2022-12-12 11:05:36 +01:00
Azat Khuzhin
3dfc86d3f8 Enable -Werror unconditionally (will enable it for FreeBSD)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-12 08:05:57 +01:00
Azat Khuzhin
9ed6aa0be1 Fix -Wshorten-64-to-32 on FreeBSD
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-12 08:05:28 +01:00
flynn
b68bbbd74e
Merge branch 'master' into filelog-fix 2022-12-12 11:33:33 +08:00
flynn
6c94a19bd7 fix 2022-12-12 03:33:06 +00:00
Alexey Milovidov
bca18298a1
Merge pull request #44067 from ClickHouse/fix-quantiles-msan
Fix undefined behavior in `quantiles` function
2022-12-12 04:19:00 +03:00
Alexey Milovidov
e5f8a4e4c2
Merge pull request #44129 from ClickHouse/better-signal-messages
Better descriptions of signals
2022-12-12 04:18:32 +03:00
Nikolay Degterinsky
19e95e8cd8 Better implementation of password rules 2022-12-11 23:59:04 +00:00
flynn
3ec93d4c00 fix 2022-12-11 16:40:36 +00:00
Azat Khuzhin
de58e9c02d Integrate skim into the client/local
Note, that it can the fail the client if the skim itself will fail,
however I haven't seen it panicd, so let's try.

P.S. about adding USE_SKIM into configure header instead of just compile
option for target, it is better, because it allows not to recompile lots
of C++ headers, since we have to add skim library as PUBLIC.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:52:00 +01:00
Azat Khuzhin
8570f15688 Configure rustc compiler properly
Right now it works for host platforms because of gcc package, that
includes gcc-cross sysroot.

Use bundled sysroot from contrib instead.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:52:00 +01:00
Azat Khuzhin
f8a070acbe Add rust target folder to gitignore
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:51:37 +01:00
Azat Khuzhin
e6720689fc rust/blak3: remove eXecutable bit from CMakeLists
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:51:37 +01:00
Azat Khuzhin
67eab36086 corrosion-cmake: clean rules
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:51:37 +01:00
Sema Checherinda
a32a7ebb66
Update 01560_ttl_remove_empty_parts.sh
adjust test, do mutation with sync
2022-12-11 12:23:13 +01:00
Sema Checherinda
5c7d8bab5c
Merge branch 'master' into do-not-run-clear-old-parts-at-shutdown 2022-12-11 10:10:29 +01:00
Alexey Milovidov
9a48cf0da8
Merge pull request #40422 from pkubaj/patch-1
Add FreeBSD/powerpc64le support
2022-12-11 09:38:04 +03:00
Alexey Milovidov
c207162aae
Merge pull request #43728 from ClickHouse/install-script-diagnostics
try to remove clickhouse if already exists
2022-12-11 09:32:51 +03:00
Alexey Milovidov
4ceea2b43c
I hate abbreviations and short variable names wholeheartedly 2022-12-11 08:57:04 +03:00
Alexey Milovidov
d4d0cb864c
Merge branch 'master' into install-script-diagnostics 2022-12-11 08:54:49 +03:00
Alexey Milovidov
03648ab5a9
Merge pull request #43991 from ClibMouse/openssl_support
Add OpenSSL option to Clickhouse
2022-12-11 07:59:23 +03:00
Alexey Milovidov
aacbc3069c
Merge pull request #44124 from CurtizJ/fix-flaky-test
Fix flaky test `02497_trace_events_stress_long`
2022-12-11 07:51:44 +03:00
Alexey Milovidov
80cb90dac1
Merge pull request #44091 from ClickHouse/fix_44084
Fix another bug in AggregateFunctionMinMaxAny
2022-12-11 07:49:56 +03:00
Alexey Milovidov
0acadc6724 Fix one more UB 2022-12-11 04:29:06 +01:00
Alexey Milovidov
9cb095554f Update tests 2022-12-11 04:28:46 +01:00
Alexey Milovidov
552eed94f0 Merge branch 'better-signal-messages' into fix-quantiles-msan 2022-12-11 03:30:46 +01:00
Alexey Milovidov
fddfd356f5 Better descriptions of signals 2022-12-11 03:19:36 +01:00
Alexey Milovidov
a46699afcb Add more tests 2022-12-11 03:19:06 +01:00
Alexey Milovidov
21d617bd75
Merge pull request #44127 from ClickHouse/fix-typo-in-bugfix-check
Fix typo
2022-12-11 05:10:30 +03:00
Alexey Milovidov
268bfea2fc Fix typo 2022-12-10 23:42:53 +01:00
Robert Schulze
9d4d2355a7
Move using declaration out of global namespace 2022-12-10 18:58:31 +00:00
alesapin
e32951c982
Merge branch 'master' into alesapin-patch-1 2022-12-10 19:58:09 +01:00
Robert Schulze
8bcafe4544
Renaming PipelineResourcesHolder.h/cpp to QueryPlanResourceHolder.h/cpp 2022-12-10 18:08:10 +00:00
Yakov Olkhovskiy
6487acf9c0
Merge pull request #43352 from ClibMouse/s390x_enable_base64
Enable base64 on s390x platform
2022-12-10 10:10:38 -05:00
Anton Popov
0b42605053 fix flaky test '02497_trace_events_stress_long' 2022-12-10 14:04:01 +00:00
Nikita Taranov
3e3738bd49
impl (#44051) 2022-12-10 13:28:21 +01:00
Azat Khuzhin
f847629eba tests: exclude flaky columns from SHOW CLUSTERS test
CI: https://s3.amazonaws.com/clickhouse-test-reports/43922/a3a8e39375326ebc95ad6560516902c6431be4fc/fast_test.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-10 12:39:48 +01:00
Sema Checherinda
9a1152339c
Merge branch 'master' into do-not-run-clear-old-parts-at-shutdown 2022-12-10 09:44:56 +01:00
Sema Checherinda
e0a6ccc830
Merge pull request #44036 from CheSema/mutation-breaks-source-part
do not hardlink serialization.json in new part
2022-12-10 09:43:47 +01:00
Vitaly Baranov
b91af1b650 Fix initialization of s3 request settings. 2022-12-10 05:43:51 +01:00
BSWaterB
473a9c80b1
Create uk-price-paid.mdx
Adding missing text in translation
2022-12-10 11:14:39 +08:00
Nikolay Degterinsky
a8545a29a4 Better test 2022-12-10 01:32:15 +00:00
Boris Kuschel
592c73e2c3
Merge branch 'master' into openssl_support 2022-12-09 20:21:22 -05:00
Nikolay Degterinsky
f2c07c0337 Merge remote-tracking branch 'upstream/master' into password_complexity_rules 2022-12-10 00:46:05 +00:00
Suzy Wang
1903a1b645
Merge branch 'master' into s390x_enable_base64 2022-12-09 16:15:39 -05:00
Mikhail f. Shiryaev
fe44b514b7
Create GitHub cache directory optionally by default 2022-12-09 21:33:06 +01:00
Nikolai Kochetov
d27f61b4a2 Fix style. 2022-12-09 19:54:21 +00:00
Mikhail f. Shiryaev
658bd348ce
Merge pull request #44015 from ClickHouse/try-to-keep-runners
Try to keep runners alive for longer
2022-12-09 20:24:03 +01:00
Mikhail f. Shiryaev
9c934bf68a
Improve logging of the ci_runners_metrics_lambda 2022-12-09 20:15:29 +01:00