alexey-milovidov
|
50c22ef71a
|
Merge pull request #5628 from yandex/index_granularity_by_default
Enable adaptive index granularity by default
|
2019-07-03 02:15:33 +03:00 |
|
alexey-milovidov
|
c43dfce041
|
Merge pull request #5382 from abyss7/issue-5286
Add virtual columns to Kafka Engine tables
|
2019-07-01 21:30:09 +03:00 |
|
Ivan Lezhankin
|
fa5431a524
|
Don't re-new docker volumes in all tests
|
2019-07-01 16:49:00 +03:00 |
|
alexey-milovidov
|
fe542e26f8
|
Merge pull request #5685 from CurtizJ/upstream/systemlog-flushing
Fix race condition in flushing system log in another way.
|
2019-06-29 15:46:22 +03:00 |
|
Vladimir Chebotarev
|
1ed6a6a1ce
|
Improved integration tests guide.
|
2019-06-29 14:34:26 +03:00 |
|
Ivan Lezhankin
|
1a7cb519fe
|
Final test fix
|
2019-06-28 23:09:15 +03:00 |
|
proller
|
aeb7eb42d1
|
clickhouse-copier: Fix use-after free on shutdown (#5752)
* release script: convert .deb to .rpm and .tgz
* clickhouse-copier: Fix use-after free on shutdown
* Revert "Disable cluster copier tests"
This reverts commit 71872fc3c3 .
|
2019-06-27 15:29:49 +03:00 |
|
alesapin
|
b7f173ad2c
|
Execute some distributed DDL queries on leader
|
2019-06-26 17:52:20 +03:00 |
|
alesapin
|
71872fc3c3
|
Disable cluster copier tests
|
2019-06-25 22:26:26 +03:00 |
|
alesapin
|
d3a5759c73
|
Disable tests and add global timeout
|
2019-06-25 16:20:04 +03:00 |
|
Ivan Lezhankin
|
0917573493
|
Merge remote-tracking branch 'upstream/master' into issue-5286
|
2019-06-24 14:42:58 +03:00 |
|
Ivan Lezhankin
|
088401b35f
|
Add helpful option to docker-compose invocation
|
2019-06-24 13:53:06 +03:00 |
|
Ivan Lezhankin
|
d6d10120c8
|
Refactor tests
|
2019-06-23 17:48:58 +03:00 |
|
Ivan Lezhankin
|
f34e4b53ce
|
Fix tests again
|
2019-06-21 21:34:24 +03:00 |
|
Ivan Lezhankin
|
892a82e5ff
|
Add test on virtual columns and materialized view
|
2019-06-21 20:43:39 +03:00 |
|
Ivan Lezhankin
|
b989d45818
|
Fix tests
|
2019-06-21 20:02:48 +03:00 |
|
alesapin
|
798d18fd47
|
Better waits in integration test
|
2019-06-21 11:03:13 +03:00 |
|
zhang2014
|
1786407621
|
ISSUES-5697 fix insert and select query with mysql style identifier
|
2019-06-21 13:51:27 +08:00 |
|
alexey-milovidov
|
606b074a4b
|
Merge pull request #5659 from yandex/ignore-mutation-limits
Ignore query execution limits and limits for max parts size for merge while executing mutations.
|
2019-06-21 02:14:41 +03:00 |
|
alesapin
|
80f27968ac
|
Add test for interaction of tables with different granularity and different versions
|
2019-06-20 19:25:32 +03:00 |
|
CurtizJ
|
bb95d9a860
|
fix race condition in flushing system log
|
2019-06-19 15:28:34 +03:00 |
|
Ivan Lezhankin
|
9fd048cdbd
|
Allow to select virtual columns in materialized view
|
2019-06-18 19:32:37 +03:00 |
|
Ivan Lezhankin
|
436052c67b
|
Merge branch 'master' into issue-5286
|
2019-06-18 16:03:29 +03:00 |
|
CurtizJ
|
e6dd92f9e1
|
ignore max part size for merge setting while executing mutations
|
2019-06-17 22:41:48 +03:00 |
|
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 |
|
Ivan Lezhankin
|
97558c1b41
|
Merge remote-tracking branch 'upstream/master' into issue-5286
|
2019-06-10 14:15:14 +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 |
|
Ivan Lezhankin
|
b311984879
|
Merge remote-tracking branch 'upstream/master' into issue-5286
|
2019-06-03 17:19:09 +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 |
|
Ivan Lezhankin
|
1985caed8d
|
Add test on virtual columns
|
2019-05-23 17:32:06 +03:00 |
|