Alexey Milovidov
67b7a5442f
Merge branch 'fm' of https://github.com/amosbird/ClickHouse into amosbird-fm
2020-07-31 02:43:27 +03:00
alexey-milovidov
c2a1b4c08b
Merge pull request #13058 from markpapadakis/master
...
Minor perf. improvement
2020-07-31 02:32:19 +03:00
alexey-milovidov
158587c0d1
Update PipelineExecutor.cpp
2020-07-31 02:31:49 +03:00
alexey-milovidov
74edcfb87e
Merge pull request #13073 from nikitamikhaylov/rewrite-tests
...
BayesAB test
2020-07-31 02:30:07 +03:00
alexey-milovidov
e8f5bbd05f
Update TraceCollector.cpp
2020-07-31 02:29:54 +03:00
alexey-milovidov
7849e1846b
Merge pull request #13152 from vzakaznikov/small-fixes-to-rbac-srs
...
Small fixes to the RBAC SRS
2020-07-31 01:30:58 +03:00
alexey-milovidov
6e0c907aef
Merge pull request #13108 from vzakaznikov/fixing_test_00960_live_view_watch_events_live
...
Fixing 00960_live_view_watch_events_live.py test
2020-07-31 01:29:47 +03:00
alexey-milovidov
dc733e7c45
Fix Python
2020-07-31 01:23:16 +03:00
Alexander Kuzmenkov
db15108005
add times speedup/slowdown to changed tests table
2020-07-31 01:14:20 +03:00
Alexey Milovidov
2c40539df6
Check ALTERs; update test
2020-07-31 00:42:55 +03:00
Azat Khuzhin
3d3c25b52d
Switch cppkafka to upstream and bump to upstream/master
...
All changes in ClickHouse-Extra has been merged into upstream no need in
using the fork.
There are not a lot of changes for now, and cppkafka does not looks like
in the active development stage, but just in case better to sync with
upstream.
FWIW cppkafka usage is pretty minimal and it's usage is questionable,
since librdkafka is under active development while cppkafka is not, and
later still does not support some features that is used in clickhouse:
- interceptors (for logging proxying)
2020-07-31 00:41:44 +03:00
Alexey Milovidov
7722008988
Update tests
2020-07-31 00:26:04 +03:00
Alexey Milovidov
cfd4e9da3d
Update tests
2020-07-31 00:24:14 +03:00
Alexey Milovidov
a354508b7f
Update test
2020-07-31 00:21:00 +03:00
Alexey Milovidov
83c9d9ef45
Merge branch 'master' into deprecate-special-zero-datetime
2020-07-31 00:17:04 +03:00
Alexey Milovidov
3df79fbada
Loose test
2020-07-30 23:53:17 +03:00
Alexey Milovidov
7b58e3a272
Merge branch 'master' into add-test-for-lost-replicas-cleanup
2020-07-30 23:46:51 +03:00
Alexey Milovidov
e63464facb
Added and updated tests
2020-07-30 23:42:35 +03:00
Alexey Milovidov
e3946ef878
More sane
2020-07-30 23:41:14 +03:00
Alexey Milovidov
833e1ab4e8
Remove ridiculous trash
2020-07-30 23:24:54 +03:00
Alexey Milovidov
bb8347cffd
Merge branch 'master' into fix-group-array-moving
2020-07-30 23:04:04 +03:00
Alexey Milovidov
362655fa43
Fix some bad tests
2020-07-30 22:59:49 +03:00
MyroTk
822de7ebc8
Correct syntax tests to match master
2020-07-30 19:44:41 +00:00
Alexey Milovidov
a9b02e8184
Fix trivial bug in code
2020-07-30 22:33:20 +03:00
Nikolai Kochetov
41ef8a9191
Fix style.
2020-07-30 22:30:06 +03:00
MyroTk
757611e0b0
Syntax tests to match master
2020-07-30 19:22:21 +00:00
MyroTk
e72f8c9506
Updated requirements.md to include github links instead of gitlab
2020-07-30 19:17:34 +00:00
MyroTk
7b0565a490
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into insert_pr
2020-07-30 19:17:12 +00:00
Alexey Milovidov
bbf9fd3c17
Merge branch 'master' into kafka-fix-msan
2020-07-30 22:13:41 +03:00
MyroTk
e583c573b1
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into insert_pr
2020-07-30 19:13:10 +00:00
alesapin
777cdfe593
Fix release script
2020-07-30 22:08:58 +03:00
Alexey Milovidov
b9f49d31df
Sanity checks for MergeTreeSettings
2020-07-30 22:08:13 +03:00
Alexander Kuzmenkov
0e70e21b58
Update run-fuzzer.sh
2020-07-30 22:04:15 +03:00
Vitaliy Zakaznikov
c93acd0935
Fixing links to the git repository.
2020-07-30 21:00:47 +02:00
Vitaliy Zakaznikov
1b15668c1d
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into small-fixes-to-rbac-srs
2020-07-30 20:55:39 +02:00
alexey-milovidov
fc35ce69fa
Merge pull request #12666 from ClickHouse/forward_alter_error_to_client
...
Forward exceptions to client if exception happened during ALTER
2020-07-30 21:36:06 +03:00
Nikolai Kochetov
6ecd412023
Fix build.
2020-07-30 21:28:36 +03:00
Nikolai Kochetov
aa961149f7
Fix build.
2020-07-30 21:23:57 +03:00
MyroTk
158afe06a2
Updating requirements for the INSERT RBAC tests
2020-07-30 18:22:46 +00:00
Nikolai Kochetov
13c121e46b
Fix build.
2020-07-30 21:18:30 +03:00
Vitaly Baranov
facab1ea58
Merge pull request #12642 from vzakaznikov/testflows_rbac_syntax_tests
...
Adding RBAC syntax tests.
2020-07-30 20:49:07 +03:00
Alexander Kuzmenkov
3d13da1c24
query fuzzer
2020-07-30 20:07:10 +03:00
Nicolae Vartolomei
85174d64a0
Use absolute paths to backup locations (shadow)
...
Tests are frankenstain. Had to hide absolute path `/tmp/clickhouse.test..IP69I/data/shadow/test_01417_single_part_7/data/default/table_for_freeze/7_8_8_0` to make them deterministic and independend of the method they are run (local vs remote target)
2020-07-30 18:03:26 +01:00
Nikolai Kochetov
ee9a46fb33
Fix build.
2020-07-30 20:00:38 +03:00
Alexander Kuzmenkov
96125111fe
Merge pull request #13085 from ClickHouse/aku/fuzzer-error-code
...
Fix the AST fuzzer error message
2020-07-30 19:53:21 +03:00
Nikolai Kochetov
aa51f7170c
Fix build.
2020-07-30 19:27:11 +03:00
Nikolai Kochetov
dde7a80987
Extract ExecutingGraph from PipelineExecutor.
2020-07-30 19:24:50 +03:00
MyroTk
4d5a8ee9a6
Updated requirements for the INSERT RBAC tests
2020-07-30 16:18:57 +00:00
MyroTk
aa40945f80
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into insert_pr
2020-07-30 16:18:09 +00:00
alesapin
ded4f7d5e4
Update docs/tools/purge_cache_for_changed_files.py
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-30 18:14:26 +03:00