Commit Graph

1122 Commits

Author SHA1 Message Date
Azat Khuzhin
1f3c640da2 Use unbundled boost for unbundled builds 2020-06-10 20:56:47 +03:00
Alexander Kuzmenkov
04b0089776
Merge pull request #11515 from ClickHouse/aku/more-stable-perf-tests
More stable perf tests
2020-06-10 13:25:52 +03:00
tavplubix
a93ae46ac1
Merge pull request #11079 from ClickHouse/merging_external_source_cassandra
Merging #4978
2020-06-10 10:39:18 +03:00
Alexander Kuzmenkov
af1c8f8a5f fixup 2020-06-10 02:57:31 +03:00
Alexander Kuzmenkov
f6136ec279 Merge remote-tracking branch 'origin/master' into HEAD 2020-06-10 02:37:52 +03:00
alexey-milovidov
13b225799e
Merge pull request #11550 from realadvisor/master
Fix ClickHouse init process failed in docker if any script is added into docker-entrypoint-initdb.d
2020-06-10 01:48:58 +03:00
Alexander Tokmakov
6bb68329f8 Merge branch 'master' into merging_external_source_cassandra 2020-06-09 19:51:14 +03:00
Nikolai Kochetov
e0de3aa7c9
Revert "Addition to #11184" 2020-06-09 19:39:26 +03:00
Ivan Starkov
bdcf1170ce
Instead of forcing IPv4 protocol force wget to use protocols in order 2020-06-09 16:32:49 +03:00
Alexander Kuzmenkov
5719549ee1 fixup 2020-06-09 16:29:07 +03:00
Alexander Kuzmenkov
6071b9b9d9 Merge remote-tracking branch 'origin/master' into HEAD 2020-06-09 15:06:32 +03:00
Ivan
47ad338cb2
Refactor CMake build files (#11390)
* Get rid of lib_name.cmake
* Refactor Boost and HyperScan libraries
* Refactor lz4
* Fix build with xxHash
2020-06-09 13:54:49 +03:00
Ivan Starkov
32772073ea
Fix docker-entrypoint-initdb.d wait
Fixes 'Address family not supported by protocol' for any docker-entrypoint-initdb.d script.

wget uses 'localhost' which resolves for both ipv4 and ipv6 with current config (/etc/hosts) and so the wget fails _(Address family not supported by protocol)_ and does not retry.

Forcing it to use IPv4 fixes the issue
2020-06-09 13:52:21 +03:00
Alexander Kuzmenkov
6a3df071a2 fixup 2020-06-09 01:13:08 +03:00
Alexander Kuzmenkov
e2e5e1d5f8 More stable perf tests 2020-06-08 16:57:33 +03:00
Ivan
1e1b30dc05
Add libhyperscan-dev to deb Dockerfile 2020-06-07 10:19:56 +03:00
alesapin
d8de91ea4d Don't build redundant garbage in binary builds 2020-06-06 17:00:47 +03:00
Alexander Kuzmenkov
b14cc1dc56
Merge pull request #11449 from ClickHouse/check-for-incorrect-settings
Added a check for incorrect settings
2020-06-06 00:15:27 +03:00
Alexander Kuzmenkov
d17a435fb6
Merge pull request #11226 from ClickHouse/aku/merge-perf-events
Merge Perf events metrics #9545
2020-06-05 23:10:54 +03:00
alesapin
e22a711d2b
Merge pull request #11450 from ClickHouse/trying_to_increase_ccache
Trying to increase ccache size
2020-06-05 19:21:00 +03:00
Alexander Kuzmenkov
29adb1cbcf performance comparison 2020-06-05 17:30:26 +03:00
Alexander Kuzmenkov
14c55b940e
peftest settings: use_uncompressed_cache goes to profile 2020-06-05 16:32:21 +03:00
Alexander Kuzmenkov
5523444d91 cleanup 2020-06-05 15:53:47 +03:00
alesapin
5038733abf
bump2 2020-06-05 14:20:54 +03:00
alesapin
3d48c10bc6
bump CI 2020-06-05 12:22:23 +03:00
alesapin
e964b6c93f Trying to increase ccache size 2020-06-04 22:48:48 +03:00
Alexander Kuzmenkov
377da4656d cleanup 2020-06-04 18:51:34 +03:00
Alexander Tokmakov
e67837bc4a cleenup 2020-06-04 00:11:17 +03:00
Pervakov Grigorii
bc9381406f Add default credentials and custom headers for s3 table functions. 2020-06-02 20:48:49 +03:00
kssenii
d3b069e37b Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into add-storage-rabbitmq-read-only 2020-06-01 18:25:36 +00:00
Alexander Kuzmenkov
03d8bf9242 Merge remote-tracking branch 'origin/master' into HEAD 2020-06-01 20:15:25 +03:00
Alexander Kuzmenkov
aa1f552a8f build fixes 2020-06-01 20:13:54 +03:00
alesapin
0591eed432
Merge pull request #11266 from ClickHouse/addition-to-11184
Addition to #11184
2020-06-01 11:37:00 +03:00
kssenii
e80b405359 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into add-storage-rabbitmq-read-only 2020-05-31 10:30:53 +00:00
alexey-milovidov
a4b2daae0d
Merge pull request #11302 from ClickHouse/fix-bad-dockerfiles
Fix bad sh script in Dockerfile
2020-05-30 21:25:56 +03:00
Denis Glazachev
808351048f Add libsasl2-dev and heimdal-multidev required by static system openldap libraries 2020-05-30 19:44:51 +04:00
Alexey Milovidov
61d3d061dc Merge branch 'master' into addition-to-11184 2020-05-30 00:04:27 +03:00
Alexey Milovidov
ff12b9c546 Fix bad sh script in Dockerfile 2020-05-30 00:00:48 +03:00
Alexey Milovidov
07205519b5 Addition to #11184 2020-05-29 16:31:27 +03:00
Alexey Milovidov
13b0acdc9f Fix strange code 2020-05-29 03:42:25 +03:00
Ilya
bc773be0e4
Fix package name in docker file: tzata -> tzdata 2020-05-28 13:30:29 +03:00
Alexander Kuzmenkov
ca5d7cf5bb fix some broken performance tests 2020-05-28 10:45:03 +03:00
Alexander Kuzmenkov
db84f0e892 Merge remote-tracking branch 'origin/master' into HEAD 2020-05-27 16:30:13 +03:00
Alexander Tokmakov
e049290af7 add cassandra-driver to integration tests 2020-05-26 22:15:46 +03:00
kssenii
ad1c0de8db Merge 2020-05-26 17:45:39 +00:00
Alexander Kuzmenkov
f1fb7245e5 Merge remote-tracking branch 'origin/master' into HEAD 2020-05-25 06:21:27 +03:00
Alexander Kuzmenkov
09129a6d21 Function for printing array of Asts 2020-05-25 06:19:46 +03:00
Alexander Kuzmenkov
bf3f76be7f performance comparison 2020-05-25 04:42:56 +03:00
Alexander Kuzmenkov
5a9f47e6b0 performance comparison 2020-05-25 04:03:46 +03:00
Alexander Kuzmenkov
f6dd8d3f78
Enable perf event metrics in performance test 2020-05-23 04:40:57 +03:00
Alexander Kuzmenkov
36c7a486a1 performance comparison 2020-05-23 03:27:56 +03:00
Alexander Kuzmenkov
a2ed8267ad
Rename performance_comparison.md to README.md 2020-05-23 00:30:17 +03:00
Alexander Kuzmenkov
51a064aa75 performance comparison 2020-05-22 23:09:44 +03:00
Alexander Kuzmenkov
f04c5c6100 performance comparison 2020-05-22 11:54:35 +03:00
Alexander Kuzmenkov
86da115018 performance comparison 2020-05-22 11:40:20 +03:00
Alexander Kuzmenkov
3073fc9eb0 performance comparison 2020-05-22 05:51:26 +03:00
Alexander Kuzmenkov
432648ca1e performance comparison 2020-05-22 03:51:56 +03:00
Alexander Kuzmenkov
7b747fabe2 performance comparison 2020-05-22 02:04:04 +03:00
Alexander Kuzmenkov
fecd84d3c0
Merge pull request #10915 from ClickHouse/aku/mongodb-uri
Support MongoDB URI
2020-05-21 23:02:12 +03:00
Alexander Kuzmenkov
ebb29d48fa
Update perf.py 2020-05-21 21:06:08 +03:00
Ilya Yatsishin
0f6410b56f
Merge pull request #11108 from ClickHouse/revert-11099-revert-10908-packager-add-bin
Revert "Revert "Allow to build binaries and tests from deb package build. ""
2020-05-21 19:59:52 +03:00
alesapin
20d41a3f98 Update dpkg-deb (https://github.com/ClickHouse-Extras/dpkg) for compatibility with ubuntu eoan packages format 2020-05-21 18:30:08 +03:00
Ilya Yatsishin
9dc493e063
Revert "Revert "Allow to build binaries and tests from deb package build. "" 2020-05-21 18:02:52 +03:00
Ilya Yatsishin
cce805c42c
Revert "Allow to build binaries and tests from deb package build. " 2020-05-21 14:50:12 +03:00
Ilya Yatsishin
2f7fd3ccfe
Merge pull request #10908 from qoega/packager-add-bin
Allow to build binaries and tests from deb package build.
2020-05-21 09:40:03 +03:00
Alexander Kuzmenkov
34508b8f64 [wip] Add memory stats to performance test 2020-05-21 05:12:55 +03:00
kssenii
c3569882bb Update version of docker_compose_rabbitmq.yml 2020-05-20 18:24:40 +00:00
kssenii
4dc659b763 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into add-storage-rabbitmq-read-only 2020-05-20 18:17:41 +00:00
alesapin
2673c985bd
Merge pull request #11002 from ClickHouse/zookeeper_in_tmpfs_intergration_tests
Add ability to run zookeeper in integration tests with tmpfs
2020-05-20 11:30:13 +03:00
kssenii
41b99edc04 Add base for RabbitMQ integration tests 2020-05-20 09:22:12 +03:00
Alexander Kuzmenkov
bc34e0ff94 fixup 2020-05-19 23:12:10 +03:00
alesapin
a17f034271 Bump compose version to 2.3, and make tmpfs for zookeeper optional 2020-05-19 18:27:10 +03:00
Alexander Kuzmenkov
ef6f386ee6
Merge pull request #11026 from ClickHouse/aku/trace-log
Add more logs to debug trace_log overflow
2020-05-19 17:56:06 +03:00
Alexander Kuzmenkov
a700b527ce fixup 2020-05-19 17:51:51 +03:00
Yatsishin Ilya
e3c692bc48 fix issues 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
9c551b8b4d set USE_GTEST for tests build 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
8d190f316d wip 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
b780adb241 wip 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
60f9d2088d wip 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
1086cf7691 wip 2020-05-19 10:54:08 +03:00
Alexander Kuzmenkov
c34ea27362 performance comparison 2020-05-19 00:15:33 +03:00
Alexander Kuzmenkov
a54773f947 Add more logs to debug trace_log overflow 2020-05-18 22:33:12 +03:00
alesapin
b4652625c7 Try to enable skipped tests 2020-05-18 13:02:52 +03:00
alesapin
a014a74e8a Return tzdata 2020-05-14 21:37:13 +03:00
alesapin
bab624a628 Fix typo in clickhouse-client dockerfile 2020-05-14 20:53:38 +03:00
alesapin
104860b274 Fix stress script 2020-05-14 18:37:37 +03:00
Alexander Kuzmenkov
bb726b2d8d
Update compare.sh 2020-05-14 13:54:07 +03:00
alesapin
a808af85b5
Merge pull request #10885 from qoega/move-dicts-for-tests
Make temorary changes in docker to move files easier
2020-05-14 13:04:32 +03:00
Artem Zuikov
0ba4c373a9 add OpenCL libraries for CI (part 2) 2020-05-14 12:45:22 +03:00
Artem Zuikov
9b029eb310
add OpenCL libraries for CI (#10898) 2020-05-14 12:36:17 +03:00
alexey-milovidov
f8195a577c
Merge pull request #10744 from Jokser/s3-proxy-resolver
S3 with proxy resolver
2020-05-14 02:19:10 +03:00
Yatsishin Ilya
e3a1329ed1 Merge remote-tracking branch 'origin' into move-dicts-for-tests 2020-05-13 17:33:37 +03:00
alesapin
a89653effe Add libldap2-dev to build image 2020-05-13 14:53:35 +03:00
Yatsishin Ilya
bb1dfe271e Make temorary changes in docker to move files easier 2020-05-13 14:15:59 +03:00
Alexey Milovidov
4e891091df Allow expected number of failures in performance test 2020-05-13 06:57:19 +03:00
Alexey Milovidov
aaba17665b Preparation for MSan UBSan stress tests 2020-05-13 03:50:21 +03:00
Alexander Kuzmenkov
9edb0ba293
Update performance_comparison.md 2020-05-12 18:45:48 +03:00
Pavel Kovalenko
506634786e Handle exceptions in ProxyResolverConfiguration properly. 2020-05-12 17:34:37 +03:00
Alexey Milovidov
d9b1d49ed0 Fix test with obvious race condition 2020-05-11 20:32:26 +03:00
Alexey Milovidov
ec73ff6151 Do not show unstable queries as error 2020-05-09 18:58:47 +03:00
Alexey Milovidov
2e58cbd1b5 Minor modifications 2020-05-09 18:55:25 +03:00
Alexey Milovidov
33f1fd3836 Fix bad markup 2020-05-09 18:50:28 +03:00
Alexey Milovidov
2000008438 Fix bad markup 2020-05-09 18:47:14 +03:00
Ivan
85d783c247
Poco contrib refactoring (#10396)
* Remove config_common.h
* Refactor libcpuid contrib
* Remove support for libcpuinfo
* Define USE_CPUID in Arcadia
* Refactor Poco libraries
2020-05-08 17:11:19 +03:00
Pavel Kovalenko
6165c2aa99 Add possibility to use proxy resolver in DiskS3. 2020-05-08 13:53:12 +03:00
Alexander Tokmakov
2cb4c91c02 fix dockerfiles 2020-05-08 00:08:19 +03:00
Ivan
038e371570
Update cross-builds to use clang-10 compiler (#10724)
* Update FreeBSD toolchain
* Update cross-builds to use clang-10
2020-05-07 15:32:17 +03:00
tavplubix
04a24c59dc
Add tests with DatabaseAtomic (#10714)
* add tests with DatabaseAtomic

* fix
2020-05-07 14:29:58 +03:00
alesapin
5a90709afe update coverage tools to llvm-10
update coverage tools to llvm-10
2020-05-07 11:06:25 +03:00
alexey-milovidov
7231bc4209
Merge pull request #10717 from kssenii/add-pika-module
Add pika python module
2020-05-07 03:27:37 +03:00
kssenii
2c9e216132 Fix to python-pika 2020-05-07 02:52:33 +03:00
kssenii
d30a1dde0d Add pika python module 2020-05-07 02:14:13 +03:00
alexey-milovidov
b9380c7269
Merge pull request #10637 from tarampampam/master
Default user and database creation on image starting added
2020-05-06 22:29:44 +03:00
alesapin
33ba5ad525 Fix clang version in coverage image 2020-05-05 18:45:26 +03:00
alexey-milovidov
d37cb297bc
Merge pull request #10039 from abyss7/pytest
Add new build for query tests using pytest
2020-05-04 23:18:02 +03:00
mnkonkova
b38a2f1d24 module add for grpc integratio test 2020-05-04 17:35:43 +00:00
Paramtamtam
a55c6763d6
Default user creation fixed 2020-05-04 13:30:05 +05:00
Paramtamtam
cbcd3b9a76
Small fixes 2020-05-04 12:27:57 +05:00
Paramtamtam
a4e61c9556
Revert unimportant changes 2020-05-04 12:20:20 +05:00
Paramtamtam
c75a631ff4
Changes after CR(2) 2020-05-04 12:11:35 +05:00
Paramtamtam
54e24aa6ff
CR changes 2020-05-04 01:04:00 +05:00
Paramtamtam
7dcb74ab7c
Default user and database creation on image starting added 2020-05-03 23:15:18 +05:00
alexey-milovidov
a235533d5f
Merge pull request #10576 from Jokser/s3-with-dynamic-proxies
S3 with dynamic proxy configuration
2020-05-03 01:25:13 +03:00
Alexey Milovidov
cef28325ff Update to clang-10 2020-05-02 22:00:05 +03:00
Alexey Milovidov
ee81e5fef7 Add LLVM tools to Docker images 2020-04-30 15:10:32 +03:00
Alexander Kuzmenkov
5aadd628f1 performance comparison 2020-04-30 11:36:51 +03:00
Alexander Kuzmenkov
18d4563b5c
Update performance_comparison.md 2020-04-30 10:28:14 +03:00
Alexander Kuzmenkov
5b30c84813 Update PVS Studio to an existing version. 2020-04-30 09:47:44 +03:00
Alexander Kuzmenkov
d952e5aba2 performance comparison 2020-04-29 20:26:28 +03:00
Alexander Kuzmenkov
095ef4b32c performance comparison 2020-04-29 19:28:00 +03:00
Alexander Kuzmenkov
884db5c12e performance comparison 2020-04-29 12:47:17 +03:00
Alexander Kuzmenkov
a5911277b0 performance comparison 2020-04-29 12:28:35 +03:00
Pavel Kovalenko
e5e84960ea S3 with proxy integration test and fixes. 2020-04-29 11:40:29 +03:00
Alexander Kuzmenkov
15e94d3de9 performance comparison 2020-04-29 09:30:37 +03:00
robot-clickhouse
de4e88ff97 Auto version update to [20.5.1.1] [54435] 2020-04-28 20:12:16 +03:00
Alexander Kuzmenkov
cf63174139 performance comparison 2020-04-28 17:27:24 +03:00
Ivan
91df18a906
Trigger new image build
to pull changes in freebsd toolchain
2020-04-28 17:06:52 +03:00
Alexander Kuzmenkov
ed1576507b performance comparison 2020-04-28 10:45:56 +03:00
Alexander Kuzmenkov
9480210236 performance comparison 2020-04-27 15:48:17 +03:00
BohuTANG
71f9346db3 docker: fix one typo for clang-9 2020-04-27 17:33:54 +08:00
Ivan Lezhankin
72dcaf13a9 Add new Docker file to images.json 2020-04-24 22:31:04 +03:00
tavplubix
7928f2eaa1
Merge pull request #7512 from ClickHouse/database_atomic
DatabaseAtomic
2020-04-24 22:28:18 +03:00
Ivan Lezhankin
8fbeb345ae Add dockerfile 2020-04-24 15:53:53 +03:00
filimonov
db689843e1
add CA certificates to clickhouse-docker image 2020-04-24 10:52:47 +02:00
Alexander Kuzmenkov
93e49ae10f performance comparison 2020-04-24 10:19:50 +03:00
Alexander Kuzmenkov
79c5b7cc9f performance comparison 2020-04-24 06:23:38 +03:00
Alexander Kuzmenkov
1bf02d459c performance comparison 2020-04-23 23:19:04 +03:00
Alexander Tokmakov
04d6b59ac0 Merge branch 'master' into database_atomic 2020-04-23 17:31:37 +03:00
Alexander Kuzmenkov
d99f516fa6 performance comparison 2020-04-23 11:44:49 +03:00
alexey-milovidov
9accb3ddf4
Merge pull request #10425 from ClickHouse/embedded-time-zones
Avoid dependency on system tzdata
2020-04-22 23:20:34 +03:00
Alexander Kuzmenkov
631c810500 performance comparison 2020-04-22 22:42:00 +03:00
Nikita Mikhaylov
ac0939c037 remove too much logs from asan stress test 2020-04-22 19:29:04 +03:00
Alexander Tokmakov
fefbbd37df Merge branch 'master' into database_atomic 2020-04-22 17:02:30 +03:00
Nikita Mikhaylov
7e61673758
Merge pull request #10440 from nikitamikhaylov/asan-mmap-failed
add ASAN_OPTIONS
2020-04-22 17:47:07 +04:00
Nikita Mikhaylov
f76c32fd6e add allocator_release_to_os_interval_ms 2020-04-22 16:15:24 +03:00
Nikita Mikhaylov
5b37658535 first try 2020-04-22 16:13:08 +03:00
Alexander Kuzmenkov
3b1334ee1b performance comparison 2020-04-22 16:11:46 +03:00
Alexey Milovidov
5cf94cd7b9 Merge branch 'master' into embedded-time-zones 2020-04-22 11:52:24 +03:00
Alexey Milovidov
beaa686639 Remove dependency 2020-04-22 06:23:10 +03:00
Alexander Kuzmenkov
627dfe103f performance comparison 2020-04-22 04:50:21 +03:00
Alexander Kuzmenkov
1c997dcb7c performance comparison 2020-04-22 01:08:24 +03:00
alesapin
8c18cec68a Fix path to integration test image 2020-04-21 22:04:31 +03:00
Alexander Kuzmenkov
f2290bf2ee performance comparison 2020-04-21 21:46:45 +03:00
alesapin
bc2200530f Fix PVS studio version 2020-04-21 15:19:38 +03:00
Ilya Yatsishin
82b0f31e37
Merge pull request #10335 from qoega/move_docker_to_docker
Move integration tests docker files to docker/ directory.
2020-04-21 15:10:42 +03:00
Alexey Milovidov
a0d56997de Fix error 2020-04-20 23:13:33 +03:00
Alexey Milovidov
31d2547363 clang-10 in CI 2020-04-20 23:04:35 +03:00
Alexander Tokmakov
b29bddac12 Merge branch 'master' into database_atomic 2020-04-20 14:09:09 +03:00
Alexander Kuzmenkov
c8d70d714a
Merge pull request #9985 from ClickHouse/fix-perftest-distributed-aggregation
Try fix perftest distributed_aggregation.xml
2020-04-18 03:08:34 +03:00
Alexander Kuzmenkov
fb790ef82c
Update report.py 2020-04-18 02:59:03 +03:00
Yatsishin Ilya
a0ce15befd Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00
Alexander Kuzmenkov
41473d090d performance comparison 2020-04-17 18:47:01 +03:00
Alexander Kuzmenkov
e59aaa88f8
Update compare.sh 2020-04-17 16:32:59 +03:00
Alexander Kuzmenkov
9b66f33eb5 performance comparison 2020-04-17 01:25:08 +03:00
Alexander Kuzmenkov
1e5a33bcfb Merge remote-tracking branch 'origin/master' into HEAD 2020-04-16 23:03:17 +03:00
alesapin
8d9240d3e9 Second kill in statlesess image 2020-04-16 15:26:57 +03:00
alesapin
398ed4d9c2 Fix images.json list 2020-04-16 14:23:37 +03:00
Nikolai Kochetov
f1f862a6a8 Update docker for stateless_with_coverage. 2020-04-16 11:35:32 +03:00
Nikolai Kochetov
f5339e7c5e Add graphite config to tests. 2020-04-14 20:12:43 +03:00
Alexander Kuzmenkov
93e0313ed4
boop the CI 2020-04-14 01:40:07 +03:00
Alexander Kuzmenkov
def6817ede
Update compare.sh 2020-04-13 22:06:07 +03:00
Alexander Tokmakov
d1024e76bd fix 2020-04-13 18:46:36 +03:00
Azat Khuzhin
66d443df14 Add libmsgpack-dev into the image (for unbundled build) 2020-04-10 11:30:23 +03:00
Alexey Milovidov
b6f4287d2f Remove vagrant build 2020-04-08 23:42:12 +03:00
Ivan Lezhankin
1e3ec9113a Fix compiler possible values 2020-04-08 19:29:08 +03:00
Anton Popov
7a69664e7e
fix statless tests 2020-04-08 01:16:16 +03:00
Anton Popov
a1d9d8e65e
Merge pull request #10086 from CurtizJ/polymorphic-parts
Add check with enabled polymorphic parts.
2020-04-08 00:24:50 +03:00
Vitaly Baranov
e267daa894
Merge pull request #10100 from vitlibar/enable-access-management-in-stateless-tests-2
Enable access management in stateless tests #2.
2020-04-07 23:20:16 +03:00
Vitaly Baranov
b010ab8ce4 Enable access management in stateless tests #2. 2020-04-07 21:33:19 +03:00
Alexander Kuzmenkov
aadb05cbe3
performance comparison 2020-04-07 20:55:39 +03:00
alesapin
816eccde11 Add config to debug test mode 2020-04-07 16:34:57 +03:00
Anton Popov
592093b749 add check with polymorphic parts 2020-04-07 14:48:23 +03:00
Ivan
f6b31f344d
Add cross-compile build for FreeBSD (#9643)
* Add toolchain to Docker image
2020-04-07 11:33:49 +03:00
Alexander Kuzmenkov
2e804173a9 performance comparison 2020-04-07 03:29:44 +03:00
Alexander Kuzmenkov
2a8867f330 Convenient defaults for perf test runner. 2020-04-06 23:48:26 +03:00
Alexander Kuzmenkov
bcc77fc96a
Update perf-comparison-tweaks-config.xml 2020-04-06 23:42:20 +03:00
alesapin
107c5b7860
Merge pull request #10063 from ClickHouse/fix-GroupingAggregatedTransform-single-level
Fix GroupingAggregatedTransform for single-level aggregation. Add test.
2020-04-06 22:13:15 +03:00
Vitaly Baranov
2296472195 Enable access management in stateless tests. 2020-04-06 21:55:25 +03:00
Nikolai Kochetov
0117c194c5 Fix GroupingAggregatedTransform for single-level aggregation. Add test. 2020-04-06 13:33:59 +03:00
alexey-milovidov
ea6f90b4f2
Merge pull request #10042 from abyss7/dbms2src
dbms/ → src/
2020-04-04 02:44:20 +03:00
Alexander Kuzmenkov
9465f97832 performance comparison 2020-04-03 21:23:11 +03:00
Ivan Lezhankin
06446b4f08 dbms/ → src/ 2020-04-03 18:14:31 +03:00
Alexander Kuzmenkov
882e0d8b4e
Update compare.sh 2020-04-03 13:00:23 +03:00
Alexander Kuzmenkov
cd88b5380c Performance comparison fixes 2020-04-02 21:44:58 +03:00
Ivan Lezhankin
159e72ea7c Trigger Docker image rebuild 2020-04-02 10:52:46 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00
Nikolai Kochetov
8e18f56d4f Try fix perftest distributed_aggregation.xml 2020-04-01 14:53:09 +03:00
alesapin
3c98bfeeea Add correct version of llvm-symbolizer in stress-test 2020-03-28 15:01:55 +03:00
Alexey Milovidov
7ef1064a40 Update Dockerfiles for tests 2020-03-26 20:55:11 +03:00
Alexander Kuzmenkov
f576cab761 performance comparison 2020-03-26 03:09:43 +03:00
alesapin
049b86ff7d Bump llvm tools to 9 2020-03-25 15:12:03 +03:00
Alexander Kuzmenkov
5fd5b15c36 performance comparison 2020-03-24 20:33:42 +03:00
alexey-milovidov
92bf5a1351
Merge pull request #9819 from ClickHouse/aku/perf-comparison
Some tweaks for performance comparison
2020-03-24 03:11:48 +03:00
Alexander Kuzmenkov
fe1eb691fd
Update perf-comparison-tweaks-config.xml 2020-03-23 23:53:25 +03:00
alesapin
5b8824c065 Add clang-8 to binary image 2020-03-23 21:23:32 +03:00
alesapin
72f3fbb630 Fix binary image 2020-03-23 19:08:13 +03:00
alesapin
ea061df5cd Add ability to build with clang-9 from packager script and remove outdated compilers 2020-03-23 17:49:52 +03:00
alexey-milovidov
92684b911d
Update Dockerfile 2020-03-23 14:02:39 +03:00
Alexander Kuzmenkov
d396a7c650 Some tweaks for performance comparison 2020-03-23 12:39:12 +03:00
Alexey Milovidov
8df43f2f50 Update packager images 2020-03-23 00:10:14 +03:00
Alexey Milovidov
21f478e2c0 Update "builder" docker image 2020-03-22 23:44:17 +03:00
Alexey Milovidov
1bfe312834 Removed leftovers 2020-03-21 19:43:31 +03:00
alesapin
c41c527bdf Add options for stateful images 2020-03-20 12:38:48 +03:00
Ivan
571d0d541c
Improve CCTZ contrib (#9687)
* common/Types.h → common/types.h
  Also split Core/Defines.h and merge with common/likely.h
* Improve cctz contrib
* Fix ALWAYS_INLINE and unbundled build
* Update Dockerfile from master
* Fix test for unbundled library
2020-03-19 13:38:34 +03:00
Alexander Kuzmenkov
26fcc0f0f8
Update report.py 2020-03-18 22:06:15 +03:00
Alexander Kuzmenkov
48a2b46499 performance comparison 2020-03-18 06:25:16 +03:00
Alexander Kuzmenkov
56c4b49844 performance comparison 2020-03-18 04:29:32 +03:00
Ivan
f64549b27a
Trigger rebuild with whitespace update 2020-03-17 23:56:26 +03:00
Ivan
83b4efeeec
Update Dockerfile 2020-03-17 21:00:57 +03:00
Alexander Kuzmenkov
f4ea37fa3b peformance comparison 2020-03-17 19:37:26 +03:00
Ivan
7aca050684
Add libcctz-dev package to Dockerfile 2020-03-17 16:18:36 +03:00
Alexander Kuzmenkov
f6d745de7f performance comparison 2020-03-17 05:42:13 +03:00
Alexander Kuzmenkov
811d0e00d5 performance comparison 2020-03-16 17:54:17 +03:00
Alexander Kuzmenkov
beac0769bc
github doesn't like cute animals in check status 2020-03-14 02:04:40 +03:00
alexey-milovidov
930f2bae54
Merge pull request #9611 from ClickHouse/aku/fix-some-perf-tests
Fix some performance tests
2020-03-13 22:30:26 +03:00
Alexander Kuzmenkov
7e6585328f fixup 2020-03-13 16:30:54 +03:00
Alexander Kuzmenkov
9b4e45748a fixup 2020-03-12 21:26:02 +03:00
Alexander Kuzmenkov
e8f9e4d5fd performance comparison 2020-03-12 19:21:58 +03:00
Alexander Kuzmenkov
e9a2534e30 performance comparison 2020-03-12 17:52:48 +03:00
Alexander Kuzmenkov
553e5a8867 performance comparison 2020-03-12 17:24:18 +03:00
Alexander Kuzmenkov
a89ccd5eb7 performance comparison 2020-03-12 17:17:24 +03:00
Alexander Kuzmenkov
7f8b2b0c41 performance comparison 2020-03-12 16:56:26 +03:00
Alexey Milovidov
1c75827046 Packager script: add --clang-tidy option 2020-03-12 16:13:54 +03:00
robot-clickhouse
6a4e022a3b Auto version update to [20.4.1.1] [54434] 2020-03-12 16:07:08 +03:00
Alexander Kuzmenkov
ca1dd5a357 performance comparison 2020-03-12 15:51:09 +03:00
Alexander Kuzmenkov
299c0d4da9 Fix some performance tests 2020-03-12 00:08:08 +03:00
Alexander Kuzmenkov
3be5fa1338 performance comparison 2020-03-11 17:29:34 +03:00
alexey-milovidov
b212a78195
Merge pull request #9575 from ClickHouse/add_clang_tidy_to_build_images
Add clang tidy to docker images
2020-03-10 16:13:00 +03:00
alesapin
7520d4f1ee
Merge pull request #9484 from filimonov/docker_for_odbc_driver3
Try newer version of odbc driver
2020-03-10 12:50:28 +03:00
alesapin
3fbaa0a29f Add clang tidy to docker images 2020-03-10 12:07:43 +03:00
Mikhail Filimonov
cf6854567a sync up clickhouse-stateless-with-coverage-test with clickhouse-stateless-test 2020-03-09 19:30:12 +01:00
alesapin
0bc86507e5 Fix error when tests are being run on partially downloaded data 2020-03-08 18:21:48 +03:00
Alexander Kuzmenkov
f2ca21e1ee performance comparison 2020-03-03 16:39:23 +03:00
alesapin
49c0642c49 Build gcc with lld linker 2020-03-03 15:32:54 +03:00
Mikhail Filimonov
add201401d Try newer version of odbc driver 2020-03-03 11:50:09 +01:00
Alexander Kuzmenkov
662ce64c99 performance comparison 2020-03-03 13:47:57 +03:00
Alexander Kuzmenkov
ac7860dc49 performance comparison 2020-03-02 21:47:59 +03:00
Alexander Kuzmenkov
35dc08ccda performance comparison 2020-03-02 20:06:14 +03:00
Alexander Kuzmenkov
5bc45f96b5 performance comparison 2020-03-02 19:14:12 +03:00
Alexander Kuzmenkov
de407f17cb performance comparison 2020-03-02 18:55:28 +03:00
Alexander Kuzmenkov
657d96d283 performance comparison 2020-03-02 18:06:09 +03:00
alesapin
3e86c85620 Remove some code from coverage image for stateless tests 2020-03-02 11:49:23 +03:00
Alexander Kuzmenkov
4407d203d5 performance comparison 2020-02-28 23:40:26 +03:00
Alexander Kuzmenkov
be221a2f1a perf comparison -- more filtering 2020-02-28 23:00:28 +03:00
Alexander Kuzmenkov
8f5ad14cc5 performance comparison - 7 runs 2020-02-28 20:08:51 +03:00
Alexander Kuzmenkov
1c2fe333d2 performance comparison 2020-02-28 19:22:33 +03:00
alesapin
6fb48c5e9a Disable coverage on client 2020-02-28 11:34:37 +03:00
Alexander Kuzmenkov
01c36f8b33 Fix shellcheck warnings. 2020-02-27 23:56:32 +03:00
Alexander Kuzmenkov
aab320d656 performance comparison 2020-02-27 22:44:03 +03:00
Alexander Kuzmenkov
90ee601eb0 performance comparison 2020-02-27 20:57:27 +03:00
Alexander Kuzmenkov
9ed1c7ea22 performance comparison 2020-02-26 19:18:58 +03:00
Alexander Kuzmenkov
ea67cba608 performance comparison 2020-02-25 22:51:27 +03:00
Alexander Kuzmenkov
ebe70f5bcb performance comparison 2020-02-25 16:12:26 +03:00
Alexander Kuzmenkov
8d46eb6ecc
Update compare.sh 2020-02-25 15:18:50 +03:00
Mikhail Filimonov
80abb99723 adjust dockerfile used in tests to allow odbc roundtrip 2020-02-25 01:51:28 +01:00
alexey-milovidov
afc306091b
Merge pull request #9262 from ClickHouse/fix_expressions_in_metadata
Fix expressions in metadata
2020-02-23 04:32:55 +03:00
Alexander Kuzmenkov
0a83353068
Update compare.sh 2020-02-22 20:52:49 +03:00
Alexander Tokmakov
852043c8d9 better configs 2020-02-22 17:26:39 +03:00
Alexander Kuzmenkov
eabfdf4ce0
Update compare.sh 2020-02-22 15:02:45 +03:00
Alexander Tokmakov
17314fa5fd fix dockerfile 2020-02-22 14:11:54 +03:00
Alexander Tokmakov
21e0eb5f11 try fix tests with secure sockets 2020-02-22 04:37:03 +03:00
tavplubix
d720db86e5
Merge pull request #9288 from ClickHouse/enable_ssl_in_functional_tests
Enable secure sockets in stateless tests
2020-02-22 00:46:38 +03:00
robot-clickhouse
473e1eac6f Auto version update to [20.3.1.1] [54433] 2020-02-22 00:35:33 +03:00
Alexander Kuzmenkov
49c68012bf performance comparison 2020-02-21 23:00:44 +03:00
Alexander Tokmakov
9415ed821c enable secure sockets in stateless tests 2020-02-21 22:00:32 +03:00
alesapin
93fddc7b46 Remove symlink to lld from build images 2020-02-21 18:49:53 +03:00
Alexander Kuzmenkov
3ae2282209 performance comparison 2020-02-20 19:33:19 +03:00
Pavel Kovalenko
b47a1c9a34 Add disks section to stateless-with-coverage test docker image. 2020-02-19 13:07:35 +03:00
Alexander Kuzmenkov
8017220004 performance comparison 2020-02-18 20:30:38 +03:00
Alexander Kuzmenkov
84237befef
Update entrypoint.sh 2020-02-17 22:52:35 +03:00
Alexander Kuzmenkov
73c4204e95 performance comparison 2020-02-17 22:33:08 +03:00
Alexey Milovidov
bec14b196f Merge branch 'master' into add_symlinks_for_lld 2020-02-16 14:01:47 +03:00
alexey-milovidov
71c6430f10
Merge pull request #9129 from Jokser/disks-section-for-functional-tests
Added disks section for stateless functional testing.
2020-02-15 02:48:19 +03:00
Alexander Kuzmenkov
3e03b1591c
Update entrypoint.sh 2020-02-14 23:31:57 +03:00
Alexander Kuzmenkov
de351bad39 performance comparison 2020-02-14 22:39:36 +03:00
Pavel Kovalenko
7c585291b5 Added disks section for stateless functional testing. 2020-02-14 18:37:51 +03:00
Alexander Kuzmenkov
3c754113f1 performance comparison 2020-02-14 15:55:47 +03:00
Alexander Kuzmenkov
551cd4776b Move the documentation draft out of public docs. 2020-02-14 15:14:33 +03:00
Alexander Kuzmenkov
e818b2e67a performance comparison 2020-02-12 19:10:07 +03:00
Alexander Kuzmenkov
0de8e7cf1a performance comparison 2020-02-11 23:01:39 +03:00
Alexander Kuzmenkov
ca61b57183 performance comparison 2020-02-11 18:01:33 +03:00
Alexander Kuzmenkov
1e8097da7f
Update entrypoint.sh 2020-02-10 21:41:00 +03:00
Alexander Kuzmenkov
0353a55e3d performance comparison 2020-02-10 21:37:46 +03:00
Alexander Kuzmenkov
8c383f240a performance comparison 2020-02-10 21:12:52 +03:00
Alexander Kuzmenkov
8ff0083335 performance comparison 2020-02-10 19:34:19 +03:00
alesapin
954ea60a6a Remove redundant compilers, linkers and libs 2020-02-10 12:05:14 +03:00
Alexander Kuzmenkov
8b90271c9b
Update run.sh 2020-02-08 01:20:05 +03:00
alesapin
bddbc956ec Add symlynks for lld, because gcc is not able to find it without 'ld.' prefix. 2020-02-07 23:59:51 +03:00
Alexander Kuzmenkov
016afd6c0e Log queries in performance tests 2020-02-07 22:32:17 +03:00
Alexander Kuzmenkov
1380bceae2 performance comparison report 2020-02-07 21:37:43 +03:00
alesapin
c3f24aa075 Fix test and improve run 2020-02-07 19:01:20 +03:00
Alexander Kuzmenkov
2d94498537
Update run.sh 2020-02-07 01:41:38 +03:00
Alexander Kuzmenkov
0c5b63aba1
Update entrypoint.sh 2020-02-06 22:26:06 +03:00
Alexander Kuzmenkov
9def8f30fb
Update run.sh 2020-02-06 18:45:23 +03:00
Alexander Kuzmenkov
d92350588b performance comparison 2020-02-06 18:07:33 +03:00
Alexander Kuzmenkov
289ea9547f
Update Dockerfile 2020-02-06 17:36:24 +03:00
Alexander Kuzmenkov
9a2fe8041c performance comparison 2020-02-06 15:57:26 +03:00
Alexander Kuzmenkov
d19addacae performance comparison 2020-02-06 15:47:17 +03:00
Alexander Kuzmenkov
66b66b00db
Use new performance test files for comparison
We're going to change a lot of tests to make them less flappy, so we must have  some way to test them in PRs. A downside is that the new test might have some functions that are not supported by the old version, and the comparison will fail.
2020-02-05 23:06:23 +03:00
Alexander Kuzmenkov
009d3dc78a performance comparison 2020-02-03 20:07:10 +03:00
Alexander Kuzmenkov
bbfce95f40 [wip] performance comparison 2020-02-03 17:20:58 +03:00
Ilya Mazaev
7940cab381
Update dockerfile for server
fix issue#6608
2020-01-29 15:59:48 +03:00
Alexander Kuzmenkov
7970067ecf [wip] performance comparison 2020-01-28 21:43:18 +03:00
Alexander Kuzmenkov
62fdc6c879 [wip] performance comparison 2020-01-28 18:13:37 +03:00
Alexander Kuzmenkov
507692fb1c [wip] performance comparison 2020-01-27 15:36:09 +03:00
alexey-milovidov
f3073d9cc0
Merge pull request #8844 from azat/server-docker-image-change-uid-gid
Add ability to change user/group for clickhouse-server docker image
2020-01-26 20:55:31 +03:00
Azat Khuzhin
c2a7021e37 Add ability to change user/group for clickhouse-server docker image
This will allow to create files owned by subuid/subgid if docker is
running with userns.
2020-01-26 19:37:58 +03:00
alesapin
d364447824 Better image for woboq 2020-01-26 17:34:16 +03:00
alesapin
7af36b9b74 Better image for woboq browser 2020-01-24 11:07:20 +03:00
Alexander Kuzmenkov
c7616ff11a [wip] performance comparison 2020-01-23 20:49:11 +03:00
Ivan
b80e3dcd46
Refactoring of replxx (#8748) 2020-01-23 11:18:19 +03:00
alexey-milovidov
d807088357
Merge pull request #8781 from ClickHouse/add_woboq_image
Add image for woboq codebrowser report
2020-01-23 05:56:54 +03:00
alesapin
8f241eab49 Add image for woboq codebrowser report 2020-01-22 19:11:34 +03:00
Alexander Kuzmenkov
754c206203 [wip] performance comparison 2020-01-21 21:15:50 +03:00
Alexander Kuzmenkov
e96021cefe [wip] performance comparison 2020-01-21 16:42:35 +03:00
Alexey Milovidov
f7efa5e2c7 Merge branch 'replxx' of https://github.com/abyss7/ClickHouse into abyss7-replxx 2020-01-18 17:00:59 +03:00
Alexander Kuzmenkov
7ae38a3400 [wip] performance comparison test 2020-01-16 22:39:07 +03:00
Alexander Kuzmenkov
f81aa1c9f0 [wip] performance comparison test 2020-01-16 17:29:53 +03:00
Alexander Kuzmenkov
d6ce1d7a67 [wip] Performance comparison test. 2020-01-14 22:07:38 +03:00
robot-clickhouse
e8e820cfd4 Auto version update to [20.2.1.1] [54432] 2020-01-13 22:21:08 +03:00
Ivan Lezhankin
d90348eaa8 Disable unbundled with rdkafka
to fix it later
2020-01-13 14:28:30 +03:00
alexey-milovidov
f051844eb7
Merge branch 'master' into replxx 2020-01-11 19:59:33 +03:00
Alexander Kuzmenkov
9f42674007 Performance comparison improvements 2020-01-10 17:10:00 +03:00
Alexander Kuzmenkov
10ba9d38c0 Revert "Performance comparison improvements."
This reverts commit 52dff20d91.
2020-01-10 17:08:40 +03:00
Alexander Kuzmenkov
52dff20d91 Performance comparison improvements. 2020-01-10 17:08:08 +03:00
Alexander Kuzmenkov
9c8f52c058 Performance comparison improvements. 2020-01-10 17:06:44 +03:00
Ivan Lezhankin
fb677fd668 Disable replxx in unbundled build 2020-01-10 13:55:50 +03:00
Ivan Lezhankin
a33ade77fd Update packager for darwin 2020-01-01 22:27:48 +03:00
Alexander Kuzmenkov
b7df029fa6 [wip] performance comparison fixes 2019-12-27 19:05:45 +03:00
Alexander Kuzmenkov
fd3889b817 [wip] perf comparison: docker + some tweaks 2019-12-26 23:51:53 +03:00
Alexander Kuzmenkov
8a3ddb67ef [wip] some experimental scripts for peformance comparison 2019-12-26 20:37:10 +03:00
Alexander Kuzmenkov
17f1754695 Publish different files for perftest. 2019-12-25 19:09:37 +03:00
tavplubix
7c1a6c726d
Merge pull request #8359 from ClickHouse/more_readable_interpreter_create
Refactor table creation
2019-12-24 18:07:43 +03:00
Alexander Kuzmenkov
be963a7a6f Add a build package type for performance tests. 2019-12-23 21:34:12 +03:00
alesapin
4555d1398c
Merge pull request #8267 from ClickHouse/fix_coverage_one_more_time
More strict coverage flush.
2019-12-23 11:43:49 +03:00
Alexander Tokmakov
9041977bb6 InterpreterCreateQuery code cleanup 2019-12-20 15:51:51 +03:00
Alexey Milovidov
93c82158d3 Update build instructions according to new libraries from contrib 2019-12-20 01:13:42 +03:00
Alexander Kuzmenkov
cb19696778 Dump cmake options in CI. 2019-12-18 18:40:42 +03:00
alesapin
a175ea5b73 Add coverage file flush for clickhouse-server when std::atexit is not called. Also slightly improved logging in stateless tests with coverage. 2019-12-18 13:43:40 +03:00
Alexander Kuzmenkov
fa9a02a292 Update docker with new msan flags 2019-12-13 19:23:20 +03:00
Alexander Kuzmenkov
5b67c55ec6 Update containers for #6892. 2019-12-13 16:57:10 +03:00
alesapin
c3b332ed9a remove space 2019-12-11 16:43:28 +03:00
alesapin
7457d911f1 Fix server kill in coverage task 2019-12-11 16:42:08 +03:00
alesapin
6edc7bd089 Fix coverage image 2019-12-11 16:24:30 +03:00
alesapin
854175406d Add gdb to integration tests image 2019-12-10 13:13:22 +03:00
robot-clickhouse
6d56509109 Auto version update to [19.19.1.1] [54430] 2019-12-06 17:22:00 +03:00
wangchao
6020a7b19c upgrade gcc and g++ to version 9 2019-11-14 11:00:06 +08:00
robot-clickhouse
94c7719c73 Auto version update to [19.18.1.1] [54429] 2019-11-08 11:36:41 +03:00
Ivan
453ff2c071
Refactor packager (#7539) 2019-10-30 17:36:27 +03:00
Ivan
4f2f5cca84
Add support for cross-compiling to the CPU architecture AARCH64 (#7370) 2019-10-30 10:01:53 +03:00
Ivan
4d27e8aa5b
Unpack toolchains into mounted volume (#7534) 2019-10-29 20:33:31 +03:00
Ivan
c250db4922
Update Docker Image for Binary Packager (#7474) 2019-10-24 15:56:30 +03:00
Ivan
32ca372b9d
Revert "Update Dockerfile for binary packager (#7456)" (#7458)
This reverts commit fa05a5860f.
2019-10-23 18:54:18 +03:00
Ivan
fa05a5860f
Update Dockerfile for binary packager (#7456) 2019-10-23 17:41:17 +03:00
robot-clickhouse
7381489d5d Auto version update to [19.17.1.1] [54428] 2019-10-21 15:48:00 +03:00
alesapin
0769f80f4e Fix path to config in docker images 2019-10-10 13:26:57 +03:00
alesapin
9f0b3e5bbf Update dockerfiles 2019-10-09 23:33:23 +03:00
Alexander Tokmakov
565c273eaa Merge branch 'master' into merging_values_with_expressions 2019-10-02 20:51:44 +03:00
Ivan
381947509a
Fix build for Darwin (#7149)
* Disable some contribs for cross-compilation
* Fix clang-8-darwin build
* Also fix docs
* Add diagnostics
* Check cross-compilation in each file individually.
* Disable warning for clang < 9
2019-10-02 17:35:07 +03:00
Alexander Tokmakov
979f235e38 Merge branch 'master' into merging_values_with_expressions 2019-09-30 18:06:58 +03:00
alexey-milovidov
4a29bb369d
Merge pull request #7130 from pombredanne/patch-1
Add missing verb in readme
2019-09-27 22:21:31 +03:00
alesapin
dad401a047 Downgrade cmake version in packager image 2019-09-27 16:25:51 +03:00
Philippe Ombredanne
0356bd98ae
Add missing verb in readme
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2019-09-27 14:46:14 +02:00
Ivan Lezhankin
7285bad1e7 Merge remote-tracking branch 'upstream/master' into issue-6459 2019-09-24 17:52:50 +03:00
robot-clickhouse
06e1a9d78e Auto version update to [19.16.1.1] [54427] 2019-09-24 14:47:32 +03:00
alesapin
38f65a6a21 Fix smoke test image 2019-09-24 11:32:01 +03:00
Ivan
e9e10670da
Update Docker image for CI packaging
Add support for cross-compilation to Darwin
2019-09-23 22:29:47 +03:00
Ivan Lezhankin
6cc2f8da97 Add 'clang-8-darwin' choise and update Docker build image. 2019-09-23 21:22:10 +03:00
alexey-milovidov
d9170d02fc
Merge pull request #7064 from ClickHouse/move-yandex-clickhouse
Move yandex -> ClickHouse
2019-09-23 19:33:15 +03:00
Alexey Milovidov
8579c26efb Changed repository URL 2019-09-23 19:18:19 +03:00
alesapin
8c5f8e5fbe Unpack to another directory 2019-09-23 18:57:18 +03:00
alesapin
87ed508aa4 Add image for split build smoke test 2019-09-23 16:19:55 +03:00
alesapin
6b6714761b Also pack config into shared archive 2019-09-23 15:20:08 +03:00
Alexander Tokmakov
89280c0ca8 fix tests 2019-09-23 13:45:26 +03:00
alesapin
f2f9f585e4 Better check in shared binary build 2019-09-20 23:15:42 +03:00
alesapin
d0ef26e1b8 Better shared binary build 2019-09-20 22:57:09 +03:00
alesapin
8783798b99 Move so libraries to output directory in binary build image 2019-09-20 19:29:06 +03:00
alexey-milovidov
fe9e110a6a
Merge pull request #6965 from azat-archive/sparsehash-c11
Replace libsparsehash with sparsehash-c11
2019-09-18 12:46:13 +03:00
Azat Khuzhin
780341060f
Replace libsparsehash with sparsehash-c11
- use sparsehash-c11 over libsparsehash
- fix typos in find_sparsehash and users of the vars (s/SPARCE/SPARSE/)
- drop libsparsehash-dev from docker images (but keep for unbunlded build)
- use ::google over GOOGLE_NAMESPACE
2019-09-18 00:08:20 +03:00
alesapin
f682cbc31d Add time logging to build script 2019-09-17 22:26:24 +03:00
alesapin
ed6870729b
Merge pull request #6960 from yandex/add_gdb_index
Add custom dpkg to deb build image
2019-09-17 20:24:21 +03:00
alesapin
fb1b809388 Original repo 2019-09-17 20:07:35 +03:00
alesapin
dccac1993f Add custom dpkg to deb build image 2019-09-17 19:42:18 +03:00
alesapin
110568f980
Merge pull request #6947 from yandex/add_gdb_index
Add gdb index to builds with debug info
2019-09-17 17:59:27 +03:00
alesapin
e9b7bd7ed7 Add gdb to build images 2019-09-17 17:24:45 +03:00
alesapin
f1d86d55e8 Enable gdb-index for gold by default 2019-09-17 13:16:48 +03:00
alesapin
89fbb11c39 Add testname option to stateless and stateful tests 2019-09-16 14:13:22 +03:00
alesapin
a0888cace8 Update pvs-studio image 2019-09-06 22:26:42 +03:00
alesapin
11b428033b Update cmake to 3.15 2019-09-06 22:19:41 +03:00
robot-clickhouse
04d2bb9cfd Auto version update to [19.15.1.1] [54426] 2019-09-06 17:58:33 +03:00
alesapin
2cda8f1563 Add query_masking_rules xml's into debug images 2019-09-05 13:10:01 +03:00
Ivan
cd5c0fc9ac
Fix build issues (#6744)
* libcxxabi uses exception handling library as public
* Don't set -stdlib for internal libc++ - it poisons the checks.
* Enable capnproto in unbundled build back
2019-08-30 20:40:27 +03:00
alesapin
6d6851e747 Add capnp-library do build image 2019-08-29 15:36:41 +03:00
Ivan
b4339f266d
Make a better build scheme (#6500)
* Fix shared build
* Major default libs refactor
* Fix build with gcc_eh
* Link all libraries as a big group.
* Use global interface library as a group
* Build capnproto using our cmake
* Use only internal libunwind
2019-08-28 23:49:37 +03:00
Alexey Milovidov
a6997aa83f Modifications after merging constraints support 2019-08-24 16:00:04 +03:00
alexey-milovidov
308baa182e
Merge branch 'master' into table-constraints 2019-08-21 06:33:08 +03:00
Gleb Novikov
86fecc7501 Merge branch 'master' into table-constraints 2019-08-20 12:17:56 +03:00
alesapin
04f553c628 Fix images with coverage 2019-08-19 15:16:20 +03:00
Nikita Mikhaylov
bbe20b3f9f done 2019-08-13 17:31:46 +03:00
Gleb Novikov
381ea6cb6e Merge branch 'master' into table-constraints 2019-08-11 12:38:34 +03:00
Gleb Novikov
93a635d18a Added clang-8 to docker builder 2019-08-11 12:30:01 +03:00
Gleb Novikov
6733188135 Added gcc-9 to docker/builder container 2019-08-10 08:32:20 +03:00
alesapin
922cbe98c9
Merge pull request #6333 from NanoBjorn/docker-builder-gcc-9
Added gcc-9 to docker/builder container
2019-08-05 12:58:18 +03:00
alesapin
cd0640073e Update PVS-studio image 2019-08-05 12:31:39 +03:00
Gleb Novikov
2f5f72995b Added gcc-9 to docker/builder container 2019-08-05 07:09:09 +00:00
alexey-milovidov
a0599214ef
Merge pull request #6103 from nikitamikhaylov/system_text_log
Allow to write ClickHouse text logs into system table.
2019-08-04 17:51:34 +03:00
alesapin
fc0532a451 Add gcc-9 to build images 2019-07-29 14:04:25 +03:00
Nikita Mikhaylov
14b384f3e5
Merge branch 'master' into system_text_log 2019-07-23 15:51:04 +03:00
Nikita Mikhaylov
61412e7f74 changes after review + update config + resolve build fail 2019-07-23 11:22:38 +03:00
robot-clickhouse
58e03ad7b9 Auto version update to [19.13.1.1] [54425] 2019-07-23 11:20:52 +03:00
filimonov
be718f320a
fix accidental change 2019-07-15 17:01:26 +02:00
Mikhail Filimonov
ff8214c65e Dockerfile adjustment 2019-07-15 16:57:15 +02:00
Nikolai Kochetov
e9f3d4d6b8
Merge pull request #4914 from yandex/processors
Processors
2019-07-11 19:22:02 +03:00
robot-clickhouse
f635d2bd9b Auto version update to [19.12.1.1] [54424] 2019-07-10 22:57:53 +03:00
alesapin
f3e34ec895 Correct llvm-symbolizer path 2019-07-09 22:41:22 +03:00
Alexander Kuzmenkov
f5f6e73c84 Ignore non-instrumented modules in ThreadSanitizer.
libc++ seems not to be instrumented, which is why we get false positives about
data races in normal destruction of weak_ptr.

In passing, remove redundant configuration of llvm-symbolizer. One symlink
to llvm-8 should suffice.
2019-07-09 15:15:52 +03:00
alesapin
82e2266d88
Merge pull request #5896 from yandex/add_coverage_image_for_ci
Add coverage image for CI
2019-07-09 12:27:51 +03:00
alesapin
dcfb332fdf Merge client files 2019-07-08 20:23:10 +03:00
alesapin
36446cfc97 Fix coverage scripts 2019-07-08 18:41:15 +03:00
Nikolai Kochetov
865f403227 Remove tsan-suppressions. 2019-07-08 16:29:26 +03:00
Nikolai Kochetov
209793c981 Merged with master. 2019-07-08 16:00:54 +03:00
Nikolai Kochetov
a4b3338182 Add sorting to tests with union. 2019-07-08 15:49:28 +03:00
Nikolai Kochetov
45b7d479aa Fix arguments in prepareProcessor call. 2019-07-08 15:49:23 +03:00
alesapin
c1a8cce20d Fix stateless with coverage image 2019-07-08 14:21:04 +03:00
alesapin
0eff6f5413 Run cmake to generate some cpp files 2019-07-08 14:09:46 +03:00
alesapin
d44da017c2 remove redundant change 2019-07-08 13:49:59 +03:00
alesapin
53b5d9f0eb Remove accident change 2019-07-08 13:47:04 +03:00
alesapin
81d6509fd4 Add two new images for coverage tests run 2019-07-08 13:46:04 +03:00
alesapin
3a825029cd add missed config files 2019-07-06 23:20:16 +03:00
Ivan Lezhankin
23cc61821f Enable GLIBC_COMPATIBILITY for splitted build in CI 2019-07-05 18:50:56 +03:00
alesapin
75b2d5c59a Add ignore variable 2019-07-05 18:18:48 +03:00
alesapin
67d0f7f7cb Don't fail if no coverage info 2019-07-05 18:16:10 +03:00
alesapin
b3ebb4d784 Add coverage images for CI 2019-07-05 18:12:18 +03:00
alexey-milovidov
4a2d3fe90a
Update Dockerfile 2019-06-30 23:47:12 +03:00
Alexey Milovidov
7181ecabb8 Removed wrong instruction from Dockerfile 2019-06-30 21:22:51 +03:00
alexey-milovidov
feafcb21bd
Merge branch 'master' into h3-integration 2019-06-30 16:19:11 +03:00
alesapin
ab8dd1d4e3
Merge pull request #5769 from yandex/add_rpm_build_to_packager
Add ability to build rpm and tgz packages via packager
2019-06-27 23:14:19 +03:00
alexey-milovidov
5b1337f117
Merge pull request #5727 from shurshun/init_auth_support
add auth support for init script: fix pr #5321
2019-06-27 21:29:11 +03:00
alesapin
42e080d65a Update PVS studio version 2019-06-27 19:53:23 +03:00
alesapin
1773d85bed Add ability to build rpm and tgz packages via packager 2019-06-27 14:16:56 +03:00
Ivan Remen
6bc851b74b Compile h3 in docker 2019-06-26 02:06:00 +03:00
alesapin
1a1e0f98a2 Missed dockerfile 2019-06-25 15:26:28 +03:00
alesapin
12693e5687 Run stateful tests in stress test 2019-06-25 15:04:05 +03:00
Korviakov Andrey
0a012d65ad update documentation for docker image: fix 2019-06-24 15:07:59 +03:00
Korviakov Andrey
18ebc2ec60 update documentation for docker image 2019-06-24 15:01:45 +03:00
Korviakov Andrey
bf28000d4a pr #5321 fix 2019-06-24 14:45:04 +03:00
chertus
29700fd5e9 Auto version update to [19.11.0] [54423] 2019-06-21 18:47:02 +03:00
alexey-milovidov
9bdbd84263
Merge pull request #5030 from PerformanceVision/top_level_domain
Changing how the function (cutTo)firstSignificantSubdomain detect the tld (proposal)
2019-06-19 02:08:43 +03:00
robot-clickhouse
9cd889c9dd Auto version update to [19.10.1.1] [54422] 2019-06-14 17:04:15 +03:00
proller
859b35e0ff docker: use configs from clickhouse-test (#5531)
* CLICKHOUSE-3887 Debian init: Service stop timeout

* clean

* clean

* docker: use configs from clickhouse-test

* clean
2019-06-05 22:22:36 +03:00
proller
64924f5ef3 Docker: add comments with current tags 2019-06-04 16:01:16 +03:00
proller
88f3a48afa
Fixes for parallel test run (#5506) 2019-06-03 20:36:27 +03:00
alesapin
9249561d08 Update pvs studio version (just for testing) 2019-05-30 18:22:29 +03:00
alesapin
14113fe729 Add small doc about docker files and info about all images 2019-05-30 16:05:52 +03:00
chertus
0f5fffe25b update stateless/Dockerfile 2019-05-29 14:08:58 +03:00
chertus
f813bb561c xmls for int and string dictionaries 2019-05-29 14:03:11 +03:00
chertus
3f2e09ac93 Merge branch 'master' into decimal 2019-05-29 13:58:33 +03:00
robot-clickhouse
1ecc430335 Auto version update to [19.9.1.1] [54421] 2019-05-28 13:52:55 +03:00
chertus
912813ba3c trying to add dictionaries to stateless test 2019-05-27 22:57:05 +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
Mikhail Filimonov
0b60d53fc6 Replace ENV with RUN 2019-05-22 10:43:27 +02:00
Mikhail Filimonov
8a1d773ced more dockerfile fixes 2019-05-21 08:17:46 +02:00
alesapin
5c5c23c4c9 Remove gcc-9 from images 2019-05-20 22:24:55 +03:00
alesapin
ec22af6da0 Add gcc-9 to build images 2019-05-20 12:51:52 +03:00
alesapin
ee84b8f8bb Add gcc-9 choice for packager 2019-05-20 12:08:19 +03:00
proller
51ca4cbaa4
Build fixes (#5278) 2019-05-15 20:19:39 +03:00
alesapin
a8e8a37c04 Update pvs-studio version to beta 2019-05-13 13:06:51 +03:00
robot-clickhouse
2e7f3f6e17 Auto version update to [19.8.1.1] [54420] 2019-04-29 22:33:13 +03:00
Guillaume Tassery
7c4541b127
Merge branch 'master' into top_level_domain 2019-04-26 12:30:23 +07:00
proller
97c532c0f0
Build fixes (#5114)
Need to push builder docker image
2019-04-26 02:21:59 +03:00
proller
fd63093032 Add gperf to build requirements (for upcoming pull request #5030 ) 2019-04-25 17:31:08 +03:00
proller
33922685d5
Packager: fixes (#5103) 2019-04-25 15:29:28 +03:00
alesapin
e28cca096f Add images for compatibility check 2019-04-24 11:33:24 +03:00
alesapin
0060650bb0 Fix stress test exit code check and add brotli to image 2019-04-23 13:41:01 +03:00
Guillaume Tassery
0d931918ce Add gperf dependency for binary packager dockerfile 2019-04-19 11:07:15 +07:00
Guillaume Tassery
90f5cc569d Add gperf dependency for packager dockerfile 2019-04-19 10:02:13 +07:00
robot-clickhouse
ee8f3e1384 Auto version update to [19.7.1.1] [54419] 2019-04-19 00:01:42 +03:00
Guillaume Tassery
5c67ecd46d Add gperf dependency 2019-04-18 17:20:31 +07:00
alesapin
01928734ef Add lost dockerfile for pvs 2019-04-16 16:29:48 +03:00
Mikhail f. Shiryaev
87abf1f38e Issue #4947, add check for empty variable 2019-04-10 14:29:04 +02:00