alesapin
d69f925c30
Fix build
2020-07-10 22:28:21 +03:00
alesapin
d2fcbe1f4e
Fix build
2020-07-10 22:27:12 +03:00
alesapin
69d6ad0a62
Disable bunch of tests
2020-07-10 22:12:25 +03:00
alesapin
a9824fd650
Better cmake and less libraries
2020-07-10 22:08:18 +03:00
alesapin
df176c633e
Disable msgpack
2020-07-10 21:27:10 +03:00
alesapin
b70c3b607f
No long tests
2020-07-10 20:44:29 +03:00
alesapin
0b1a1867a6
Less dependencies
2020-07-10 20:21:24 +03:00
alesapin
57d03bfbc0
Disable secure ports
2020-07-10 18:47:20 +03:00
alesapin
ce96262a2c
Update run.sh
2020-07-10 16:21:58 +03:00
alesapin
4ab5edadb7
Less libraries
2020-07-10 12:47:50 +03:00
alesapin
51aaa8800d
Don't skip libs
2020-07-09 18:34:19 +03:00
alesapin
960a730c7a
Merge branch 'master' into fasttest
2020-07-09 13:14:09 +03:00
alexey-milovidov
1536e89abe
Merge pull request #12287 from ClickHouse/fix_skip_list_option_old_branches
...
Fix skip lists for old branches
2020-07-09 04:25:35 +03:00
alesapin
e0ff6bd6d7
Less libraries to build
2020-07-08 19:59:47 +03:00
alesapin
6378c79539
Fix script
2020-07-08 19:02:19 +03:00
alesapin
f30e2ea464
Tmp version
2020-07-08 18:25:02 +03:00
alesapin
80d9816e00
Add brotli
2020-07-08 17:22:17 +03:00
alesapin
6e79e88149
Add curl
2020-07-08 16:49:09 +03:00
alesapin
069880a003
Prototype
2020-07-08 16:06:35 +03:00
alesapin
c0dea3ab1c
Ignore testflows exit code
2020-07-08 15:52:54 +03:00
Alexander Kuzmenkov
cec35a0e1d
Update README.md
2020-07-08 15:07:01 +03:00
Alexander Kuzmenkov
c9162f6e77
Update README.md
2020-07-08 15:05:49 +03:00
Alexander Kuzmenkov
344e2713fa
Update README.md
2020-07-08 14:52:06 +03:00
Alexander Kuzmenkov
bd14d06476
Update README.md
2020-07-08 14:25:43 +03:00
Alexander Kuzmenkov
76ef8feb04
Update packager
2020-07-08 12:52:03 +03:00
alesapin
dc8051f737
Fixes
2020-07-08 12:47:14 +03:00
Alexander Kuzmenkov
08762dc825
Update build.sh
2020-07-08 12:46:44 +03:00
alesapin
9ea3bdd054
Fix skip lists for old branches
2020-07-08 11:41:39 +03:00
alesapin
f54351635a
Merge pull request #12090 from vzakaznikov/adding-tests-in-testflows
...
Adding a simple example of using TestFlows.
2020-07-07 22:58:11 +03:00
Alexander Kuzmenkov
f514d0da77
Revert "Run perf tests with memory sampling (for allocations >1M)"
2020-07-07 19:59:42 +03:00
alesapin
a7348ed2c8
Add to images.json
2020-07-07 18:48:47 +03:00
alesapin
042a3aa8d1
Merge pull request #12168 from qoega/compose-inside-docker
...
Place common docker compose files to integration docker container
2020-07-07 18:43:27 +03:00
alesapin
e89ccfd5bf
No color
2020-07-07 16:11:19 +03:00
alesapin
f5a7d8a5c7
Add runner for testflows
2020-07-07 15:35:06 +03:00
Alexander Kuzmenkov
a3826e5443
Merge pull request #12142 from azat/perf-memory-sampling
...
Run perf tests with memory sampling (for allocations >1M)
2020-07-07 01:35:33 +03:00
alexey-milovidov
e60b8885e8
Merge pull request #12124 from ClickHouse/docker-apt-get-upgrade-1
...
[experiment] apt-get upgrade in docker/server/Dockerfile
2020-07-06 23:28:04 +03:00
alesapin
7ce3464810
Remove -v from ninja
2020-07-06 18:13:08 +03:00
Yatsishin Ilya
0c7a261bc6
Place common docker compose files to integration docker container
2020-07-06 16:45:54 +03:00
Ivan Blinkov
9b26afc885
Update Dockerfile
2020-07-06 13:44:47 +03:00
Ivan Blinkov
96eb38121e
Update Dockerfile
2020-07-06 11:20:56 +03:00
alexey-milovidov
1719ab1ec5
Merge pull request #12041 from azat/curl-proper-cmake
...
Rewrite curl dependency in a more ch compatible way
2020-07-06 06:31:51 +03:00
Azat Khuzhin
307c3c92a5
Run perf tests with memory sampling (for allocations >1M)
...
This is to know the memory allocation size distribution, that can be
obtained later from left-metric-log.tsv.
This is an attempt to tune tcmalloc (new CPP version by google) to use
lock-free part of the allocator for typical allocations (and it is a bad
idea just to increase kMaxSize there, since number of allocation for
each size class is also important).
P.S. hope that this file will be applied, if no, then the same effect
can be reached by tunning defaults in Settings.h
Refs: #11590
Cc: @akuzm
2020-07-05 12:43:12 +03:00
Azat Khuzhin
f91e34b2e8
Include libcurl4-openssl-dev into yandex/clickhouse-deb-builder
2020-07-05 00:56:48 +03:00
alexey-milovidov
5382b6ce2e
Merge pull request #12126 from ClickHouse/minimal-docker-image
...
Added a showcase of minimal Docker image
2020-07-04 17:48:02 +03:00
alesapin
a2b6d58053
Merge pull request #11069 from kssenii/add-storage-rabbitmq-read-only
...
Add storage RabbitMQ
2020-07-04 10:38:50 +03:00
Alexey Milovidov
e922fb9f67
Added a comment
2020-07-04 02:01:33 +03:00
Alexey Milovidov
a41e5740a9
Added a comment
2020-07-04 01:52:19 +03:00
Alexey Milovidov
5d68bc57b9
Added a comment
2020-07-04 01:52:15 +03:00
Alexey Milovidov
08dfc140a3
Added a showcase of minimal Docker image
2020-07-04 01:45:17 +03:00
Ivan Blinkov
99443057b6
Update Dockerfile
2020-07-04 00:55:00 +03:00