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
Alexander Tokmakov
c19d2efd88
add more holders
2020-10-16 20:16:58 +03: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
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
Mike
e89a3b5d09
Fixing arrayIndex functions when right operand is LC but left is not ( #16038 )
2020-10-16 12:08:44 +03:00
vivarum
1d9df13b47
Merge branch 'master' into enable-parsing-of-input-enum-values-by-id-10682
2020-10-16 11:07:01 +03:00
Vasily Kozhukhovskiy
107d1a2ce5
update tests checking parsing of inserted enum values by numeric enum ids
2020-10-16 10:52:14 +03:00
Vasily Kozhukhovskiy
bffa1ed28c
small refactoring of parsing enum values by numeric enum ids
...
(for CSV, TSV, JSON formats)
2020-10-16 10:50:20 +03:00
alesapin
0bb4480fee
Merge pull request #16031 from ClickHouse/database_atomic_patch
...
Minor fix for DatabaseAtomic
2020-10-16 10:08:04 +03:00
alesapin
07c12116e2
Merge pull request #16007 from CurtizJ/fix-complex-key-direct
...
Allow to use direct layout for dictionaries with complex keys
2020-10-16 10:03:10 +03:00
Alexey Milovidov
1cca8d09c5
Added a test for query parameter of type UUID
2020-10-16 02:36:28 +03:00
tavplubix
149c74b2b8
trigger CI
2020-10-15 23:48:10 +03:00
Maksim Kita
9bd30b041a
Parser allow specify primary key in column list
2020-10-15 23:33:00 +03:00