Commit Graph

54748 Commits

Author SHA1 Message Date
Alexey Milovidov
17ff7e3413 Added a test for #13477 2021-01-04 03:52:45 +03:00
Alexey Milovidov
8c940d0f27 Merge branch 'mariadb-remove-getservbyname' into enable-more-tests 2021-01-04 03:31:10 +03:00
Alexey Milovidov
22775efd52 Enable more tests and see what will happen 2021-01-04 03:29:59 +03:00
Alexey Milovidov
d88d3de0d1 Fix UBSan report: applying non-zero offset to nullptr 2021-01-04 02:31:47 +03:00
Alexey Milovidov
c7b678b752 Fix integration test 2021-01-04 02:20:12 +03:00
Alexey Milovidov
53ffaa89bf Merge branch 'master' into 4ertus2-joins-2 2021-01-04 02:19:57 +03:00
Alexey Milovidov
0f06b9631b Add a test for already fixed issue 2021-01-04 02:14:04 +03:00
alexey-milovidov
486418d112
Merge pull request #18688 from ClickHouse/function_byte_size
Merge byteSize function
2021-01-04 01:17:11 +03:00
Alexey Milovidov
8fb0034b62 Give up on lazy initialization of FileChecker 2021-01-04 00:07:26 +03:00
Alexey Milovidov
45d2464e89 Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2021-01-04 00:07:08 +03:00
Azat Khuzhin
66ffb2c07a Bump replxx to fix loading of multi-line entries from the history 2021-01-03 22:12:35 +03:00
Nikolai Kochetov
3a1ec56486 Revert "Merge pull request #18411 from ClickHouse/try-fix-max_result_rows"
This reverts commit 9a2b163db7, reversing
changes made to 5e97df7c29.
2021-01-03 21:51:57 +03:00
alexey-milovidov
768e4871a4
Merge pull request #18697 from ClickHouse/arcadia-replicated-tables
Allow Replicated tables in Arcadia
2021-01-03 21:34:23 +03:00
Alexey Milovidov
7e2a14fd2c Proper submodule update 2021-01-03 21:19:44 +03:00
Alexey Milovidov
37577ad848 Merge branch 'master' into mariadb-remove-getservbyname 2021-01-03 21:11:52 +03:00
alexey-milovidov
15c0613c71
Merge pull request #18634 from ClickHouse/fix-perf-test-2
Fix too long perf test
2021-01-03 20:39:41 +03:00
Amos Bird
3145ca999d
column excepts with regex 2021-01-04 00:45:27 +08:00
Alexey Milovidov
c59deb4bca Allow Replicated tables in Arcadia 2021-01-03 19:20:09 +03:00
Alexey Milovidov
9d5b2023e8 Fix tests 2021-01-03 19:12:22 +03:00
Alexey Milovidov
e8e9d0311a Fix shellcheck 2021-01-03 18:45:08 +03:00
Alexey Milovidov
6ab08751b4 Merge branch 'master' into fix-perf-test-2 2021-01-03 18:10:13 +03:00
Alexey Milovidov
da943ef95f Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2021-01-03 18:07:58 +03:00
Alexey Milovidov
501785c397 Merge branch 'master' into function_byte_size 2021-01-03 18:07:40 +03:00
Alexey Milovidov
ab83245b57 Addition to #18526 2021-01-03 18:07:18 +03:00
Alexey Milovidov
f2ae42b857 utils/generate-ya-make/generate-ya-make.sh 2021-01-03 04:37:10 +03:00
Alexey Milovidov
25b100761f Merge branch 'master' into function_byte_size 2021-01-03 04:36:48 +03:00
alexey-milovidov
1e98917963
Merge pull request #18687 from ClickHouse/bar-simplification
Simplify code of function "bar"
2021-01-03 04:36:29 +03:00
Alexey Milovidov
5dfd56c0d7 Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2021-01-03 02:45:48 +03:00
Alexey Milovidov
35255aecb3 Merge branch 'master' into fix-perf-test-2 2021-01-03 02:45:23 +03:00
alexey-milovidov
ec2f835bac
Merge pull request #18686 from azat/fix-perf-tests
Fix performance comparison
2021-01-03 02:44:22 +03:00
Alexey Milovidov
d059c245ab Add another test 2021-01-03 02:03:09 +03:00
Alexey Milovidov
a368a6802d Move implementation inside out 2021-01-03 01:58:10 +03:00
Alexey Milovidov
2a6388bdf6 Update test 2021-01-03 00:32:37 +03:00
Alexey Milovidov
2881b3cf30 Fix errors 2021-01-03 00:29:49 +03:00
Alexey Milovidov
820af3a48d Simplify code of function "bar" 2021-01-02 23:40:15 +03:00
Alexey Milovidov
4012f9ef8b Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2021-01-02 17:35:10 +03:00
Azat Khuzhin
de7909211d Try using top_level_domains from the patched performance archive
If there is top_level_domains list in the upstream/master, use from the
patched version (this is required to run all performance tests for
upstream/master in the PR).
2021-01-02 17:27:03 +03:00
Azat Khuzhin
469b631ca6 Fix performance comparison
In #18113 the top_level_domains list copying was moved into
docker/packager/binary/build.sh, this was done to avoid symlinks (since
Dockerfile cannot dereference them).

But the patch was wrong, since it copied into the root (/), which is not
included into performance.tgz and also compare.sh was not modified.

This wasn't showed up with CI checks since the docker image wasn't
updated and it still included that top_level_domains, once it was
modified the image was updated and it became broken.

Cc: @akuzm
2021-01-02 17:09:20 +03:00
alexey-milovidov
aff724ea7d
PODArray: Avoid call to memcpy with (nullptr, 0) arguments (#18526)
* Avoid call to memcpy with nullptr, 0 arguments

* Add assert to PODArray

* Fix build

* Fix build

* Minor fixes for min/sim hash

* Fix build

* Fix build

* Fix build

* Fix error

* Fix "not actually an error"

* Fix build

* Fix build

* Fix build
2021-01-02 17:07:54 +03:00
Alexey Milovidov
21f8ba08fb Update submodule 2021-01-02 00:23:56 +03:00
Alexey Milovidov
886d61c2e0 Fix build 2021-01-02 00:12:43 +03:00
Alexey Milovidov
dd47b94fd0 Fix trivial mistake 2021-01-01 23:16:06 +03:00
Alexey Milovidov
d8f2fed96f Add another test 2021-01-01 23:15:43 +03:00
Alexey Milovidov
1a90c569cb Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2021-01-01 21:39:08 +03:00
Alexey Milovidov
4c466c2fb5 Remove "harmful" function from mariadbclient 2021-01-01 21:32:22 +03:00
pingyu
4cf7f0c607 style fix 2021-01-02 01:00:14 +08:00
pingyu
df188aa49d bug fix 2021-01-02 00:28:32 +08:00
pingyu
cc2dc43b0d optimize vec_size for first argument 2021-01-02 00:24:47 +08:00
alexey-milovidov
19e0e1a403
Merge pull request #17646 from azat/Buffer-memory-tracking
Do not ignore server memory limits during Buffer flush
2021-01-01 18:58:52 +03:00
alexey-milovidov
e88dde3a25
Merge pull request #18677 from amosbird/fix-18676
Fix SimpleAggregateFunction in SummingMergeTree [Cond]
2021-01-01 18:56:09 +03:00