Commit Graph

103380 Commits

Author SHA1 Message Date
Alexander Gololobov
424ae4686e Cleaups based on code review comments 2022-12-20 17:02:30 +01:00
Alexander Gololobov
5349a0b966 Update stateful test results, diff is caused by duplicate U+258B in the old version 2022-12-20 16:50:31 +01:00
Alexander Gololobov
e127e3d938 Update test results, diff is caused by duplicate U+258B in the old version 2022-12-20 09:57:34 +01:00
Alexander Gololobov
2ab6b7d033 Check remaining space to avoid buffer overruns; some cleanups 2022-12-20 02:39:44 +01:00
Alexander Gololobov
4cd91b1ec6 Test for bar() with fractional width 2022-12-20 02:17:02 +01:00
Dan Roscigno
eaa176beb8
Merge pull request #44403 from ClickHouse/cleanup-install-guide
Further clean up of install guide
2022-12-19 17:53:08 -05:00
DanRoscigno
c64ca04bfb add docker back to top 2022-12-19 17:30:30 -05:00
Dan Roscigno
da09214ffe
Merge branch 'master' into cleanup-install-guide 2022-12-19 17:19:35 -05:00
Han Fei
5a6cdd4825
Merge pull request #44349 from hanfei1991/hanfei/fix-async-flaky
fix flack test "02481_async_insert_dedup"
2022-12-19 21:53:15 +01:00
Han Fei
a07a6147f0
Merge branch 'master' into hanfei/fix-async-flaky 2022-12-19 21:52:28 +01:00
Nikolai Kochetov
ce56ae61c6
Merge pull request #44335 from ClickHouse/check-s3-part-upload-settings
Check s3 part upload settings
2022-12-19 21:12:06 +01:00
Robert Schulze
d33101e396
Further clean up install guide 2022-12-19 19:27:15 +00:00
Mikhail f. Shiryaev
b5a791ddbc
Merge pull request #44386 from ClickHouse/check-submodules
Add check for submodules sanity
2022-12-19 17:51:56 +01:00
Mikhail f. Shiryaev
5ab3ab8b9f
Clean stale submodule 2022-12-19 17:36:04 +01:00
Mikhail f. Shiryaev
815ba5b48f
Add check for submodules sanity 2022-12-19 17:36:03 +01:00
Dan Roscigno
0346ac9957
Merge pull request #44350 from DanRoscigno/simplify-install-docs
highlight curl and Docker
2022-12-19 11:17:38 -05:00
Dan Roscigno
180321a21b
Merge branch 'master' into simplify-install-docs 2022-12-19 11:04:53 -05:00
Mikhail f. Shiryaev
3c7cfc297c
Merge pull request #44377 from DanRoscigno/edit-dictionary
add runnable to ignore list
2022-12-19 16:47:03 +01:00
Dan Roscigno
3e17926139
Merge branch 'master' into simplify-install-docs 2022-12-19 10:24:16 -05:00
Mikhail f. Shiryaev
7745824421
Ignore aspell-ignore in general PR CI 2022-12-19 16:21:14 +01:00
Sergei Trifonov
6f7bba159f
Merge pull request #41840 from ClickHouse/io-scheduler
IO scheduling subsystem
2022-12-19 15:15:19 +01:00
Robert Schulze
dbe5fda11c
AArch64 --> ARM, x86_64 --> x86-64, + more
- revert back to "two" options instead of "three". Docker is a form of self-hosted ClickHouse and it is also listed as such in the text.
2022-12-19 15:13:25 +01:00
DanRoscigno
ca9f27b68c add runnable to ignore list 2022-12-19 08:36:18 -05:00
DanRoscigno
b0c271381d add easy button 2022-12-19 08:22:03 -05:00
Han Fei
98efee2d75
Merge branch 'master' into hanfei/fix-async-flaky 2022-12-19 14:14:29 +01:00
Nikolai Kochetov
a3226b2daf Remove extra compare operator. Review fixes. 2022-12-19 13:12:59 +00:00
DanRoscigno
6a8a4586a5 apply Robert's edits 2022-12-19 08:10:20 -05:00
Han Fei
1cb98eb2d6 address comments 2022-12-19 14:05:50 +01:00
Mikhail f. Shiryaev
27b92a69dc
Merge pull request #44311 from ClickHouse/fix-false-success-built
Fix false success rerun on similar prefix for another builds
2022-12-19 13:58:29 +01:00
Igor Nikonov
b0b850526e
Merge pull request #43851 from ClickHouse/grace_hash_join_follow_up
Some cleanup: grace hash join
2022-12-19 12:55:37 +01:00
alesapin
12fbed86e5
Merge pull request #44363 from ClickHouse/keeper-zookeeper-test-restart-zk-cluster
Try restarting ZK cluster on failed connection in `test_keeper_zookeeper_converted`
2022-12-19 12:52:10 +01:00
Anton Popov
93b81d2e34
Merge pull request #44299 from CurtizJ/reset-parts-in-insert
Do not hold data parts during insert
2022-12-19 11:57:24 +01:00
Han Fei
ad9bb83464
Merge branch 'master' into hanfei/fix-async-flaky 2022-12-19 11:50:32 +01:00
Antonio Andelic
55dd591392 Try restarting ZK cluster on failed connection 2022-12-19 09:28:59 +00:00
Antonio Andelic
0162632275
Merge pull request #44306 from ClickHouse/another-fix-for-test-server-reload
Another fix `test_server_reload`
2022-12-19 09:14:03 +01:00
Alexey Milovidov
f3a4163c87
Merge pull request #41099 from peter279k/improve_build
Improve building steps
2022-12-19 04:01:14 +03:00
DanRoscigno
feaa166098 highlight curl and Docker 2022-12-18 18:45:16 -05:00
Dan Roscigno
5ac8963421
Merge pull request #44347 from tbragin/patch-2
Update install.md - help users more easily find self-managed install instructions below the fold
2022-12-18 18:01:37 -05:00
Han Fei
5a211ea5a2
Merge branch 'master' into hanfei/fix-async-flaky 2022-12-18 22:49:02 +01:00
Han Fei
ee250174ab fix flack test "02481_async_insert_dedup.python" 2022-12-18 22:44:51 +01:00
Tanya Bragin
7f9f819b20
Update install.md
@DanRoscigno I suggest that we change this page to link "Self-Managed ClickHouse" to the `#self-managed-install` anchor below for self-managed install tutorial. This prominent link at the top currently leads to our Github README page, which contains no install instructions. The navigation on the side is pretty hard to notice in the current understated styling vs this red link, so it's easy for users looking for download instructions to navigate away from this page unintentionally, and potentially get lost.
2022-12-18 11:55:21 -08:00
Kseniia Sumarokova
95d115a8bb
Merge pull request #44337 from ClickHouse/fix-typo-4
Fix typo
2022-12-18 15:58:28 +01:00
Nikolai Kochetov
4032ee8203 Try to fix another one test 2022-12-18 12:31:17 +00:00
Alexey Milovidov
2fc2fecd5d
Merge pull request #44193 from ClickHouse/igor/block_number_relaxed_counter
Make atomic counter relaxed in blockNumber()
2022-12-18 06:45:23 +03:00
Alexey Milovidov
8729dc1e54
Merge pull request #44328 from ClickHouse/git-import-no-debug
Disable "git-import" test in debug mode
2022-12-18 05:46:51 +03:00
Alexey Milovidov
3aed4c2f0c Fix typo 2022-12-18 01:57:06 +01:00
Nikolai Kochetov
2b999ce715 Fixing testx. 2022-12-17 21:23:08 +00:00
Nikolai Kochetov
f7c308077d Fixing build. 2022-12-17 17:12:04 +00:00
Nikolai Kochetov
b3278211bb Fixing tests. 2022-12-17 16:06:42 +00:00
Nikolai Kochetov
b2355a2212 Fixing tests. 2022-12-17 16:02:34 +00:00