Alexey Milovidov
|
d8fa806fca
|
Merge pull request #36360 from ClickHouse/optimize-asynchronous-metric-log
Optimize `system.asynchronous_metric_log`
|
2022-04-28 20:16:17 +03:00 |
|
alesapin
|
db9cb4cf09
|
Merge pull request #36736 from ClickHouse/keeper-id-guards
Add an extra check for RAFT config change
|
2022-04-28 18:22:39 +02:00 |
|
alesapin
|
8f1a0f6625
|
Merge pull request #36258 from ClickHouse/keeper-recovery-mode
clickhouse-keeper support for force recovery
|
2022-04-28 11:20:59 +02:00 |
|
Antonio Andelic
|
44ff5f1697
|
Add some checks for endpoint change
|
2022-04-28 08:54:05 +00:00 |
|
Vitaly Baranov
|
641a5f5e35
|
Merge pull request #36198 from vitlibar/backup-improvements-3
Backup for replicated tables and other improvements
|
2022-04-28 09:23:53 +02:00 |
|
Alexey Milovidov
|
fa77778c3a
|
Fix "black"
|
2022-04-28 05:30:14 +02:00 |
|
Alexey Milovidov
|
de3a47c67a
|
Merge branch 'master' into optimize-asynchronous-metric-log
|
2022-04-28 05:03:57 +02:00 |
|
Antonio Andelic
|
3210d76300
|
Use correct nodes in test_keeper_znode_time
|
2022-04-27 11:29:27 +00:00 |
|
Vitaly Baranov
|
a8e924caf6
|
Make BACKUP & RESTORE synchronous by default.
|
2022-04-26 18:45:39 +02:00 |
|
Vitaly Baranov
|
a89ef54c69
|
Fix tests and compilation.
|
2022-04-26 13:32:23 +02:00 |
|
Vitaly Baranov
|
78bcb96098
|
Rename backup & restore setting 'async' -> 'sync', and make backup & restore async by default.
|
2022-04-26 09:51:19 +02:00 |
|
Antonio Andelic
|
cf022542bd
|
Merge branch 'master' into keeper-recovery-mode
|
2022-04-26 06:50:02 +00:00 |
|
mergify[bot]
|
4e82b56a8d
|
Merge branch 'master' into optimize-asynchronous-metric-log
|
2022-04-26 05:40:49 +00:00 |
|
alesapin
|
88f05ac14a
|
Fix black
|
2022-04-25 20:08:05 +02:00 |
|
mergify[bot]
|
e79de5a577
|
Merge branch 'master' into optimize-asynchronous-metric-log
|
2022-04-25 17:29:11 +00:00 |
|
alesapin
|
268cb29230
|
Disble test postgresql replica with asan
|
2022-04-25 16:37:50 +02:00 |
|
Vitaly Baranov
|
4de4fff590
|
Fix tests.
|
2022-04-25 16:34:34 +02:00 |
|
Vitaly Baranov
|
68a020ecea
|
Implement BACKUP/RESTORE ON CLUSTER.
|
2022-04-25 16:34:33 +02:00 |
|
Vitaly Baranov
|
ec5b89a6ac
|
Revert backup version 2. Add parameter data_file_path to handle duplicate files more easily without introducing a new backup format.
|
2022-04-25 16:34:33 +02:00 |
|
Vitaly Baranov
|
f14613f433
|
Implemented backup version 2: now files in backups are named by their checksums.
It will allow to store duplicate files only one time.
|
2022-04-25 16:34:33 +02:00 |
|
Vitaly Baranov
|
acd28d8a1d
|
Implement RESTORE for replicated tables.
|
2022-04-25 16:34:33 +02:00 |
|
Vitaly Baranov
|
d20b3d78c5
|
Rename some restore settings.
|
2022-04-25 16:34:17 +02:00 |
|
Kruglov Pavel
|
34c342fdd3
|
Merge pull request #36205 from Avogar/improve-globs
Some refactoring around schema inference with globs
|
2022-04-25 13:14:46 +02:00 |
|
Alexey Milovidov
|
52dc76eb28
|
Merge pull request #36433 from PolyProgrammist/integration-tests-notion
Notion for integration tests to build with ENABLE_CLICKHOUSE_ALL=ON
|
2022-04-25 01:23:14 +03:00 |
|
Alexey Milovidov
|
5ce6f0aae0
|
Fix test
|
2022-04-25 00:08:26 +02:00 |
|
Alexey Milovidov
|
da1b0b491f
|
Merge pull request #36487 from FArthur-cmd/fix_certificates
Add passphrase for certificates
|
2022-04-24 04:58:21 +03:00 |
|
alesapin
|
f0f92341e0
|
Merge pull request #36492 from ClickHouse/fix-keeper-hostname-check
Fix hostname checks in clickhouse-keeper
|
2022-04-23 13:54:57 +02:00 |
|
alesapin
|
7380a71333
|
Merge pull request #31833 from ClickHouse/musl-check
Build clickhouse-keeper with Musl
|
2022-04-22 22:41:16 +02:00 |
|
Antonio Andelic
|
4e389d8df1
|
Rename to hostname, add tests
|
2022-04-22 08:16:14 +00:00 |
|
FArthur-cmd
|
72efd079c6
|
fix check_black
|
2022-04-21 12:57:05 +00:00 |
|
FArthur-cmd
|
7d1b3f84d0
|
fix check_black
|
2022-04-21 12:48:00 +00:00 |
|
Antonio Andelic
|
03779fd463
|
Merge branch 'master' into keeper-recovery-mode
|
2022-04-21 12:34:18 +00:00 |
|
FArthur-cmd
|
f0a4009f60
|
Add passphrase for certificates
|
2022-04-21 12:26:30 +00:00 |
|
mergify[bot]
|
1ba1cad5cf
|
Merge branch 'master' into improve-globs
|
2022-04-21 11:52:13 +00:00 |
|
Kseniia Sumarokova
|
842879beea
|
Merge pull request #36272 from kssenii/mongo-fix
Allow missing columns for mongo storage
|
2022-04-20 17:54:35 +02:00 |
|
Kruglov Pavel
|
3916436a10
|
Fix style
|
2022-04-20 16:35:24 +02:00 |
|
Kruglov Pavel
|
6ddebf7d38
|
Fix style
|
2022-04-20 16:34:05 +02:00 |
|
Kruglov Pavel
|
813e228fcc
|
Merge branch 'master' into improve-globs
|
2022-04-20 16:31:47 +02:00 |
|
Antonio Andelic
|
6c95a2c195
|
Wait for node1 to connect
|
2022-04-20 10:35:35 +00:00 |
|
alesapin
|
ba81816dc1
|
Better cmake
|
2022-04-20 12:11:55 +02:00 |
|
kssenii
|
b1d699aea1
|
Fix test
|
2022-04-20 11:24:59 +02:00 |
|
tavplubix
|
2c54381520
|
Merge pull request #36200 from ClickHouse/fix_create_as_replicated_default_args
Fix CREATE AS for ReplicatedMergeTree with default arguments
|
2022-04-20 12:01:13 +03:00 |
|
Antonio Andelic
|
bb0d941add
|
Run tests on a single cluster
|
2022-04-20 08:06:17 +00:00 |
|
Vadim Volodin
|
1bffa4e80d
|
Notion for integration tests to build as a whole
|
2022-04-19 21:25:57 +03:00 |
|
Vadim Volodin
|
97c9ac0531
|
Fix docs for integration tests (#36426)
|
2022-04-19 19:42:43 +02:00 |
|
mergify[bot]
|
d894aed7ae
|
Merge branch 'master' into mongo-fix
|
2022-04-19 09:32:51 +00:00 |
|
Antonio Andelic
|
608c0996d0
|
Fix tests
|
2022-04-19 08:59:44 +00:00 |
|
Antonio Andelic
|
cd548aeb30
|
Refactor test for multiple cluster size
|
2022-04-19 08:08:36 +00:00 |
|
Antonio Andelic
|
c968353ee9
|
Define tests for 3 node cluster
|
2022-04-19 08:08:35 +00:00 |
|
alesapin
|
5802b67c2a
|
Merge pull request #36257 from ClickHouse/fix_integration_tests_parser_bug
Fix integration tests report parser
|
2022-04-18 11:41:34 +02:00 |
|