alesapin
|
fd3abbe93d
|
Merge pull request #4935 from zhang2014/feature/support_system_replicas
Support system replicas queries for distributed
|
2019-06-17 15:30:30 +03:00 |
|
alesapin
|
e45d727e9d
|
Merge pull request #4558 from podshumok/distributred-timeout
Distributed and remote timeouts
|
2019-06-17 13:58:17 +03:00 |
|
alesapin
|
2b242f2a64
|
Update test.py
|
2019-06-17 11:25:06 +03:00 |
|
Yuriy
|
2e29ea7b2e
|
support of sessions and default_database in MySQL wire protocol
|
2019-06-16 18:12:37 +03:00 |
|
alexey-milovidov
|
829bcabcef
|
Merge pull request #5644 from yurriy/mysql
Made MySQL wire protocol tests independent from each other
|
2019-06-16 12:09:32 +03:00 |
|
Yuriy
|
369a8fbe92
|
made mysql tests independent from each other
|
2019-06-16 10:55:14 +03:00 |
|
alexey-milovidov
|
39c6fbc324
|
Merge pull request #5567 from vitlibar/really-lazy-dictionary-load
Non-blocking loading of external dictionaries
|
2019-06-15 22:15:53 +03:00 |
|
alexey-milovidov
|
807bfa913e
|
Merge pull request #5599 from zhang2014/fix_createtable_bug
Add database engine of MySQL type
|
2019-06-15 14:52:57 +03:00 |
|
Vitaly Baranov
|
ddecf09a99
|
Add more integration tests for external dictionaries
|
2019-06-14 22:21:37 +03:00 |
|
zhang2014
|
6ccef4d802
|
Add database engine of MySQL type
Co-authored-by: zhang2014 <coswde@gmail.com>
Co-authored-by: TCeason <tai_chong@foxmail.com>
|
2019-06-13 11:58:58 +08:00 |
|
Vitaly Baranov
|
fd5fbcab25
|
Fix grammatical error in client.py
|
2019-06-10 18:11:51 +03:00 |
|
alesapin
|
a0e7d183f7
|
Merge pull request #5534 from yandex/debug_dns_cache
Fix bug in pooled sessions and host ip change
|
2019-06-05 22:37:17 +03:00 |
|
alesapin
|
07ee60b546
|
Fix bug with pooled HTTP sessions and host ip change
|
2019-06-05 12:23:41 +03:00 |
|
alesapin
|
aa39e5a745
|
Add case for host ip change
|
2019-06-04 23:59:31 +03:00 |
|
proller
|
64924f5ef3
|
Docker: add comments with current tags
|
2019-06-04 16:01:16 +03:00 |
|
alesapin
|
dfe214b37c
|
Fix inconsistent parts remove from local FS without dropping them from ZK
|
2019-06-03 17:58:19 +03:00 |
|
Konstantin Podshumok
|
6dbf2870ec
|
distributed timeouts integration test
|
2019-06-02 20:54:44 +03:00 |
|
alesapin
|
252c27434a
|
Fix zookeeper image version
|
2019-05-30 00:47:57 +03:00 |
|
zhang2014
|
80788cd7a8
|
Rename system sync distributed to system flush distributed
|
2019-05-29 10:43:52 +08:00 |
|
zhang2014
|
1a33840964
|
fix review
|
2019-05-29 10:43:52 +08:00 |
|
zhang2014
|
c44f608868
|
support replicas system queries for distributed
|
2019-05-29 10:43:52 +08:00 |
|
Loud_Scream
|
05bb22cab6
|
Change docker file for integration test (#5449)
* Change docker file for integration test
* Delete useless libraries
* need ssl
|
2019-05-28 21:53:22 +03:00 |
|
Alexey Milovidov
|
b94f2be154
|
Merge branch 'mysql' of https://github.com/yurriy/ClickHouse into yurriy-mysql
|
2019-05-25 17:14:57 +03:00 |
|
alesapin
|
36cf6fa8f9
|
Merge pull request #5360 from filimonov/integration_tests_runner_improvements
more fixes for integration tests dockerfiles
|
2019-05-22 11:58:02 +03:00 |
|
Oleg Favstov
|
fe74521710
|
Use pytest's raises instead of try/except clause
|
2019-05-21 11:30:39 +03:00 |
|
alesapin
|
09ad1732b3
|
Update test.py
|
2019-05-21 11:15:47 +03:00 |
|
Mikhail Filimonov
|
8a1d773ced
|
more dockerfile fixes
|
2019-05-21 08:17:46 +02:00 |
|
Oleg Favstov
|
896e995fe8
|
Fix test that doesn't assert anything
|
2019-05-20 23:59:07 +03:00 |
|
Mikhail Filimonov
|
8fe7633b62
|
Fixing "the input device is not a TTY" for test runner
|
2019-05-20 11:48:36 +02:00 |
|
Mikhail Filimonov
|
464cff4665
|
Sereval improvements in integration tests runner
|
2019-05-20 10:11:53 +02:00 |
|
Yuriy
|
a51c293ec6
|
merged 'origin/master' into mysql
|
2019-05-16 14:19:05 +03:00 |
|
Yuriy
|
ff4937859e
|
added MySQL wire protocol presentational format
|
2019-05-16 06:34:04 +03:00 |
|
Yuriy
|
d21cf9d85f
|
ssl support
|
2019-04-29 09:05:30 +03:00 |
|
Vitaly Baranov
|
7e3c8d6022
|
Implement new constraints: "min" and "readonly".
|
2019-04-27 01:09:16 +03:00 |
|
Vitaly Baranov
|
d2bfac7949
|
Add a test for the 'max' constraint
|
2019-04-26 19:11:05 +03:00 |
|
Yuriy
|
a4bf3621e3
|
merged with master
|
2019-04-23 21:58:29 +03:00 |
|
alexey-milovidov
|
b1cf026b5b
|
Merge pull request #5080 from abyss7/issue-4736
Do not drop Kafka Consumer buffers after deletion of stream
|
2019-04-22 19:18:33 +03:00 |
|
Ivan Lezhankin
|
d479836362
|
Add test on lost messages
|
2019-04-22 14:53:42 +03:00 |
|
Yuriy
|
9fff48e01f
|
removed accidentally committed debug lines
|
2019-04-22 14:05:47 +03:00 |
|
Yuriy
|
e4766a4ef9
|
caching_sha2_password authentication plugin
|
2019-04-22 13:57:50 +03:00 |
|
Ivan Lezhankin
|
dffe0eba40
|
Merge branch 'master' into fix-kafka-again
|
2019-04-16 14:00:48 +03:00 |
|
Vitaly Baranov
|
db56576511
|
Add test checking CH can handle dictionary dependency
|
2019-04-15 20:40:45 +03:00 |
|
alesapin
|
8cd18c0723
|
Merge pull request #4991 from yandex/fix_ddl_on_relicated_table
Do not send queries received from DDLWorker to leader replica
|
2019-04-15 13:07:55 +03:00 |
|
Anton Popov
|
7f93f9ad2f
|
TTL for columns and tables (#4212)
Add TTL for columns and tables.
|
2019-04-15 12:30:45 +03:00 |
|
alesapin
|
f47e3292e1
|
Do not send queries to leader replica received from DDLWorker
|
2019-04-12 14:06:05 +03:00 |
|
proller
|
c78176603c
|
clickhouse-test - prepare for use other than 'test' database (#4961)
|
2019-04-11 20:20:36 +03:00 |
|
Yuriy
|
e6f9616abb
|
more stable golang client test
|
2019-04-08 11:49:21 +03:00 |
|
Yuriy
|
5b6754a2be
|
gofmt
|
2019-04-07 13:32:52 +03:00 |
|
Yuriy
|
b792568bdc
|
added golang mysql client test
|
2019-04-07 13:29:30 +03:00 |
|
alesapin
|
31daaa2095
|
Add redis to runner image
|
2019-04-06 18:43:16 +03:00 |
|