kssenii
|
03ce320926
|
Add a separate docker-compose with multiple servers for postgres and mysql
|
2021-03-31 17:04:57 +00:00 |
|
kssenii
|
ce05087b1b
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into replicas-shards-for-mysql-and-postgres
|
2021-03-30 17:27:10 +00:00 |
|
alesapin
|
5e3ebb3e0e
|
Merge pull request #22274 from ClickHouse/rename_keeper
Rename NuKeeper and TestKeeper to Keeper in all places
|
2021-03-30 10:39:22 +03:00 |
|
alexey-milovidov
|
b7b55ce61d
|
Merge pull request #20088 from nvartolomei/nv/replicated-fetches-timeouts
Replicated fetches timeouts
|
2021-03-30 03:46:09 +03:00 |
|
tavplubix
|
3c0f5a57ec
|
Merge pull request #21535 from ClickHouse/distributed_ddl_improvements
Distributed DDL improvements
|
2021-03-29 22:40:11 +03:00 |
|
alexey-milovidov
|
1512ff832e
|
Merge branch 'master' into nv/replicated-fetches-timeouts
|
2021-03-29 19:25:13 +03:00 |
|
Alexander Kuzmenkov
|
0171ab95fa
|
Merge pull request #21640 from vdimir/fix-join-where-database-engine
Remove unknown columns from joined table in where for queries to external database engines
|
2021-03-29 16:14:10 +03:00 |
|
alesapin
|
4ce81a91e5
|
Remove unused file
|
2021-03-29 12:16:58 +03:00 |
|
alesapin
|
4e18a5c241
|
Renames in integration tests
|
2021-03-29 11:35:26 +03:00 |
|
kssenii
|
ec4582ff83
|
Better test
|
2021-03-28 19:35:58 +00:00 |
|
kssenii
|
ef537b802f
|
Better comments
|
2021-03-27 21:10:44 +00:00 |
|
kssenii
|
f40c582e7a
|
Replicas/shards for postgres storage
|
2021-03-27 20:11:48 +00:00 |
|
kssenii
|
f141f027f4
|
Make common class for external storages
|
2021-03-27 17:12:47 +00:00 |
|
kssenii
|
ae868208c2
|
Use pool with failover in mysql storage
|
2021-03-27 14:39:45 +00:00 |
|
alesapin
|
b8eab8cba9
|
Merge pull request #22170 from ClickHouse/fix_odbc_interaction
Fix some flaky order dependent integration tests.
|
2021-03-27 10:17:37 +03:00 |
|
Kruglov Pavel
|
c86202dd09
|
Merge pull request #22151 from azat/tests-sleep_in_send_ms
Fix sleep_in_send_tables_status_ms/sleep_in_send_data_ms in integration tests
|
2021-03-26 21:22:32 +03:00 |
|
alesapin
|
aa2244bad5
|
Fix more
|
2021-03-26 18:59:14 +03:00 |
|
alesapin
|
9bb0dc48b2
|
Fix one more test
|
2021-03-26 18:37:26 +03:00 |
|
alesapin
|
1b0a9461f0
|
Fix more tests
|
2021-03-26 18:30:35 +03:00 |
|
Kruglov Pavel
|
5c0c6a9aec
|
Delete unused users.xml
|
2021-03-26 18:16:15 +03:00 |
|
alesapin
|
0fae73071c
|
Fix flaky test
|
2021-03-26 18:14:42 +03:00 |
|
alesapin
|
8b08c0c3a6
|
Fix test_odbc_interaction
|
2021-03-26 17:45:52 +03:00 |
|
tavplubix
|
ae62bee939
|
Merge pull request #21913 from ClickHouse/fix_context_ref
Fix possibly dangling reference to Context
|
2021-03-26 10:39:13 +03:00 |
|
Azat Khuzhin
|
c36f147b16
|
Fix sleep_in_send_tables_status_ms/sleep_in_send_data_ms in integration tests
|
2021-03-26 10:05:56 +03:00 |
|
Maksim Kita
|
bbe1960eea
|
Merge pull request #21573 from kitaisreal/updated-cache-dictionary-storage
Added specialized CacheDictionaryStorage
|
2021-03-25 21:29:01 +03:00 |
|
Kruglov Pavel
|
66b8431e71
|
Merge pull request #21429 from Avogar/secure-socket
Fix receive and send timeouts and non-blocking read in secure socket
|
2021-03-25 17:30:17 +03:00 |
|
tavplubix
|
48b89a0ace
|
Merge pull request #21998 from Avogar/hedged-test
Update tests for hedged requests
|
2021-03-23 18:18:49 +03:00 |
|
Vitaly Baranov
|
090e558da4
|
Merge pull request #21844 from Avogar/catboost-deadlock
Fix deadlock in first catboost model execution
|
2021-03-23 15:01:04 +03:00 |
|
alesapin
|
36898bdc4a
|
Merge pull request #21142 from Jokser/unfreeze-partitions
Add ALTER TABLE UNFREEZE command.
|
2021-03-23 14:05:38 +03:00 |
|
Pavel Kruglov
|
dbc5018000
|
Update tests for hedged requests
|
2021-03-22 22:18:06 +03:00 |
|
Alexander Kuzmenkov
|
2f5dbf57b6
|
Merge pull request #21839 from kssenii/add-postgres-connection-pool
Add connection pool for postgres engine
|
2021-03-22 19:49:51 +03:00 |
|
tavplubix
|
5dfd0045a6
|
Merge branch 'master' into distributed_ddl_improvements
|
2021-03-22 18:13:19 +03:00 |
|
kssenii
|
3b32c8fe9a
|
Block on empty connection pool
|
2021-03-19 21:00:45 +00:00 |
|
kssenii
|
50743b19c4
|
Add one more test
|
2021-03-19 16:12:33 +00:00 |
|
Vladimir
|
c8b5be636f
|
Merge pull request #21438 from arenadata/ADQM-170
|
2021-03-19 17:06:55 +03:00 |
|
Alexander Tokmakov
|
1845df25f3
|
fix possibly dangling reference to Context
|
2021-03-19 17:02:48 +03:00 |
|
Alexander Kuzmenkov
|
78c56b8913
|
Merge pull request #21886 from Avogar/hedged
Add profile event in hedged requests and change timeout from sec to ms.
|
2021-03-19 15:50:33 +03:00 |
|
tavplubix
|
4ec71c6897
|
Merge pull request #16608 from ClickHouse/tavplubix-patch-1
Add soft task timeout for Intergation tests
|
2021-03-19 15:25:21 +03:00 |
|
Kruglov Pavel
|
e45b44fe8c
|
Restart tests
|
2021-03-19 14:16:19 +03:00 |
|
kssenii
|
f1ef87d966
|
Fix
|
2021-03-18 20:04:54 +00:00 |
|
Pavel Kruglov
|
2a24d4f295
|
Add init.py
|
2021-03-18 20:27:37 +03:00 |
|
Pavel Kruglov
|
d380454044
|
Change read_data_timeout from sec to ms, add profile event for hedged requests and better process receiving packets
|
2021-03-18 20:16:17 +03:00 |
|
Alexander Tokmakov
|
d7482373d3
|
fix
|
2021-03-18 19:59:51 +03:00 |
|
tavplubix
|
93ee8cc78b
|
Merge pull request #21819 from TCeason/fix_integration_MaterializeMySQL
fix integration MaterializeMySQL test
|
2021-03-18 19:22:31 +03:00 |
|
Alexander Tokmakov
|
4ea3178efc
|
fix
|
2021-03-18 17:51:09 +03:00 |
|
Maksim Kita
|
18ed9c5c67
|
SSDCacheDictionary remove max_stored_keys option
|
2021-03-18 12:55:17 +03:00 |
|
kssenii
|
b135b814fb
|
less crazy test
|
2021-03-18 07:02:12 +00:00 |
|
TCeason
|
1f5904fea9
|
fix integration MaterializeMySQL test
https://github.com/ClickHouse/ClickHouse/pull/21759
|
2021-03-18 14:08:26 +08:00 |
|
tavplubix
|
0826004353
|
Merge branch 'master' into tavplubix-patch-1
|
2021-03-17 22:31:35 +03:00 |
|
Pavel Kruglov
|
53095bb6e4
|
Add model
|
2021-03-17 22:31:23 +03:00 |
|