alesapin
1a3cdc3388
Upload build artifact in case of build failures
2021-12-24 12:56:09 +03:00
alesapin
94b351e6a5
Merge pull request #33131 from ClickHouse/fix_clang_tidy2
...
Fix clang tidy
2021-12-24 12:42:12 +03:00
alesapin
e3d8457a6f
Fix PVS
2021-12-24 12:41:01 +03:00
Alexey Milovidov
b7799dcc45
Remove even more useless code
2021-12-24 12:25:27 +03:00
Alexey Milovidov
ce5d63510f
Remove even more useless code
2021-12-24 12:25:27 +03:00
Alexey Milovidov
edb50b5844
Remove unused code
2021-12-24 12:25:27 +03:00
Alexey Milovidov
d1df2af2df
Move two tests out of fast test
2021-12-24 12:25:27 +03:00
Alexey Milovidov
8b91bdf9f2
Enable query profiler
2021-12-24 12:25:27 +03:00
Alexey Milovidov
a96b4d50d6
Fix error
2021-12-24 12:25:27 +03:00
Alexey Milovidov
6e09a2a642
Fix build
2021-12-24 12:25:27 +03:00
Alexey Milovidov
82c188e665
Fix build
2021-12-24 12:25:27 +03:00
Alexey Milovidov
003ee51c6d
Fix buildId
2021-12-24 12:25:27 +03:00
Alexey Milovidov
ae61cf66b5
Fix resources
2021-12-24 12:25:27 +03:00
Alexey Milovidov
29d28c531f
Move code around to avoid dlsym on Musl
2021-12-24 12:25:27 +03:00
Alexey Milovidov
f9d3e45e49
Remove strange whitespace
2021-12-24 12:25:27 +03:00
Alexey Milovidov
f6dc07b475
Update test
2021-12-24 12:25:27 +03:00
Alexey Milovidov
d6ece47b7f
Allow vfork
2021-12-24 12:25:27 +03:00
Alexey Milovidov
fb5b1c3d6a
Make tests not depend on subtle changes in math functions
2021-12-24 12:25:27 +03:00
Alexey Milovidov
7897d93b25
Increase stack size on Musl
2021-12-24 12:25:27 +03:00
Alexey Milovidov
ad05c90c00
Fix build
2021-12-24 12:25:27 +03:00
Alexey Milovidov
6472e8691d
Fix build
2021-12-24 12:25:27 +03:00
Alexey Milovidov
1fcb0006f3
Disable some libraries
2021-12-24 12:25:26 +03:00
Alexey Milovidov
204cc11e29
Fix incorrect include
2021-12-24 12:25:26 +03:00
alesapin
df0af75864
Fix clang tidy
2021-12-24 10:36:39 +03:00
mergify[bot]
da4dc1680a
Merge branch 'master' into add_jepsen_test
2021-12-24 07:31:25 +00:00
Kevin Michel
ffc1fca296
Start/stop servers when listen_host/*_port changes
...
This allows starting and stopping separately each protocol server
without restarting ClickHouse.
This also allows adding or removing `listen_host` entries, which
start and stops servers for all enabled ports.
When stopping a server, the listening socket is immediately closed
(and available for another server).
Protocols with persistent connections try to wait for any currently
running query to finish before closing the connection, but idle
connection are closed quickly (depending on how often the protocol
is polled).
An extra ProfileEvent is added, `MainConfigLoads`, it is
incremented every time the configuration is reloaded. This helps
when trying to assess whether the new configuration was applied.
2021-12-24 08:26:02 +01:00
mergify[bot]
d4ec469ed1
Merge branch 'master' into query-kind-concurent_restriction
2021-12-24 07:02:00 +00:00
freedomDR
fbddbebca8
fix bitmapData rb_contain rb_remove
2021-12-24 06:21:13 +00:00
alexey-milovidov
a7f29f959f
Merge pull request #33122 from ClickHouse/fix-test-01821
...
Fix test that was dependent on time zone
2021-12-24 06:27:57 +03:00
taiyang-li
82465fd22e
fix style
2021-12-24 10:49:12 +08:00
taiyang-li
004180c92f
fix sytle
2021-12-24 10:27:44 +08:00
Alexey Milovidov
26e10c1fbb
Remove unused header
2021-12-24 04:02:26 +03:00
Alexey Milovidov
df8689ce22
Fix test that was dependent on time zone
2021-12-24 03:57:50 +03:00
alexey-milovidov
6eecb3b457
Merge pull request #32934 from lehasm/alexey-sm-DOCSUP-15663-doc-interserver-credential-rotation
...
DOCSUP-15663: document interserver credential rotation
2021-12-24 03:55:12 +03:00
alexey-milovidov
2c73ee2758
Merge pull request #32641 from gulige/master
...
avoid inconsistent state in Block
2021-12-24 03:54:38 +03:00
alexey-milovidov
dea2543177
Update Field.h
2021-12-24 03:26:31 +03:00
karnevil13
c5a22e6799
Merge branch 'master' into karnevil-DOCSUP-20367
2021-12-24 02:57:28 +03:00
alexey-milovidov
0e3af2f19a
Merge pull request #33097 from kssenii/clickhouse-local-send-profile-onfo
...
clickhouse-local send profile info
2021-12-24 02:29:36 +03:00
karnevil13
c6f6630627
insert_quorum_parallel-EdTranRus
2021-12-24 02:28:39 +03:00
avogar
e38cb0389c
Remove NOLINT
2021-12-23 21:22:51 +03:00
avogar
26dc1bc4e1
Fix style
2021-12-23 21:03:26 +03:00
avogar
47ad4200c9
Fix test
2021-12-23 21:00:22 +03:00
avogar
85d214d560
Fix build
2021-12-23 20:14:54 +03:00
avogar
2e02a6bcca
Try to fix build
2021-12-23 19:47:29 +03:00
avogar
9333265c1a
Minor change
2021-12-23 19:47:29 +03:00
avogar
ce68c54b03
Fix comments, reduce extra copying
2021-12-23 19:47:29 +03:00
avogar
5e5d6609ed
Proper cast to bool
2021-12-23 19:47:29 +03:00
avogar
19faf46b68
Improve Bool data type
2021-12-23 19:47:29 +03:00
meoww-bot
3d2bacc56d
Update one.md
2021-12-24 00:38:50 +08:00
meoww-bot
c79344373e
Fix some words
2021-12-23 23:40:01 +08:00