Alexey Milovidov
|
e4f3d97b52
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-29 21:42:14 +03:00 |
|
zhongyuankai
|
d7c98293c1
|
delete 02015_system_views parallel test
|
2021-08-28 14:55:49 +08:00 |
|
zhongyuankai
|
addce5c132
|
fix system views test
|
2021-08-28 12:33:35 +08:00 |
|
zhongyuankai
|
72e05cda1f
|
Merge branch 'master' into add-system-of-table_views
|
2021-08-28 11:32:58 +08:00 |
|
tavplubix
|
e3b2586a02
|
Merge pull request #28274 from ClickHouse/revert-28054-mysql
Revert "Add test for #13398"
|
2021-08-28 04:04:10 +03:00 |
|
Alexey Milovidov
|
e995796d3a
|
Fix one of perf tests
|
2021-08-28 02:12:05 +03:00 |
|
Alexey Milovidov
|
79e0433ba7
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-28 01:19:16 +03:00 |
|
alexey-milovidov
|
4eef445df9
|
Merge pull request #28266 from CurtizJ/fix-order-by-merge
Fix order by for `Merge` tables with `optimize_read_in_order`
|
2021-08-28 01:15:40 +03:00 |
|
Alexey Milovidov
|
f56a1a84ae
|
Update perf test (non-significant)
|
2021-08-28 00:32:21 +03:00 |
|
alexey-milovidov
|
37b66dc70a
|
Merge pull request #28234 from kssenii/fix-codes
Fix error codes
|
2021-08-28 00:00:10 +03:00 |
|
tavplubix
|
c36fe210b8
|
Revert "Add test for #13398"
|
2021-08-27 21:07:10 +03:00 |
|
Anton Popov
|
89e1d1f64a
|
fix order by for StorageMerge with optimize_read_in_order
|
2021-08-27 16:55:55 +03:00 |
|
kssenii
|
3f7259f955
|
Check error codes in style-check, update test
|
2021-08-27 16:26:26 +03:00 |
|
tavplubix
|
481cc011c7
|
Merge pull request #28212 from azat/zookeeper_log-improvements
zookeeper_log improvements
|
2021-08-27 16:22:52 +03:00 |
|
tavplubix
|
703101fe4d
|
Merge pull request #27931 from ClickHouse/wait_for_all_replicas_timeouts
Avoid too long waiting for inactive replicas
|
2021-08-27 14:31:36 +03:00 |
|
Nikolai Kochetov
|
614e30e601
|
Merge pull request #28205 from ClickHouse/fix-lc-and-inifinite-fields
Fix insertion of fields with Infinity values in nullable low cardinality columns
|
2021-08-27 11:28:13 +03:00 |
|
Maksim Kita
|
cdfdb2cd75
|
Merge pull request #28213 from azat/custom-tld-eof-fix
Fix reading of custom TLD w/o new line at EOF
|
2021-08-27 10:57:16 +03:00 |
|
zhongyuankai
|
a7ee7621dd
|
optimize code
|
2021-08-27 15:44:50 +08:00 |
|
alesapin
|
b1d4967b88
|
Merge pull request #28190 from ClickHouse/fix_list_watches_semantics
More correct list watches semantics in ClickHouse Keeper
|
2021-08-27 10:13:25 +03:00 |
|
Azat Khuzhin
|
44db6e2998
|
Mark 01158_zookeeper_log as long
According to one of flaky check (address) runs [1] it is possible for
this test to run out of 60 seconds.
[1]: https://clickhouse-test-reports.s3.yandex.net/28212/a63ef6b8eb9d259b0dbb655ae2a9cba525db87e8/functional_stateless_tests_flaky_check_(address).html#fail1
|
2021-08-27 09:41:19 +03:00 |
|
Azat Khuzhin
|
124e252681
|
Avoid 01158_zookeeper_log depends on cleanup_delay_period
Like in [1].
[1]: https://clickhouse-test-reports.s3.yandex.net/28212/a63ef6b8eb9d259b0dbb655ae2a9cba525db87e8/functional_stateless_tests_flaky_check_(address).html#fail1
|
2021-08-27 09:40:54 +03:00 |
|
zhongyuankai
|
ac0f606013
|
fix system views test
|
2021-08-27 14:14:07 +08:00 |
|
zhongyuankai
|
af3a1c30f7
|
fix system views test
|
2021-08-27 13:21:40 +08:00 |
|
zhongyuankai
|
3c19cd729f
|
fix system views test
|
2021-08-27 12:27:33 +08:00 |
|
zhongyuankai
|
b57dff7157
|
update system views test
|
2021-08-27 11:32:17 +08:00 |
|
zhongyuankai
|
306da6f414
|
update system views test
|
2021-08-27 10:41:15 +08:00 |
|
zhongyuankai
|
5976869451
|
update system views test
|
2021-08-27 10:06:12 +08:00 |
|
Alexey Milovidov
|
46732e781f
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-27 01:57:48 +03:00 |
|
Azat Khuzhin
|
91621cfcd2
|
Fix reading of custom TLD w/o new line at EOF
Fixes: #28177
|
2021-08-27 00:43:21 +03:00 |
|
Azat Khuzhin
|
5bb0a91f83
|
Fix system.zookeeper_log.address (Before it always contains "::")
|
2021-08-27 00:41:06 +03:00 |
|
Nikolai Kochetov
|
9c028be1e4
|
Fix insertion of fields with Infinity values in nullable low cardinality columns.
|
2021-08-26 21:19:12 +03:00 |
|
Nikita Mikhaylov
|
fc37817ada
|
Merge pull request #28150 from FArthur-cmd/fix_compression_26149
Fix `Attempt to read after eof with enabled data compression`
|
2021-08-26 17:17:09 +03:00 |
|
Kruglov Pavel
|
5bc332c40c
|
Merge pull request #28054 from kssenii/mysql
Add test for #13398
|
2021-08-26 16:39:43 +03:00 |
|
Kruglov Pavel
|
3644f2a754
|
Merge pull request #28096 from CurtizJ/map-keys-conversion
Support implicit conversions between index in operator [] and key of Map
|
2021-08-26 16:31:12 +03:00 |
|
Kseniia Sumarokova
|
31afd7d09c
|
Merge pull request #28081 from kssenii/pg-conflict
Support `on conflict` for postgres engine
|
2021-08-26 16:30:30 +03:00 |
|
zhongyuankai
|
15cbd7470a
|
StorageSystemViews bug fix
|
2021-08-26 20:54:04 +08:00 |
|
alesapin
|
ebfac8cfbb
|
More correct list watches semantics in ClickHouse Keeper
|
2021-08-26 14:50:08 +03:00 |
|
alesapin
|
bcaff65457
|
Merge pull request #28028 from ClickHouse/replicated-tree-attach-wip
Allow attaching parts with 'compatible' enum types
|
2021-08-26 13:50:29 +03:00 |
|
Artur
|
933b2e07c2
|
add database name in go test
|
2021-08-26 09:44:10 +00:00 |
|
tavplubix
|
774af49393
|
Merge pull request #27529 from ClickHouse/break_some_tests
Break some tests
|
2021-08-26 12:40:42 +03:00 |
|
Ilya Yatsishin
|
0a9feade3d
|
Merge pull request #28079 from vdimir/fuzz-j2
Use jinja template tests in fuzzer
|
2021-08-26 10:53:45 +03:00 |
|
alesapin
|
e182e2bad2
|
Merge pull request #28143 from ClickHouse/fix_keeper_jepsen
Fix clickhouse keeper jepsen tests
|
2021-08-26 10:16:06 +03:00 |
|
Nikita Mikhaylov
|
b505a9bf8e
|
Update 02013_zlib_read_after_eof.sh
|
2021-08-26 02:19:34 +03:00 |
|
Alexey Milovidov
|
3cb9cf7242
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-26 01:55:46 +03:00 |
|
Alexey Milovidov
|
ada4276662
|
Update two tests
|
2021-08-26 01:15:06 +03:00 |
|
Nikita Mikhaylov
|
4a12a5fe91
|
Better
|
2021-08-25 21:29:28 +00:00 |
|
mergify[bot]
|
69d2a6080b
|
Merge branch 'master' into fix_compression_26149
|
2021-08-25 19:01:08 +00:00 |
|
Artur
|
40dde28f9a
|
improve test
|
2021-08-25 18:01:10 +00:00 |
|
Nikita Mikhaylov
|
fa95fa1517
|
Added a test
|
2021-08-25 17:42:57 +00:00 |
|
mergify[bot]
|
ccf07ff991
|
Merge branch 'master' into break_some_tests
|
2021-08-25 17:07:23 +00:00 |
|