alexey-milovidov
05b5901595
Merge pull request #15115 from ClickHouse/hardware-benchmark-as-single-script
...
Added a script to perform hardware benchmark in a single command
2020-09-22 05:44:20 +03:00
alexey-milovidov
e5ea51f5df
Merge pull request #15113 from ClickHouse/add-results-from-seodo
...
Add benchmark results from seo.do
2020-09-22 05:43:26 +03:00
Alexey Milovidov
ddfd512241
Adjustments
2020-09-22 05:22:53 +03:00
Alexey Milovidov
7db544e241
Added a script to perform hardware benchmark in a single command
2020-09-22 05:19:11 +03:00
hustnn
45c0c29456
Merge branch 'zk_exist_fix2' of https://github.com/hustnn/ClickHouse into zk_exist_fix2
2020-09-22 10:04:09 +08:00
hustnn
3a59a7d5b6
Remove root path before adding to watches
2020-09-22 09:28:13 +08:00
Niu Zhaojie
76e0147bf4
Use opt num to identify request type
2020-09-22 09:28:12 +08:00
hustnn
35f1db0043
Fix potential memory leak caused by zookeeper exist calling
2020-09-22 09:28:12 +08:00
Alexey Milovidov
f9402c95fa
Add benchmark results from seo.do
2020-09-22 04:17:40 +03:00
alexey-milovidov
df122b90b4
Update performance-test.md
2020-09-22 02:07:12 +03:00
alexey-milovidov
3c1a679612
Update performance-test.md
2020-09-22 02:06:19 +03:00
alexey-milovidov
e180a037fc
Merge pull request #15092 from ClickHouse/distributed-local-shard-enum-conversion-test
...
Added a test for Enum conversion in Distributed table if one shard is local
2020-09-22 01:40:49 +03:00
alexey-milovidov
40ff1cf912
Update adopters.md
2020-09-22 00:45:53 +03:00
Alexander Tokmakov
91cbd49e85
fix tests
2020-09-22 00:09:50 +03:00
Azat Khuzhin
3fd85430f2
Set sanitizers options in the current shell too
...
/etc/environment will not be read in current shell, so export variables
from that file manually, to make clickhouse-local/clickhouse-client use
them too.
2020-09-21 23:57:45 +03:00
Nikita Mikhaylov
123f389f1a
Merge pull request #14689 from ClickHouse/aku/broken-perf
...
Add context to errors in ExpressionAction
2020-09-21 23:33:42 +03:00
nikitamikhaylov
d87f3660ee
done
2020-09-21 23:19:46 +03:00
Alexander Kuzmenkov
4696e22799
Update perf.py
2020-09-21 22:08:41 +03:00
Alexey Milovidov
6e596b9c7d
Added a test for Enum conversion in Distributed table if one shard is local
2020-09-21 21:15:41 +03:00
Alexey Milovidov
1e65105b06
Merge branch 'master' into log-avoid-deadlock
2020-09-21 21:09:06 +03:00
alexey-milovidov
e29c4c3cc4
Merge pull request #15024 from ClickHouse/fix_renameat2_einval_on_macos
...
Fix EINVAL in renameat2 on MacOS
2020-09-21 21:08:17 +03:00
alexey-milovidov
5e56f14d5f
Merge pull request #15027 from ClickHouse/perf-test-separate-profiler
...
Separate profile runs in performance test
2020-09-21 21:07:14 +03:00
alexey-milovidov
c240f464d2
Merge pull request #15061 from azat/UAF-from-ThreadPool-jobs
...
Fix possible UAF from jobs in the ThreadPool on shutdown
2020-09-21 20:49:46 +03:00
alexey-milovidov
10d3a1d730
Update ThreadPool.cpp
2020-09-21 20:49:15 +03:00
alesapin
263d570f7e
Merge pull request #15076 from ClickHouse/fix_modifying_ast_create_in_database_memory
...
Fix data race when using DatabaseMemory::getCreateTableQueryImpl(...)
2020-09-21 20:49:06 +03:00
alexey-milovidov
083bc291d2
Merge pull request #15067 from ClickHouse/dependabot/pip/docs/tools/mkdocs-macros-plugin-0.4.13
...
Bump mkdocs-macros-plugin from 0.4.9 to 0.4.13 in /docs/tools
2020-09-21 20:46:40 +03:00
alexey-milovidov
2f35aa673e
Merge pull request #15060 from ClickHouse/control-heavy-builds
...
Control heavy translation units
2020-09-21 20:44:23 +03:00
alexey-milovidov
7744eccd0a
Merge pull request #15064 from den-crane/tests/CTE
...
more tests for CTE
2020-09-21 20:41:53 +03:00
Alexander Kuzmenkov
1eb5137bbf
Merge pull request #15062 from ClickHouse/add-test-4476
...
Add a test for #4476
2020-09-21 20:41:25 +03:00
alesapin
e87b961095
Trying to add same logic for compact parts
2020-09-21 20:35:09 +03:00
Nikolai Kochetov
c77a6967a3
Remove commented code.
2020-09-21 19:22:23 +03:00
Ilya Golshtein
494e59e7c1
DOCKER_KERBEROS_KDC_TAG
2020-09-21 19:12:31 +03:00
alesapin
fbd6f10ff7
Use default codec instead of throwing exception
2020-09-21 19:07:14 +03:00
alesapin
bcea1a4207
Remove redundant change
2020-09-21 18:55:21 +03:00
alesapin
e37099f65e
Better test
2020-09-21 18:45:51 +03:00
alesapin
8517dda807
First working test
2020-09-21 17:47:10 +03:00
alesapin
4debccb7fe
Almost working version
2020-09-21 17:22:13 +03:00
Nikolai Kochetov
8a3549ebd3
Merge branch 'master' into control-heavy-builds
2020-09-21 17:09:33 +03:00
Nikolai Kochetov
334289fd57
Merge pull request #15082 from ClickHouse/try-improve-array-has-built-time
...
Update SourceVisitor for GatherUtils.
2020-09-21 17:08:14 +03:00
Nikolai Kochetov
0f3eab1e48
Merge pull request #15084 from amosbird/lef
...
Don't hide interface symbols
2020-09-21 17:07:52 +03:00
alesapin
084b40affe
Merge pull request #15069 from ClickHouse/fix_test_images
...
Use llvm-symbolizer-11 in all test images.
2020-09-21 17:02:27 +03:00
Amos Bird
741912cafd
Don't hide interface symbols
2020-09-21 21:03:17 +08:00
tavplubix
fd2cc343e6
Update renameat2.cpp
2020-09-21 15:37:34 +03:00
Alexander Kuzmenkov
679c5278e4
reword the diagnostic about short queries in perf test
2020-09-21 15:14:47 +03:00
Alexander Kuzmenkov
4dae587e2d
fix test
2020-09-21 15:02:34 +03:00
Alexander Kuzmenkov
2f8d7ae208
fix the conditions
2020-09-21 15:01:27 +03:00
Alexander Kuzmenkov
85be1f1685
Merge remote-tracking branch 'origin/master' into HEAD
2020-09-21 14:57:25 +03:00
alesapin
a3e999784b
Buildable code
2020-09-21 14:24:10 +03:00
alesapin
76189de495
Merge pull request #15070 from Artemeey/patch-1
...
Описание move_factor
2020-09-21 14:21:14 +03:00
tavplubix
7f629c8185
Update DatabaseMemory.cpp
2020-09-21 14:12:45 +03:00