Yatsishin Ilya
7656ab3c85
try tmpfs in runner
2021-06-01 11:44:09 +03:00
Yatsishin Ilya
739ff5fee7
increase docker client timeout
2021-06-01 11:43:44 +03:00
Nikolai Kochetov
d4cbce3761
Merge pull request #24782 from amosbird/projection-fix7
...
Fix empty part set with force_use_projection = 1
2021-06-01 11:36:50 +03:00
achimbab
99a5f1506a
Merge remote-tracking branch 'origin' into pr_sequenceNextNode
2021-06-01 17:25:24 +09:00
Yatsishin Ilya
aac97b6582
test_always_fetch_merged
2021-06-01 10:02:22 +03:00
Yatsishin Ilya
9b3cc2eefb
Merge remote-tracking branch 'origin' into integration-2
2021-06-01 09:08:42 +03:00
Vitaliy Zakaznikov
41cd58efb1
Adding window functions requirements for leadInFrame, lagInFrame and default frame.
2021-05-31 20:50:39 -04:00
Anton Popov
40ceb48bcc
Merge branch 'master' into merging-23260
2021-06-01 02:54:41 +03:00
Anton Popov
f9cf7c46e1
better lock in StorageJoin
2021-06-01 02:22:05 +03:00
Anton Popov
7f27305787
Merge branch 'join_table_mutation' of git://github.com/foolchi/ClickHouse into merging-23260
2021-05-31 23:52:44 +03:00
tavplubix
e9ff0b6d70
Merge pull request #23657 from kssenii/poco-file-to-std-fs
...
Poco::File to std::filesystem
2021-05-31 23:17:02 +03:00
Anton Popov
b24f65e1ad
Merge remote-tracking branch 'upstream/master' into HEAD
2021-05-31 23:04:52 +03:00
Ivan Lezhankin
d0ad6d9cff
Fix all remaining tests
2021-05-31 21:50:07 +03:00
tavplubix
e3640d172b
Merge pull request #24785 from amosbird/projection-fix8
...
Better exception for invalid projection creation
2021-05-31 21:30:45 +03:00
Nikita Mikhaylov
0d8ede15a9
Merge branch 'master' into merging-s3-backoff
2021-05-31 21:07:00 +03:00
Yatsishin Ilya
7bb1709185
smaller pack
2021-05-31 18:46:32 +03:00
Yatsishin Ilya
cae1180f76
Merge remote-tracking branch 'origin' into integration-2
2021-05-31 18:45:48 +03:00
Nikolai Kochetov
aa42f3ef38
Merge pull request #24801 from ClickHouse/fix-00953_zookeeper_suetin_deduplication_bug
...
Fix 00953_zookeeper_suetin_deduplication_bug
2021-05-31 18:15:35 +03:00
Nikita Mikhaylov
33dcebbb24
style
2021-05-31 17:41:35 +03:00
Nikita Mikhaylov
1c548058e6
add status json
2021-05-31 17:38:55 +03:00
Nikita Mikhaylov
ac072243d6
style + enable trivial test
2021-05-31 17:38:55 +03:00
Nikita Mikhaylov
b4895b1e72
better
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
6d19dea761
better
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
fa22b41d5a
added allow_to_drop_target_partitions with test
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
267319ffeb
added test with ttl move to volume
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
9022646633
support copying of tables with data skipping indices
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
86c9373fb7
prettify tests
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
c41cc36046
support TTL on columns
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
90ab394769
better
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
2017d2f918
save
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
5bd6183e67
save
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
f3c81f4c9b
disable test under msan
2021-05-31 17:30:02 +03:00
Nikolai Kochetov
ad357ed970
Fix 00953_zookeeper_suetin_deduplication_bug
2021-05-31 16:04:26 +03:00
Amos Bird
3be331edeb
Better exception for invalid projection creation
2021-05-31 12:24:09 +08:00
Yatsishin Ilya
79501da420
typo
2021-05-31 07:17:08 +03:00
Yatsishin Ilya
5f0373dace
lost in merge
2021-05-31 07:12:22 +03:00
Yatsishin Ilya
1cb3c43a1c
Merge remote-tracking branch 'origin' into remove-enable-dictionaries
2021-05-31 07:08:59 +03:00
Yatsishin Ilya
0c2318c59b
tune runner for now
2021-05-31 07:07:32 +03:00
Yatsishin Ilya
80f07051f2
other path
2021-05-31 07:06:14 +03:00
Yatsishin Ilya
b683f71ae6
Merge remote-tracking branch 'origin' into integration-2
2021-05-31 07:03:27 +03:00
Amos Bird
a206b76e5b
Fix empty part set with force_use_projection = 1
2021-05-31 10:31:45 +08:00
Alexander Tokmakov
16647fe8ce
some unrelated fixes
2021-05-31 00:29:37 +03:00
Azat Khuzhin
eb08bb0669
Case-insensitive config extensions
2021-05-30 20:08:37 +03:00
Azat Khuzhin
1cda2bb2f0
Process config w/o extensions as XML format
...
I'm using such hack to hide the password:
$ clickhouse-client --config <(echo '<config><password></password></config>')
But this had been broken in #21858
v2: add a test
v3: fail for unsupported extensions
2021-05-30 20:08:21 +03:00
alesapin
07afb42e79
Merge pull request #24448 from ClickHouse/keeper_auth
...
Add ACL system to Keeper
2021-05-30 16:17:40 +03:00
Nikolai Kochetov
a6ef5778cc
Merge pull request #24692 from amosbird/projection-fix6
...
Fix alter table drop projection if exists
2021-05-30 12:16:52 +03:00
kssenii
db9f4762eb
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
2021-05-29 01:15:43 +03:00
Alexander Kuzmenkov
3824ba656c
Merge pull request #24576 from ClickHouse/aku/inherit-window
...
allow inheriting from a named window in window definition
2021-05-28 23:43:35 +03:00
Maksim Kita
15da5eb88d
Merge branch 'master' into nv/scalar-subquery-exception
2021-05-28 21:38:27 +03:00
Nikita Mikhaylov
d9cc77c429
keep
2021-05-28 21:22:25 +03:00
Maksim Kita
269749381e
Update arcadia_skip_list.txt
2021-05-28 20:36:35 +03:00
Yatsishin Ilya
cb2277381f
try remove
2021-05-28 18:45:56 +03:00
Nikita Mikhaylov
095f06c8a3
raise timeout for test_host_ip_change/test.py::test_user_access_ip_change
2021-05-28 17:37:05 +03:00
Amos Bird
edd23d06ad
Fix alter table drop projection if exists
2021-05-28 21:27:36 +08:00
Kruglov Pavel
e584b028e7
Merge pull request #24475 from amosbird/readint
...
Pedantic readInt
2021-05-28 15:44:23 +03:00
Ivan
ce2a809773
Consider last CRLF as part of boundary ( #24399 )
...
* Consider last CRLF as part of boundary
* Update HTMLForm.cpp
* Don't use xxd
2021-05-28 14:59:11 +03:00
Pavel Kruglov
c34d8ae7e7
Fix logical error AggregateFunctionFactory returned nullptr
2021-05-28 14:58:16 +03:00
alesapin
a1efea20dc
Better ACLs storage on disk (update snapshot version)
2021-05-28 14:52:19 +03:00
Alexander Kuzmenkov
678a16b5dc
Merge pull request #24579 from ClickHouse/aku/pure-window-or-null
...
do not auto-apply -OrNull combinator to pure window functions
2021-05-28 13:10:42 +03:00
Alexander Kuzmenkov
d870e9c6d5
Merge pull request #24580 from ClickHouse/aku/distirbuted-window-order
...
fix ORDER BY after window fuctions over Distributed
2021-05-28 13:07:13 +03:00
Amos Bird
2767dc1988
Update tests/queries/0_stateless/01872_initial_query_start_time.sh
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2021-05-28 17:02:25 +08:00
Anton Popov
1317638e3b
Merge pull request #24464 from CurtizJ/fix-tuples-create-as-select
...
Fix tuples in 'CREATE .. AS SELECT' queries
2021-05-28 01:46:07 +03:00
Anton Popov
151988e11a
Merge pull request #24472 from CurtizJ/subcolumns-dist
...
Enable reading of subcolumn for distributed tables
2021-05-28 01:45:00 +03:00
alesapin
764902c8d3
Remove print
2021-05-28 00:25:17 +03:00
Alexander Kuzmenkov
3d459633d7
Merge remote-tracking branch 'origin/master' into HEAD
2021-05-27 21:42:18 +03:00
Alexander Kuzmenkov
9fc51aef68
fix
2021-05-27 21:39:52 +03:00
Alexander Kuzmenkov
1c6479a7d9
Merge remote-tracking branch 'origin/aku/pure-window-or-null' into HEAD
2021-05-27 21:39:43 +03:00
Nikolai Kochetov
3d8e7c95c7
Merge pull request #24561 from ClickHouse/try-fix-test_reload_after_loading
...
Fix flaky test
2021-05-27 20:57:30 +03:00
Nikolai Kochetov
1ed00b06e0
Fix tests.
2021-05-27 20:56:06 +03:00
Nikolai Kochetov
936bd8a011
Merge branch 'master' into refactor-MergeTreeDataSelectExecutor
2021-05-27 20:47:39 +03:00
Nikolai Kochetov
00628925eb
Merge pull request #24560 from ClickHouse/more-diagnostic-for-test_jbod_overflow
...
Update test_multiple_disks
2021-05-27 20:39:21 +03:00
Nikolai Kochetov
1aeb705b20
Fix some tests.
2021-05-27 19:53:58 +03:00
Alexander Kuzmenkov
6cccb0992a
fix ORDER BY after window fuctions over Distributed
2021-05-27 19:06:37 +03:00
Alexander Kuzmenkov
1c21281456
do not auto-apply -OrNull combinator to pure window functions
2021-05-27 18:21:08 +03:00
Yatsishin Ilya
305134f037
fix
2021-05-27 18:20:50 +03:00
alesapin
a961100916
More stable test
2021-05-27 18:02:06 +03:00
Amos Bird
6f12781bf1
Safer readInt
2021-05-27 22:56:51 +08:00
Alexander Kuzmenkov
7c6399d82d
fixes
2021-05-27 17:45:40 +03:00
Yatsishin Ilya
7d2f701e0a
Merge remote-tracking branch 'origin/master' into integration-2
2021-05-27 16:34:30 +03:00
alesapin
6860946d3c
Cleanup in test
2021-05-27 16:00:08 +03:00
Ivan Lezhankin
06a0ab12bc
Merge remote-tracking branch 'upstream/master' into ast-table-identifier-2
2021-05-27 15:57:59 +03:00
alesapin
2985def91d
Add tests
2021-05-27 15:54:47 +03:00
kssenii
a0d8d689d3
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
2021-05-27 15:44:12 +03:00
mergify[bot]
452727dd2e
Merge branch 'master' into subcolumns-dist
2021-05-27 11:35:22 +00:00
Anton Popov
8a71af5797
Merge pull request #24471 from CurtizJ/fix-cast-operator
...
Fix several cases in cast operator
2021-05-27 14:31:51 +03:00
mergify[bot]
05766230fc
Merge branch 'master' into fix-tuples-create-as-select
2021-05-27 11:30:55 +00:00
Nikita Mikhaylov
bb064ee3dc
Update arcadia_skip_list.txt
2021-05-27 14:03:35 +03:00
Nikolai Kochetov
14756e5707
Update dict lifetime
2021-05-27 13:51:53 +03:00
Maksim Kita
5e65aff3fd
Merge pull request #24466 from kitaisreal/dictionaries-update-file-paths-restrictions
...
Dictionaries update file path restrictions
2021-05-27 13:46:47 +03:00
Alexander Kuzmenkov
5dc387d3bc
Merge pull request #24534 from ClickHouse/aku/green-check-mining-1
...
calculate perf test precision thresholds from historical data
2021-05-27 12:59:17 +03:00
Alexander Kuzmenkov
86f639d0c3
fix test killed by github
2021-05-27 12:57:08 +03:00
Dmitrii Kovalkov
47e8a53d2a
Fix flaky test
2021-05-27 12:55:15 +03:00
Nikolai Kochetov
0ca38335a7
Update dict lifetime
2021-05-27 12:09:56 +03:00
Nikolai Kochetov
02ed069e81
Fix flaky test
2021-05-27 11:49:42 +03:00
Vladimir
bdc5b97d02
Merge pull request #24525 from vdimir/create-aggregate-func-settings
...
Merging #22762
2021-05-27 11:43:55 +03:00
Nikolai Kochetov
b3d30ed9cb
Merge pull request #24462 from azat/total_rows_approx-fix
...
Account total_rows_approx as soon as possible
2021-05-27 11:34:50 +03:00
Nikolai Kochetov
ec0f55d899
Update test_multiple_disks
2021-05-27 11:32:18 +03:00
Yatsishin Ilya
55dd173535
more
2021-05-27 10:58:12 +03:00
alesapin
ef17daaaa0
Merge pull request #24496 from ClickHouse/configurable_max_parts_to_merge
...
Add `max_parts_to_merge_at_once` setting
2021-05-27 10:56:58 +03:00
Maksim Kita
55ca643c1d
Add tests to ANTRL skip list
2021-05-27 10:42:54 +03:00
alexey-milovidov
a7e95b4ee2
Merge pull request #24504 from vzakaznikov/testflows_check_add_saving_clickhouse_logs
...
Adding support to save clickhouse server logs in TestFlows check
2021-05-27 08:05:55 +03:00
Yatsishin Ilya
ae60a3dd3a
new tests from master
2021-05-27 07:24:16 +03:00
Yatsishin Ilya
28af06f3d0
Merge remote-tracking branch 'origin' into integration-2
2021-05-27 07:01:22 +03:00
mergify[bot]
d813d03a6a
Merge branch 'master' into i24461
2021-05-26 23:37:20 +00:00
Azat Khuzhin
66f254c8b3
Account total_rows_approx as soon as possible
...
Before total_rows_approx was accounted only on first read from that
source (and each part is a source), so in case of MergeTree and
max_threads=1 it can take sometime until it will be incremented.
2021-05-27 02:14:01 +03:00
Maksim Kita
2dd3ca69ef
Updated tests
2021-05-27 00:17:45 +03:00
Maksim Kita
ee6f59c5fd
Update SSDCacheDictionary tests to bash
2021-05-27 00:17:45 +03:00
Maksim Kita
b26783b308
Dictionaries update file path restrictions
2021-05-27 00:17:45 +03:00
Vitaliy Zakaznikov
7800f934ab
Adding gzip compression of clickhouse logs.
2021-05-26 17:16:24 -04:00
kssenii
b28157a0df
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
2021-05-27 00:01:25 +03:00
Vitaliy Zakaznikov
774171c61c
Another try to move clickhouse logs to /test_output folder.
2021-05-26 16:25:23 -04:00
kssenii
73f16ee9ee
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
2021-05-26 23:08:08 +03:00
alexey-milovidov
91f910a612
Merge pull request #24350 from MyroTk/tfs_extended_precision_data_types_testing
...
Testflows tests for Extended Precision Data Types: Int128, UInt128, Int256, UInt256, Decimal256
2021-05-26 22:21:18 +03:00
Vitaliy Zakaznikov
3fb4ba3885
Fixing the way we move clickhouse logs to the /test_output folder.
2021-05-26 14:11:56 -04:00
Nicolae Vartolomei
36a93be772
Add missing link for clickhouse-test-server
2021-05-26 16:45:34 +01:00
Nicolae Vartolomei
be95a425d6
Avoid hiding errors like Limit for rows or bytes to read exceeded
for subqueries
2021-05-26 16:45:05 +01:00
Dmitrii Kovalkov
6bc0167970
Add test
2021-05-26 17:35:05 +03:00
mergify[bot]
d1338230f4
Merge branch 'master' into keeper_auth
2021-05-26 13:55:00 +00:00
alesapin
8ba6ed3fc2
Simplier test
2021-05-26 16:53:05 +03:00
Alexander Kuzmenkov
5da54c2745
calculate perf test precision thresholds from historical data
2021-05-26 16:30:43 +03:00
Anton Popov
e1c86d3747
Merge pull request #24446 from amosbird/fixdate
...
Fix toWeek monotonicity
2021-05-26 15:32:03 +03:00
Nikita Mikhaylov
1d79c10168
Merge branch 'master' into fix-arcadia-8
2021-05-26 15:25:51 +03:00
Nikita Mikhaylov
0e89be382b
fix
2021-05-26 15:24:57 +03:00
Yatsishin Ilya
99e3be018e
better
2021-05-26 15:06:31 +03:00
Yatsishin Ilya
d17b46d69f
fix mongo logging
2021-05-26 15:06:13 +03:00
Vladimir
fc15cad7e0
Pass Settings to aggregate function creator
2021-05-26 14:58:31 +03:00
Alexander Kuzmenkov
67044d69f3
Update set_index.xml
2021-05-26 14:54:07 +03:00
Alexander Kuzmenkov
4c7752951c
Update joins_in_memory_pmj.xml
2021-05-26 14:53:28 +03:00
Vladimir
7224e25156
Revert "Pass Settings to aggregate function creator"
2021-05-26 14:46:42 +03:00
Vladimir
6650c67b01
Merge pull request #22762 from vdimir/create-aggregate-func-settings
2021-05-26 14:32:14 +03:00
Raúl Marín
df47bdecbc
Add tests for chained unique*State
2021-05-26 13:15:23 +02:00
Kseniia Sumarokova
cb8af0fd4c
Merge pull request #11058 from overshov/master
...
Implement IDisk interface for HDFS
2021-05-26 14:14:06 +03:00
alesapin
e19cff70b8
More robust test
2021-05-26 12:47:22 +03:00
tavplubix
ee12652f8a
Update skip_list.json
2021-05-26 11:53:40 +03:00
alesapin
9e6a713f18
Merge pull request #24465 from ClickHouse/filimonov-kafka-flaky
...
Try to improve kafka flaky test
2021-05-26 11:52:44 +03:00
alesapin
08c37a4c9e
Merge branch 'master' into configurable_max_parts_to_merge
2021-05-26 11:30:39 +03:00
alesapin
069d45790f
Merge pull request #24157 from kssenii/modulo-partition-key
...
Adjust modulo function when used in partition key
2021-05-26 10:30:54 +03:00
alesapin
5638c18140
Merge pull request #22864 from ianton-ru/s3_zero_copy_replication
...
Fix Zero-Copy replication with several S3 volumes (issue 22679)
2021-05-26 10:28:23 +03:00
Yatsishin Ilya
b26b97ec6c
fix
2021-05-26 07:40:53 +03:00
Yatsishin Ilya
d34bc32224
Merge remote-tracking branch 'origin' into integration-2
2021-05-26 07:38:43 +03:00
mergify[bot]
d6ada7df5c
Merge branch 'master' into fixdate
2021-05-26 02:38:10 +00:00
Alexey Milovidov
374923ab90
Update integration test
2021-05-26 03:48:11 +03:00
Alexey Milovidov
20f59ffbb9
Merge branch 'master' into issue-16775
2021-05-26 03:46:43 +03:00
alexey-milovidov
37550ec774
Merge pull request #24455 from ClickHouse/fix-flaky-test-17
...
Fix flaky test 01085_max_distributed_connections
2021-05-26 03:28:17 +03:00
Alexey Milovidov
4f1d6c1ffe
Fix the annoying test
2021-05-26 02:04:16 +03:00
tavplubix
84f9d38620
Merge pull request #24321 from amosbird/fixdroppartition
...
Fix drop partition in rare case
2021-05-26 01:34:22 +03:00
Maksim Kita
315994f686
Merge pull request #24442 from kitaisreal/actions-dag-compile-expressions-update
...
ActionsDAG compile expressions update
2021-05-25 21:44:23 +03:00
kssenii
e01abf807e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-25 17:32:43 +00:00
Alexey Milovidov
350aa95ac8
Fix terrible test
2021-05-25 20:22:32 +03:00
Yatsishin Ilya
f5e584b6af
fix
2021-05-25 19:56:03 +03:00
Yatsishin Ilya
b44c056fa4
lost file
2021-05-25 19:55:02 +03:00
Yatsishin Ilya
9282c7470c
better
2021-05-25 19:53:55 +03:00
Yatsishin Ilya
53295f9b51
blacklist
2021-05-25 19:53:42 +03:00
mergify[bot]
e7e354dd02
Merge branch 'master' into filimonov-kafka-flaky
2021-05-25 15:39:25 +00:00
mergify[bot]
05ee36d820
Merge branch 'master' into s3_zero_copy_replication
2021-05-25 15:39:23 +00:00
mergify[bot]
67e7030eae
Merge branch 'master' into modulo-partition-key
2021-05-25 15:39:17 +00:00
mergify[bot]
7f9746872d
Merge branch 'master' into keeper_auth
2021-05-25 15:32:30 +00:00
Yatsishin Ilya
a667a1c032
better
2021-05-25 18:32:24 +03:00
MyroTk
a33188c3d5
Rounding to make expected values consistent.
2021-05-25 17:21:17 +02:00
MyroTk
64573a9aa8
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into tfs_extended_precision_data_types_testing
2021-05-25 17:09:19 +02:00
alesapin
7c69695d67
Fix test
2021-05-25 17:52:10 +03:00
mergify[bot]
400b74d186
Merge branch 'master' into merging-s3-backoff
2021-05-25 14:02:38 +00:00
Yatsishin Ilya
e9ccf906c4
improvements
2021-05-25 16:40:22 +03:00
alesapin
6e29404a75
Add max_parts_to_merge_at_once setting
2021-05-25 16:21:17 +03:00
Yatsishin Ilya
893cd47bd2
better
2021-05-25 15:40:59 +03:00
tavplubix
7844e3847d
Update 01414_mutations_and_errors.reference
2021-05-25 15:26:46 +03:00
Yatsishin Ilya
125f1706f1
Merge remote-tracking branch 'origin' into integration-2
2021-05-25 14:43:01 +03:00
tavplubix
ba5441ea2a
Update 01155_old_mutation_parts_to_do.sh
2021-05-25 14:35:04 +03:00
Alexander Tokmakov
4849ea2e03
fix unexpected behavior in mutation finalization
2021-05-25 14:10:45 +03:00
Nikolai Kochetov
d4998909b6
Merge pull request #24463 from ClickHouse/fix-24024
...
Fix header mismatch for UNION.
2021-05-25 12:04:45 +03:00
Maksim Kita
ba43fe784c
Updated tests
2021-05-25 11:50:40 +03:00
Nikolai Kochetov
6a726ca8ed
Update test.
2021-05-25 10:19:10 +03:00
Anton Popov
3acbd12c54
enable reading of subcolumn for distributed tables
2021-05-25 03:49:24 +03:00
Anton Popov
35e2cc7b2b
fix several cases in cast operator
2021-05-25 02:50:28 +03:00
kssenii
70469429c1
Fixes
2021-05-24 23:39:56 +00:00
kssenii
c3fc2ff04b
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-24 22:08:49 +00:00
filimonov
88919080d5
Try to improve kafka flaky test
2021-05-24 22:37:16 +02:00
Anton Popov
6c0ac12dbb
fix tuples in 'CREATE .. AS SELECT' queries
2021-05-24 23:15:04 +03:00
Nikolai Kochetov
79a0029843
Fix header mismatch for UNION.
2021-05-24 21:09:00 +03:00
Nikita Mikhaylov
e7867f885a
Merge pull request #24454 from nikitamikhaylov/retry-drop-database
...
Fix fast test
2021-05-24 21:00:37 +03:00
kssenii
cef509e5b5
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-24 17:39:34 +00:00
Anton Ivashkin
c936dab6d5
Fix part type in Fetcher::downloadPartToS3
2021-05-24 19:37:37 +03:00
Amos Bird
6ba29af871
Fix toWeek monotonicity
2021-05-24 23:52:02 +08:00
Alexey Milovidov
3fae262d19
Fix flaky test 01085_max_distributed_connections
2021-05-24 18:31:43 +03:00
Yatsishin Ilya
2b02689213
Merge remote-tracking branch 'origin' into integration-2
2021-05-24 18:31:21 +03:00
Yatsishin Ilya
c191a631e8
touch
2021-05-24 18:30:51 +03:00
Nikita Mikhaylov
6997240237
done
2021-05-24 18:20:56 +03:00
Anton Ivashkin
a98286b4c4
Merge master
2021-05-24 17:46:29 +03:00
mergify[bot]
5f1c2cf22e
Merge branch 'master' into keeper_auth
2021-05-24 13:17:32 +00:00
Anton Ivashkin
6c4e4b751c
Decrease iterations in test_s3_zero_copy_replication
2021-05-24 16:05:11 +03:00
MyroTk
b2dc82128c
Specifying inclusive and exclusive boundaries in the requirements.
2021-05-24 15:04:58 +02:00
Anton Popov
a36c1793d0
Merge remote-tracking branch 'upstream/master' into HEAD
2021-05-24 15:57:43 +03:00
MyroTk
68b5bd4abb
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into tfs_extended_precision_data_types_testing
2021-05-24 14:44:12 +02:00
alesapin
11ac483e12
Add tests
2021-05-24 15:18:04 +03:00
Alexander Kuzmenkov
f227020018
Merge pull request #24049 from ClickHouse/aku/perf-unstable
...
complain about unstable perf test queries
2021-05-24 12:59:12 +03:00
Amos Bird
7bc13f7ae8
Add initial_query_start_time to query log
2021-05-24 17:06:40 +08:00
Yatsishin Ilya
8939daf7e7
more
2021-05-24 11:23:04 +03:00
Yatsishin Ilya
c32cea4dd2
Merge remote-tracking branch 'origin' into integration-2
2021-05-24 09:59:16 +03:00
Alexey Milovidov
890b6e5e47
Add a test
2021-05-24 06:54:42 +03:00
Alexey Milovidov
273226de32
Remove string parameter for Density
2021-05-24 06:43:25 +03:00
Alexey Milovidov
6f70feed2f
Merge branch 'master' into issue-16775
2021-05-24 05:56:57 +03:00
kssenii
659e57e60f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-23 22:46:00 +00:00
kssenii
ecd82213d1
Some clean up, more tests
2021-05-23 20:19:04 +00:00
alesapin
cd815efaee
Merge branch 'master' into keeper_auth
2021-05-23 20:57:18 +03:00
kssenii
bbf56e35ac
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
2021-05-23 10:54:48 +03:00
kssenii
0f98731c1f
More integration tests
2021-05-23 07:33:31 +00:00
alesapin
660916a9a1
Merge pull request #24393 from ClickHouse/fix_flaky_quota_test
...
Fix flaky 01033_quota_dcl
2021-05-23 10:22:09 +03:00
alesapin
6c0b683d3a
Merge pull request #17871 from nvartolomei/nv/parts-uuid-move-shard
...
Part movement between shards
2021-05-23 10:20:57 +03:00
mergify[bot]
3c6e6464a7
Merge branch 'master' into s3_zero_copy_replication
2021-05-23 07:09:17 +00:00
Alexey Milovidov
fff2f7b2be
Fix style, fix typo and remove extra code
2021-05-23 03:21:21 +03:00
alexey-milovidov
ffc91dd947
Merge pull request #24411 from azat/tests-fixes
...
Stateless tests fixes
2021-05-23 00:45:19 +03:00
kssenii
1c43b333ea
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
2021-05-22 21:26:48 +03:00
kssenii
5606e248a7
Fix
2021-05-22 16:19:56 +00:00
kssenii
b72f6ea78e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-22 16:15:15 +00:00
alexey-milovidov
1ed30f7246
Merge branch 'master' into issue-16775
2021-05-22 17:14:23 +03:00
alexey-milovidov
13398ad233
Merge pull request #24319 from azat/ipv6-fix
...
Fix IPv6 addresses resolving
2021-05-22 15:23:18 +03:00
Azat Khuzhin
ef2335d835
Increase timeout in 01676_long_clickhouse_client_autocomplete
...
https://clickhouse-test-reports.s3.yandex.net/24411/84dd2d472812d226655bd0a4420863bbf291d601/functional_stateless_tests_flaky_check_(address)/test_run.txt.out.log
2021-05-22 14:07:21 +03:00
Azat Khuzhin
46162c292c
Use unique zk path in tests with ReplicatedMergeTree
2021-05-22 14:07:21 +03:00
Azat Khuzhin
3a355ccff2
Mark some tests as long
2021-05-22 14:07:21 +03:00
Azat Khuzhin
8058166d55
tests: fix flakiness with system.{parts,detached_parts,columns,parts_clumns,tables}
2021-05-22 14:07:21 +03:00
Azat Khuzhin
12cc3fc4af
clickhouse-test: fix stdout reference w/o --database argument
...
It was appended, but never truncated.
2021-05-22 14:07:21 +03:00
Azat Khuzhin
f07f133be5
Fix typo in 01800_log_nested
2021-05-22 14:07:21 +03:00
alesapin
6e593cda7b
Working test
2021-05-22 10:38:50 +03:00
Vitaly Baranov
b89da7b420
Merge pull request #21858 from BoloniniD/yaml-cfg
...
YAML Configuration for ClickHouse
2021-05-22 10:29:51 +03:00
Anton Popov
d016f60c1d
fix test
2021-05-22 03:29:01 +03:00
Anton Popov
e3ca1cf94d
Merge remote-tracking branch 'upstream/master' into rewrite-functions-to-subcolumns
2021-05-22 03:06:36 +03:00
Anton Popov
75adbd8e23
optimize some functions to subcolumns
2021-05-22 02:22:22 +03:00
alexey-milovidov
7b38ad3a85
Merge pull request #23204 from RedClusive/feature-quantileBfloat16
...
Feature quantile bfloat16
2021-05-21 23:46:05 +03:00
Azat Khuzhin
fbe8b37ff6
Skip 01880_remote_ipv6 in arcadia
2021-05-21 22:47:55 +03:00
Azat Khuzhin
1eceb5a8d3
parseAddress: improve port parsing (verify that port is a valid int)
2021-05-21 22:47:35 +03:00
Azat Khuzhin
44c85edae0
parseAddress: improve parsing of port for IPv6
2021-05-21 22:47:35 +03:00
Azat Khuzhin
0536db0ec3
Fix resolving of IPv6 addresses
...
v2: move the check from Cluster to DNSResolver
2021-05-21 22:47:35 +03:00
BoloniniD
33755f1f3d
Implemented YAMLParser class
2021-05-21 21:56:22 +03:00
Anton Popov
13cfedd188
optimize some functions to subcolumns
2021-05-21 21:48:19 +03:00
MyroTk
07ce7ec40c
Remove nodes clickhouse2 and clickhouse3, and zookeeper.
2021-05-21 17:58:04 +02:00
Yatsishin Ilya
d73d92ed7e
revert some changes
2021-05-21 18:48:14 +03:00
MyroTk
740189893c
Removing more config files. Updating wording in requirements. Added toDecimal256 tests to check max and min for every scale value.
2021-05-21 17:27:24 +02:00
kssenii
30845a383f
Fix comparisons with modulo key
2021-05-21 15:01:41 +00:00
Yatsishin Ilya
fe630a0139
Merge remote-tracking branch 'origin/master' into integration-2
2021-05-21 17:57:44 +03:00
MyroTk
e7df9e13c6
Merge branch 'tfs_extended_precision_data_types_testing' of https://github.com/MyroTk/ClickHouse into tfs_extended_precision_data_types_testing
2021-05-21 16:12:57 +02:00
MyroTk
04257d4e6f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into tfs_extended_precision_data_types_testing
2021-05-21 16:12:33 +02:00
Yatsishin Ilya
daf0b5ad2b
rewrite zookeeper test
2021-05-21 16:29:43 +03:00
mergify[bot]
970243850f
Merge branch 'master' into ast-table-identifier-2
2021-05-21 12:56:49 +00:00
Alexander Kuzmenkov
30fa7d4acc
Update group_by_sundy_li.xml
2021-05-21 14:07:15 +03:00
Vladimir
d56d7145c1
Merge pull request #24250 from ucasFL/count-range
...
Add aggregate function rangeSum
2021-05-21 13:23:38 +03:00
alesapin
0f0a864057
Fix flkay 01033_quota_dcl
2021-05-21 13:22:19 +03:00
Yatsishin Ilya
70cb85a5d0
better
2021-05-21 12:09:10 +03:00
Nikolai Kochetov
3cca5e8391
Merge pull request #24349 from ClickHouse/better-parallelism-for-fast-tests
...
Better parallelism for functional tests
2021-05-21 11:32:31 +03:00
kssenii
074428264f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-21 08:26:54 +00:00
Alexey Milovidov
28c0e85dab
Add performance test
2021-05-21 09:29:56 +03:00
Yatsishin Ilya
b079ce5ee4
typo
2021-05-21 08:01:51 +03:00
Yatsishin Ilya
e9f7246d2a
fixes
2021-05-21 07:59:16 +03:00
alexey-milovidov
04e3ddeffa
Merge pull request #24151 from azat/format-FROM-clause
...
Change FROM clause formatting (make it more human friendly)
2021-05-21 06:26:53 +03:00
alexey-milovidov
5de03390e0
Merge pull request #24285 from abyss7/issue-23901
...
Allow empty HTTP headers
2021-05-21 05:21:06 +03:00
Nikolai Kochetov
48ce2ce500
Fix script
2021-05-20 22:57:06 +03:00
alesapin
deb784a321
Merge branch 'master' into nvartolomei-parts-move
2021-05-20 21:24:55 +03:00
Yatsishin Ilya
1f8d43235f
better
2021-05-20 21:19:45 +03:00
Nikolai Kochetov
87e73a970e
Fix style
2021-05-20 21:18:44 +03:00
Nikolai Kochetov
e66e3e9271
Fix style
2021-05-20 21:11:12 +03:00
Azat Khuzhin
59d4d42b5e
Mark some tests as long
2021-05-20 21:04:12 +03:00
Azat Khuzhin
8b438bcd3c
Change formatting of subqueries (make it more human friendly)
...
Fix trailing whitespaces in FROM/IN clause with subqueries in multiline
mode, and also changes the output of the queries slightly in a more
human friendly way.
Before:
$ clickhouse-format <<<'select * from system.one, (select * from system.one)'
SELECT *
FROM system.one
,
(
SELECT *
FROM system.one
)
After:
$ clickhouse-format <<<'select * from system.one, (select * from system.one)'
SELECT *
FROM system.one,
(
SELECT *
FROM system.one
)
v2: Fix subqueries formatting in a different way
v3: Adjust *.reference in tests
v4: Fix modernize-loop-convert in ASTTablesInSelectQuery
2021-05-20 21:04:12 +03:00
alexey-milovidov
907fcf9f05
Delete macros.xml
2021-05-20 20:18:02 +03:00
MyroTk
7ed3b5f967
Removing unnecessary SSL files.
2021-05-20 19:06:27 +02:00
Nikolai Kochetov
386cbf751c
Better parallelizm for fast tests.
2021-05-20 19:46:15 +03:00
Nikolai Kochetov
9d4927a5b9
Better parallelizm for fast tests.
2021-05-20 19:44:35 +03:00
MyroTk
fa1c324356
Testflows tests for Extended Precision Data Types: Int128, UInt128, Int256, UInt256, Decimal256
2021-05-20 18:42:26 +02:00
kssenii
3dee003f9b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
2021-05-20 19:20:09 +03:00
Yatsishin Ilya
d07b3763ef
Merge remote-tracking branch 'origin' into integration-2
2021-05-20 19:12:20 +03:00
Yatsishin Ilya
1d35da6882
Merge remote-tracking branch 'origin' into integration-2
2021-05-20 19:12:04 +03:00
Nikolai Kochetov
fa88e8725a
Better parallelizm for fast tests.
2021-05-20 19:02:46 +03:00
alesapin
333e291b5d
Merge pull request #24307 from ClickHouse/one_more_error_clickhouse_test
...
One more error to retry in clickhouse-test
2021-05-20 18:58:50 +03:00
tavplubix
acd952d701
Merge pull request #24309 from ClickHouse/fix_rename_matview
...
Fix rename MaterializedView
2021-05-20 18:20:38 +03:00
vdimir
09d63545b0
Return float in segmentLengthSum for float args, add tests
2021-05-20 17:43:24 +03:00
Alexander Kuzmenkov
b45ac02e7e
adjust thresholds
2021-05-20 17:24:05 +03:00
Alexander Kuzmenkov
aeb8431004
update thresholds - 1
2021-05-20 17:14:55 +03:00
vdimir
c8cbde1b89
Merge branch 'master' into count-range
2021-05-20 16:51:51 +03:00
Ivan Lezhankin
3c6b69a430
Fix test
2021-05-20 15:12:09 +03:00
Alexander Kuzmenkov
a1749cf5c3
fix
2021-05-20 15:05:20 +03:00
Alexander Kuzmenkov
0176aa1878
Merge remote-tracking branch 'origin/master' into HEAD
2021-05-20 14:44:01 +03:00
mergify[bot]
0c006a9c96
Merge branch 'master' into one_more_error_clickhouse_test
2021-05-20 10:06:34 +00:00
tavplubix
9d728fd017
Update skip_list.json
2021-05-20 12:55:11 +03:00
Maksim Kita
25fe0e88f8
Compile expressions added partition by test
2021-05-20 11:16:15 +03:00
Maksim Kita
af78649e56
Merge pull request #24023 from kitaisreal/compile-expressions-comparison-function-constant-case-with-alias-fix
...
CompileExpressions comparison function constant case fix
2021-05-20 10:58:38 +03:00
Nikolai Kochetov
d09f3bcd0d
Merge pull request #24252 from ClickHouse/try-fix-group-by-shard-num-in-another-way
...
Try to fix GROUP BY _shard_num in a different way
2021-05-20 10:49:45 +03:00
alesapin
cf94bc9b8c
Merge pull request #24059 from ClickHouse/standalone_keeper
...
Standalone keeper server
2021-05-20 10:10:51 +03:00
alesapin
b9c3601083
Merge pull request #24275 from ucasFL/fix-mutation
...
Fix mutation fail of StorageMemory
2021-05-20 10:09:48 +03:00
mergify[bot]
29b3ed4551
Merge branch 'master' into modulo-partition-key
2021-05-20 05:45:11 +00:00
Azat Khuzhin
4d737a5481
Respect insert_allow_materialized_columns for INSERT into Distributed()
2021-05-20 07:40:46 +03:00
Alexey Milovidov
93585a0dd1
Fix bad test for Enum hints
2021-05-20 01:26:44 +03:00
mergify[bot]
e762039db7
Merge branch 'master' into merging-s3-backoff
2021-05-19 21:57:10 +00:00
Alexander Tokmakov
2996e7c072
fix rename matview
2021-05-19 21:53:31 +03:00
alesapin
8c4f811152
One more error to retry
2021-05-19 21:35:05 +03:00
kssenii
477214a57f
Fix partitionPrunner with modulo
2021-05-19 17:36:32 +00:00
Nikolai Kochetov
e8f8b2ba18
Merge pull request #24162 from amosbird/projection-fix2
...
Fix add projection to replicated mergetree
2021-05-19 18:07:52 +03:00
feng lv
9de7399737
update
...
fix test
2021-05-19 14:51:54 +00:00
Maksim Kita
218f534a6f
Merge pull request #24100 from Enmk/fix_DateTime64_vs_DateTime_in_WHERE
...
Fix DateTime64 column vs DateTime value in where
2021-05-19 17:27:28 +03:00
alesapin
301dc848f5
Merge branch 'master' into nvartolomei-parts-move
2021-05-19 17:17:01 +03:00
feng lv
d92b1f0e9a
Fix mutation of StorageMemory
...
fix
fix
2021-05-19 14:15:50 +00:00
Ivan Lezhankin
33f816d28d
Allow empty HTTP headers
2021-05-19 16:20:23 +03:00
Alexander Kuzmenkov
e9b69bbd70
Merge pull request #23906 from azat/fix-distributed_group_by_no_merge
...
distributed_group_by_no_merge fixes
2021-05-19 16:16:08 +03:00