alexey-milovidov
|
484de2abac
|
Merge pull request #10407 from qoega/negative_generate_random_tests
Add negative tests for randomGenerate
|
2020-04-22 03:31:14 +03:00 |
|
alexey-milovidov
|
91d9b26ab4
|
Merge pull request #10404 from ClickHouse/test_for_distributed_alter
Add test for alter on cluster
|
2020-04-22 03:30:55 +03:00 |
|
Alexey Milovidov
|
e8a9c7d518
|
Allow to parse BOM in TSV if the first column cannot contain BOM in its value
|
2020-04-22 02:46:42 +03:00 |
|
Alexey Milovidov
|
8df64543b7
|
Added a test from Mr.CHU @chu1070y #9270
|
2020-04-22 02:11:16 +03:00 |
|
Azat Khuzhin
|
e0f58b1ca1
|
Cover fallback_to_stale_replicas in conjunction with skip_unavailable_shards
|
2020-04-22 01:47:22 +03:00 |
|
alexey-milovidov
|
fcf5c3c6e1
|
Merge pull request #10399 from ClickHouse/fix-distributed_group_by_no_merge-segfault
Fix segfault with distributed_group_by_no_merge
|
2020-04-22 01:28:02 +03:00 |
|
Alexey Milovidov
|
561702c264
|
Added a test from Konstantin Podshumok #9068
|
2020-04-22 01:20:05 +03:00 |
|
Azat Khuzhin
|
2fa933a73e
|
Cover creating of dictionary without db name
|
2020-04-21 21:02:36 +03:00 |
|
Azat Khuzhin
|
6f6b198fb2
|
Cover dictionary loading after DETACH/ATTACH DATABASE
This is the case when the server is starting.
|
2020-04-21 21:02:36 +03:00 |
|
Nikita Mikhaylov
|
15de7e4fa7
|
first try
|
2020-04-21 20:37:40 +03:00 |
|
Yatsishin Ilya
|
1adf094810
|
add tests
|
2020-04-21 17:45:11 +03:00 |
|
alesapin
|
dec2e65aa5
|
Add test for alter on cluster
|
2020-04-21 16:47:00 +03:00 |
|
Ilya Yatsishin
|
0ca37c75fd
|
Merge pull request #10390 from ClickHouse/fix-flattening-of-array-tuples
Fix flattening of Array(Tuple(...)) data type.
|
2020-04-21 15:41:00 +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 |
|
Nikita Mikhaylov
|
2173bcf28e
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into quorum_bug
|
2020-04-21 14:35:06 +03:00 |
|
Nikolai Kochetov
|
f5ba4f4ed8
|
Added test.
|
2020-04-21 12:59:46 +03:00 |
|
Alexey Milovidov
|
750b73084a
|
Added a test from Alexey Ilyukhov @livace
|
2020-04-21 02:56:57 +03:00 |
|
Alexey Milovidov
|
1e9c96776a
|
Added a test
|
2020-04-21 02:50:14 +03:00 |
|
alexey-milovidov
|
4ecc86beca
|
Merge pull request #9950 from ClickHouse/aku/literal-columns
Create unique columns for literals
|
2020-04-21 02:30:17 +03:00 |
|
tavplubix
|
1a067484c8
|
Merge pull request #10137 from kekekekule/direct_queries
Add custom settings support for certain dictionary sources
|
2020-04-21 01:21:32 +03:00 |
|
alexey-milovidov
|
fe1309e575
|
Merge pull request #10381 from ClickHouse/fix-concat-prepare
Fix concat prepare
|
2020-04-21 00:07:32 +03:00 |
|
alexey-milovidov
|
ab922d44d5
|
Merge pull request #10379 from ClickHouse/only_fetch_repliac
Add setting always_fetch_merged_part
|
2020-04-21 00:07:00 +03:00 |
|
alexey-milovidov
|
2c8576798b
|
Merge pull request #10354 from oandrew/avro-nested
Avro nested fields insert support
|
2020-04-20 23:36:02 +03:00 |
|
alexey-milovidov
|
c4758b69a2
|
Merge pull request #10378 from hczhcz/patch-0420
Add JSONExtractKeysAndValuesRaw
|
2020-04-20 23:30:40 +03:00 |
|
alexey-milovidov
|
fea7ee800a
|
Merge pull request #10369 from ClickHouse/fix-weird-timezones
Fix for weird timezones
|
2020-04-20 23:21:52 +03:00 |
|
Anton Popov
|
e1b7e2de2f
|
parse tuples of tuples as literals
|
2020-04-20 23:14:56 +03:00 |
|
alexey-milovidov
|
69b6f135e7
|
Merge pull request #10382 from excitoon-favorites/altercodec
Allowed to alter column in non-modifying data mode when the same type is specified
|
2020-04-20 22:54:53 +03:00 |
|
Alexander Kuzmenkov
|
da7eeb31d0
|
Update test.py
|
2020-04-20 22:37:50 +03:00 |
|
alesapin
|
e1fa39d801
|
fix test
|
2020-04-20 18:17:34 +03:00 |
|
Alexander Kuzmenkov
|
672c952d39
|
Update test.py
|
2020-04-20 17:44:21 +03:00 |
|
alesapin
|
0afd361933
|
Fix subprocess call in clickhouse-test
|
2020-04-20 17:20:06 +03:00 |
|
Vladimir Chebotarev
|
82985ff594
|
Allowed to alter column in non-modifying data mode when the same type is specified.
|
2020-04-20 14:15:06 +03:00 |
|
Alexander Tokmakov
|
b29bddac12
|
Merge branch 'master' into database_atomic
|
2020-04-20 14:09:09 +03:00 |
|
Nikolai Kochetov
|
6c319850ae
|
Update tests.
|
2020-04-20 14:05:24 +03:00 |
|
alesapin
|
1bc84ec8b4
|
Fix comments
|
2020-04-20 13:56:23 +03:00 |
|
alesapin
|
8767ea7efa
|
Add setting which restrict replica to merge parts by itself and always prefer dowloading from other replicas.
|
2020-04-20 13:53:29 +03:00 |
|
hcz
|
309a20caf0
|
Add tests and docs
|
2020-04-20 18:14:34 +08:00 |
|
Alexey Milovidov
|
848e4a0541
|
Added a test for #2219
|
2020-04-20 11:15:53 +03:00 |
|
alexey-milovidov
|
9d0004cba0
|
Merge pull request #10365 from ClickHouse/avoid-infinite-loop-in-hierarchical-dictionaries
Avoid infinite loop in hierarchical dictionaries
|
2020-04-20 10:54:16 +03:00 |
|
alexey-milovidov
|
e2d85501fe
|
Merge pull request #10366 from ClickHouse/fix-test-insert-batching
Fix flacky integration test
|
2020-04-20 10:53:38 +03:00 |
|
Alexey Milovidov
|
5a56714b6e
|
Added a test
|
2020-04-20 10:41:26 +03:00 |
|
Alexey Milovidov
|
ac31d22572
|
More tests
|
2020-04-20 10:23:17 +03:00 |
|
Alexey Milovidov
|
1d559b9308
|
Added a test
|
2020-04-20 10:21:20 +03:00 |
|
Alexey Milovidov
|
70054e90d6
|
Merge branch 'master' into execute-query-flush-format-2
|
2020-04-20 09:19:34 +03:00 |
|
alexey-milovidov
|
587e16e23b
|
Merge pull request #10363 from ClickHouse/fixed-string-compare-as-zero-padded
Compare with fixed string of different size as if strings are zero padded
|
2020-04-20 09:14:27 +03:00 |
|
alexey-milovidov
|
1577d771df
|
Merge pull request #10341 from azat/auto_distributed_group_by_no_merge
Auto distributed_group_by_no_merge on GROUP BY sharding key
|
2020-04-20 08:30:27 +03:00 |
|
Alexey Milovidov
|
38aaa6206e
|
Fix test
|
2020-04-20 08:29:08 +03:00 |
|
Alexey Milovidov
|
be4d20e690
|
Fixed an error and added a test
|
2020-04-20 07:02:52 +03:00 |
|
Alexey Milovidov
|
acde587c75
|
Merge branch 'master' into fixed-string-compare-as-zero-padded
|
2020-04-20 06:49:21 +03:00 |
|
Alexey Milovidov
|
e06dc573b4
|
Fix flacky integration test
|
2020-04-20 06:15:29 +03:00 |
|
alexey-milovidov
|
061cfe9fa5
|
Merge pull request #10359 from ClickHouse/system-tables-lazy-load
System tables eager creation, continuation
|
2020-04-20 06:14:19 +03:00 |
|
Alexey Milovidov
|
7634092536
|
More tests
|
2020-04-20 05:35:19 +03:00 |
|
Alexey Milovidov
|
d99c26a40c
|
Fix infinite loop in dictIsIn function #515
|
2020-04-20 05:31:21 +03:00 |
|
alexey-milovidov
|
d906f6c4bf
|
Update 01250_fixed_string_comparison.sql
|
2020-04-20 04:19:00 +03:00 |
|
Alexey Milovidov
|
3af3cb62fb
|
Added a test
|
2020-04-20 04:15:57 +03:00 |
|
alexey-milovidov
|
a7d360b72b
|
Merge pull request #10356 from vzakaznikov/fixing_test_00964_live_view_watch_events_heartbeat
Fixing 00964_live_view_watch_events_heartbeat.py test
|
2020-04-20 02:16:04 +03:00 |
|
Alexey Milovidov
|
99667a38c3
|
Added a test from Svyatoslav Tkhon Il Pak @DeifyTheGod #9642
|
2020-04-19 22:56:34 +03:00 |
|
Alexey Milovidov
|
0cebfc74b6
|
Added a test
|
2020-04-19 22:22:03 +03:00 |
|
Azat Khuzhin
|
be1dec9239
|
Fix distributed_group_by_no_merge optimization for Distributed-over-Distributed
|
2020-04-19 21:11:14 +03:00 |
|
Azat Khuzhin
|
681034f4a3
|
Fix 01213_optimize_skip_unused_shards_DISTINCT after distributed_group_by_no_merge optimization
|
2020-04-19 20:52:43 +03:00 |
|
Azat Khuzhin
|
93d049fe64
|
Allow auto distributed_group_by_no_merge for DISTINCT of sharding key
|
2020-04-19 18:53:37 +03:00 |
|
Azat Khuzhin
|
6f76f2791d
|
Cover distributed_group_by_no_merge on GROUP BY injective function of sharding key
|
2020-04-19 18:33:49 +03:00 |
|
Vitaliy Zakaznikov
|
8f3b14ab22
|
Fixing 00964_live_view_watch_events_heartbeat.py test to try to make it consistent.
|
2020-04-18 20:28:51 -04:00 |
|
Azat Khuzhin
|
5ffd8bdd75
|
Cleanup 01040_distributed_directory_monitor_batch_inserts
|
2020-04-19 00:22:48 +03:00 |
|
Andrew Onyshchuk
|
14647ed03b
|
Add Avro nested fields insert support
|
2020-04-18 15:46:24 -05:00 |
|
alexey-milovidov
|
abbeb13cf0
|
Merge pull request #10345 from Vxider/mv_parallel_insert_pt
Add performance test for parallel insert of materialized view
|
2020-04-18 18:39:22 +03:00 |
|
alexey-milovidov
|
03e1871b19
|
Merge pull request #10350 from ClickHouse/cleanup-performance-tests
Remove garbage from performance tests
|
2020-04-18 18:38:37 +03:00 |
|
alexey-milovidov
|
65bb1f4ce0
|
Merge pull request #10348 from ClickHouse/least-greatest-generic
Least greatest generic: more tests
|
2020-04-18 18:36:59 +03:00 |
|
alexey-milovidov
|
aac7cc7330
|
Merge pull request #10126 from Jokser/replicated-merge-tree-s3
Support ReplicatedMergeTree over S3
|
2020-04-18 16:13:04 +03:00 |
|
alexey-milovidov
|
8cea45315f
|
Merge pull request #10133 from 4ertus2/joins
JOIN with Dictionary
|
2020-04-18 16:08:15 +03:00 |
|
Alexey Milovidov
|
785d2c0e01
|
Remove garbage from performance tests
|
2020-04-18 15:54:16 +03:00 |
|
Alexey Milovidov
|
fd085b58e0
|
Fix readme in performance tests #10345
|
2020-04-18 15:44:46 +03:00 |
|
Alexey Milovidov
|
65714a3014
|
One more test #4767
|
2020-04-18 15:44:46 +03:00 |
|
Alexey Milovidov
|
96c2882db9
|
One more test #4767
|
2020-04-18 15:44:46 +03:00 |
|
alexey-milovidov
|
7fbd7e9533
|
Update materialized_view_parallel_insert.xml
|
2020-04-18 15:41:15 +03:00 |
|
alexey-milovidov
|
43d48a21c6
|
Merge pull request #10318 from ClickHouse/least-greatest-generic
Added generic variants for functions 'least' and 'greatest'.
|
2020-04-18 15:35:19 +03:00 |
|
Alexey Milovidov
|
4f245dc286
|
Added performance test
|
2020-04-18 15:35:00 +03:00 |
|
Alexey Milovidov
|
71a7a74d25
|
Fix test
|
2020-04-18 15:31:59 +03:00 |
|
alexey-milovidov
|
72dd453c3f
|
Merge pull request #10234 from vitlibar/show-columns-of-not-loaded-dictionary
Show information about not loaded dictionaries in system tables.
|
2020-04-18 15:06:08 +03:00 |
|
alexey-milovidov
|
17b6e0b3e5
|
Merge pull request #10315 from azat/buffer-flush-bg-pool
Use background thread pool for background buffer flushes
|
2020-04-18 15:04:35 +03:00 |
|
alexey-milovidov
|
27585f59e6
|
Merge pull request #10346 from vitlibar/fix-flaky-test-settings-constraints-distributed
Fix flaky test test_settings_constraints_distributed.
|
2020-04-18 14:49:06 +03:00 |
|
alexey-milovidov
|
bdc8dfe04b
|
Added a change from @azat in #10277
|
2020-04-18 14:48:51 +03:00 |
|
alexey-milovidov
|
d1b72f10d5
|
Merge pull request #10325 from Avogar/msgpack_format
Improve MsgPackRowInputFormat
|
2020-04-18 14:27:11 +03:00 |
|
Vitaly Baranov
|
d62345bbaa
|
Show information about not loaded dictionaries in system.columns, system.tables
and in "SHOW TABLES" executed in any database with the "Dictionary" engine.
|
2020-04-18 12:50:54 +03:00 |
|
Vitaly Baranov
|
b9ea0a33a7
|
Fix flaky test test_settings_constraints_distributed.
|
2020-04-18 11:23:11 +03:00 |
|
Vxider
|
aa8840447f
|
add performance test for mv_parallel_ insert
|
2020-04-18 15:20:10 +08: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
|
1927212f67
|
Filter out some tests that require Zookeeper.
|
2020-04-17 23:36:08 +03:00 |
|
Артем Стрельцов
|
948efff076
|
Merge branch 'master' of github.com:yandex/ClickHouse into direct_queries
|
2020-04-17 23:11:10 +03:00 |
|
Yatsishin Ilya
|
a0ce15befd
|
Move integration tests docker files to docker/ directory. Rename image -> runner.
|
2020-04-17 19:01:16 +03:00 |
|
Avogar
|
b056dbce1c
|
Improve MsgPackRowInputFormat
|
2020-04-17 12:35:38 +03:00 |
|
Yatsishin Ilya
|
f2136bc286
|
improvements
|
2020-04-17 11:42:51 +03:00 |
|
alexey-milovidov
|
4bdaccbaee
|
Merge pull request #10312 from ClickHouse/fix_drop_optimize_race
Fix DROP vs OPTIMIZE race in ReplicatedMergeTree
|
2020-04-17 05:07:55 +03:00 |
|
alexey-milovidov
|
390bfe9a4c
|
Merge pull request #10317 from Avogar/markdown_format
Markdown format
|
2020-04-17 05:05:13 +03:00 |
|
Alexey Milovidov
|
5b5de975e1
|
Added a test #4767
|
2020-04-17 01:38:27 +03:00 |
|
Alexander Kuzmenkov
|
fa62be250f
|
performance comparison
|
2020-04-16 23:55:21 +03:00 |
|
Artem Zuikov
|
c62c288e4c
|
fix COMMA and other JOIN mix (#10311)
|
2020-04-16 23:28:23 +03:00 |
|
Avogar
|
831c48c514
|
Add MarkdownRowOutput format
|
2020-04-16 23:10:42 +03:00 |
|
Alexander Kuzmenkov
|
1e5a33bcfb
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-04-16 23:03:17 +03:00 |
|
Nikita Mikhaylov
|
9a80eb6e47
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into quorum_bug
|
2020-04-16 21:47:34 +03:00 |
|