Commit Graph

49748 Commits

Author SHA1 Message Date
alexey-milovidov
3e6839a7e1
Merge pull request #16074 from ClickHouse/better-build-error-on-mac
Better message about build error on Mac #16072
2020-10-18 19:07:06 +03:00
alexey-milovidov
691bd829a6
Merge pull request #16113 from den-crane/patch-5
Doc. Fix insert_quorum_timeout russian description.
2020-10-18 18:59:27 +03:00
alexey-milovidov
66ae78160f
Merge pull request #16112 from den-crane/patch-3
Doc. table & database built-in macros
2020-10-18 18:59:03 +03:00
Nikolai Kochetov
50dcba6df4 Part 5. 2020-10-18 17:49:19 +03:00
alexey-milovidov
6dc5cb166f
Merge pull request #16082 from CurtizJ/fix-bad-aggregation
Fix segfault with wrong aggregation in lambdas
2020-10-18 04:36:29 +03:00
alexey-milovidov
8f0a52bbcf
Merge pull request #16103 from den-crane/test/bug_8425
test for the bug #8425
2020-10-18 04:36:12 +03:00
alexey-milovidov
882a600a8f
Merge pull request #16106 from den-crane/test/bug_8580
test for the bug #8580
2020-10-18 04:36:02 +03:00
alexey-milovidov
d74dfd02a5
Merge pull request #16104 from den-crane/test/bug_8490
test for the bug #8490
2020-10-18 04:35:51 +03:00
alexey-milovidov
df92149cb8
Merge pull request #16084 from ClickHouse/aku/fuzzer-error
Fix wrong error code in AST fuzzer
2020-10-18 04:35:37 +03:00
Nikolai Kochetov
ce2f6a0560 Part 4. 2020-10-18 00:41:50 +03:00
Vasily Nemkov
4124538b56 Merge remote-tracking branch 'upstream/master' into AES_encrypt_decrypt 2020-10-18 00:00:13 +03:00
Denny Crane
6d87dab263
Update settings.md 2020-10-17 16:10:16 -03:00
Denny Crane
bb8e6af832
Update replication.md
database and table macros
2020-10-17 15:55:39 -03:00
Denny Crane
3173e4e66f
Update replication.md 2020-10-17 15:44:04 -03:00
Denny Crane
b64024767a
Update replication.md
table and database macroses
2020-10-17 15:43:04 -03:00
Denny Crane
395f687e2c
Update settings.md
fix link from macros to replicated tables section
2020-10-17 15:04:19 -03:00
Vasily Nemkov
f0d5ade1c1 Fixed argument checks and updated tests accordingly 2020-10-17 19:50:58 +03:00
Nikolai Kochetov
142ce5ece0 Part 3. 2020-10-17 19:48:53 +03:00
Nikolai Kochetov
21c1a2e44d Part 2. 2020-10-17 18:22:42 +03:00
Nikolai Kochetov
139487a1a0 Part 1. 2020-10-17 17:23:37 +03:00
Azat Khuzhin
082f30a3a1 Introduce ThreadStatus::applyQuerySettings() to reduce copy-paste 2020-10-17 15:01:53 +03:00
Azat Khuzhin
c694bbe822 Read memory/thread related settings in ThreadStatus::attachQueryContext()
Previous it was read only ThreadStatus::initializeQuery() but there is
no context there yet.
Plus executeQueryImpl() calls only attachQueryContext() and nothing
more.

This is an issue only for queries via HTTP, since via TCP there is
PullingAsyncPipelineExecutor which calls attachTo() by itself.
2020-10-17 15:01:53 +03:00
Azat Khuzhin
42395053e4 Add a test for max_untracked_memory (both HTTP and TCP) 2020-10-17 15:01:53 +03:00
Azat Khuzhin
fea788480f Fix QueryScope initialization for HTTPHandler
This will fix incorrect query_id for the per-thread memory tracker (but
later there will be child tracker, so it is not a big deal).
2020-10-17 08:55:02 +03:00
Denis Zhuravlev
b5004980ad test for the bug 8580 2020-10-16 19:28:07 -03:00
Denis Zhuravlev
9c04bd8f01 test for the bug #8490 2020-10-16 19:07:16 -03:00
Azat Khuzhin
9b8abd44ab Add allow_nondeterministic_optimize_skip_unused_shards 2020-10-17 01:07:02 +03:00
Denis Zhuravlev
a29c3b1c06 test for the bug #8425 2020-10-16 18:43:23 -03:00
Alexander Kuzmenkov
12bb7a05ba
Merge pull request #16034 from ClickHouse/aku/fasttest-improve
Make the Fast Test easier to run locally
2020-10-16 23:29:04 +03:00
tavplubix
1773124533
Merge pull request #16075 from ClickHouse/allow_alter_ddl
Remove cluster type check during ON CLUSTER alter
2020-10-16 21:20:05 +03:00
tavplubix
eb483fc72f
Update run.sh 2020-10-16 20:31:05 +03:00
MyroTk
f62ec33c73 docker-down timeout increase 2020-10-16 19:24:56 +02:00
Alexander Tokmakov
c19d2efd88 add more holders 2020-10-16 20:16:58 +03:00
MyroTk
d17334b141 updating testflows version 2020-10-16 19:12:34 +02:00
Nikita Mikhaylov
650fe9a9c5
Merge pull request #16093 from nikitamikhaylov/fasttest
scipy
2020-10-16 19:53:34 +03:00
nikitamikhaylov
c65a2d638f done 2020-10-16 19:50:35 +03:00
Vasily Kozhukhovskiy
2bf79a2865 Merge branch 'enable-parsing-of-input-enum-values-by-id-10682' of github.com:vivarum/ClickHouse into enable-parsing-of-input-enum-values-by-id-10682 2020-10-16 19:07:55 +03:00
Vasily Kozhukhovskiy
f341717b7d fix test 2020-10-16 18:57:21 +03:00
Alexander Kuzmenkov
7581267c01 remove warnings in integration tests 2020-10-16 18:27:45 +03:00
MyroTk
27de4771a3 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into testflows_RBAC_tests 2020-10-16 17:26:15 +02:00
Pavel Kovalenko
ad92127036 Fixed move part exception getting in test_merge_tree_s3_failover. 2020-10-16 17:30:34 +03:00
Alexander Kuzmenkov
036cdd33c5 reset error code in ast fuzzer 2020-10-16 17:27:47 +03:00
Anton Popov
0de364ec94 fix segfault with wrong aggregation in lambdas 2020-10-16 16:12:30 +03:00
Alexander Kuzmenkov
9ba5a7b875 restart the tests 2020-10-16 16:11:52 +03:00
Alexander Tokmakov
026896835c fixes 2020-10-16 15:20:30 +03:00
Alexey Milovidov
19e31578df Better message about build error on Mac #16072 2020-10-16 15:00:26 +03:00
alesapin
dc1a5abea9 Remove cluster type check during alter 2020-10-16 14:59:58 +03:00
alesapin
10bd25f037 One more negative case 2020-10-16 13:58:00 +03:00
alesapin
056d794fe4 One more test case 2020-10-16 13:56:04 +03:00
Pavel Kovalenko
a474bdcabf Merge remote-tracking branch 'origin/master' into idempotent-part-move 2020-10-16 13:02:40 +03:00