Commit Graph

20286 Commits

Author SHA1 Message Date
Alexey Milovidov
10022ee974 Fix insufficient argument check for encryption functions 2022-08-14 04:28:30 +02:00
Alexey Milovidov
b5e3d908e2 Fix tests 2022-08-14 04:11:17 +02:00
Alexey Milovidov
91042e9dd8 Update test configs 2022-08-14 01:43:24 +02:00
Alexey Milovidov
3d5ceb8fee Merge branch 'master' into disable-zero-copy-replication 2022-08-14 01:40:20 +02:00
Alexey Milovidov
158332f61d clickhouse-test: enable ZooKeeper tests by default 2022-08-14 01:01:59 +02:00
Alexey Milovidov
c6bb4ae575 clickhouse-test: enable ZooKeeper tests by default 2022-08-14 00:45:59 +02:00
Igor Nikonov
d83bea626c Merge remote-tracking branch 'origin/master' into skipping_sorting_step 2022-08-13 21:46:34 +00:00
Igor Nikonov
9566e2995d Fix of check if sorting order is preserved 2022-08-13 21:44:29 +00:00
Alexey Milovidov
29bf411835
Merge pull request #40178 from den-crane/tests/39420_normalize_aggregateFunction_types_and_state_representations
test for Decimal aggregateFunction normalization #39420
2022-08-13 22:49:11 +03:00
Azat Khuzhin
923e2f22ef tests/stress: fix dmesg reading
After #39939 there is still an error:

    + dmesg -T
    dmesg: read kernel buffer failed: Operation not permitted

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/39939/a1981f21a153810f072af67bb6007dc1f4367c22/stress_test__debug_.html

Since it is not allowed to access dmesg by default,
one of the following is required:

- --cap-add syslog
- --cap-add cap_sys_admin
- --privileged

I decided to use as little capabilities as possible, even though it is
not that important on CI, but it is a rule of thumb.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-13 21:45:09 +02:00
Alexander Gololobov
1ea751eb7b
Merge pull request #40185 from ClickHouse/fix-array-signed-const-positive-index
Fix array signed const positive subscript operator
2022-08-13 21:39:19 +02:00
Mikhail f. Shiryaev
22c53e7f7b
Merge pull request #40127 from ClickHouse/s3-helper
Rework S3Helper a little bit
2022-08-13 16:27:00 +02:00
Alexey Milovidov
31dbb68185 Fix array signed const positive subscript operator 2022-08-13 08:04:24 +02:00
Alexey Milovidov
8d1d2ecbfa
Merge pull request #40104 from ClickHouse/counting-resources-in-subqueries
A test for counting resources in subqueries
2022-08-13 08:08:35 +03:00
Alexey Milovidov
2f40db6cde Update test reference 2022-08-13 03:38:26 +02:00
Alexey Milovidov
4cc2ef5a34
Merge pull request #39968 from ClickHouse/server-side-time
Add server-side time to Progress
2022-08-13 03:25:08 +03:00
Alexey Milovidov
76c2bcd258 Fix test 2022-08-13 02:20:31 +02:00
Alexey Milovidov
be9a2aebf6 Merge branch 'master' into counting-resources-in-subqueries 2022-08-13 02:18:18 +02:00
Alexey Milovidov
201cf69854
Merge pull request #39470 from nicelulu/issues_39469
Fix issues 39469
2022-08-13 03:13:28 +03:00
Alexey Milovidov
79442c84b5 Fix test reference 2022-08-13 02:04:34 +02:00
Alexey Milovidov
197a9d3c98 Update test references 2022-08-12 23:51:44 +02:00
Denny Crane
1bf98f4171 test for Decimal aggregateFunction normalization #39420 2022-08-12 18:50:49 -03:00
Mikhail f. Shiryaev
7f61f30f15
Improve assignment and logging for cherry-pick and backport steps 2022-08-12 23:30:32 +02:00
Alexey Milovidov
6b54cdffaf Update test 2022-08-12 21:39:14 +02:00
Alexey Milovidov
6b8f4f1d59 Merge branch 'master' into server-side-time 2022-08-12 21:36:40 +02:00
Alexander Tokmakov
a9c6a883dc
Merge pull request #40158 from ClickHouse/make_tests_less_flaky
Set sync_request_timeout to 10 to avoid reconnections in tests
2022-08-12 22:08:53 +03:00
Alexander Tokmakov
586682e116
Update tests/config/client_config.xml
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2022-08-12 22:01:45 +03:00
avogar
398576e9c9 Improve and fix dictionaries in Arrow format 2022-08-12 18:56:21 +00:00
Alexander Tokmakov
46aaf842f8
Merge pull request #40031 from ClickHouse/fix_old_tmp_dirs_cleanup
Fix old temporary directories cleanup
2022-08-12 20:31:20 +03:00
Alexander Tokmakov
1a1c83f08a
Merge pull request #40137 from ClickHouse/flaky_check_ordinary
Add tests with Ordinary database to flaky check
2022-08-12 18:17:19 +03:00
Alexander Tokmakov
b3deae3593
Merge branch 'master' into flaky_check_ordinary 2022-08-12 18:11:39 +03:00
Anton Popov
4bd50bb06c
Merge branch 'master' into distinct_sorted_simplify 2022-08-12 17:11:18 +02:00
Igor Nikonov
bf037275a5 More robust check if sorting order is changed by expression
+ tests
2022-08-12 14:57:18 +00:00
Alexey Milovidov
8c3d1f2b5b
Merge branch 'master' into server-side-time 2022-08-12 17:40:02 +03:00
Alexander Tokmakov
54862cd6d5 fix 2022-08-12 15:40:35 +02:00
Alexander Tokmakov
0395dca7be set sync_request_timeout to 10 to avoid reconnections in tests 2022-08-12 15:30:46 +02:00
vdimir
89dca02e1d
Fix ClusterDiscovery 2022-08-12 13:26:17 +00:00
vdimir
e15f20e2e3
Update test_cluster_discovery/test.py 2022-08-12 13:26:16 +00:00
robot-clickhouse
66269cf6c9
Automatic style fix 2022-08-12 13:26:16 +00:00
vdimir
cef6c4f8ce
Add observer mode to (zoo)keeper cluster discovery feature 2022-08-12 13:26:12 +00:00
Kruglov Pavel
4c7222d938
Merge pull request #40020 from canhld94/ch_canh_fix_hash
fix HashMethodOneNumber with const column
2022-08-12 14:40:24 +02:00
Nikita Taranov
17956cb668
Extend protocol with query parameters (#39906) 2022-08-12 14:28:35 +02:00
Nikolai Kochetov
86061d945e
Merge pull request #39826 from amosbird/projection-row-policy-fix
Primary key analysis for row_policy_filter and additional_filter
2022-08-12 11:32:58 +02:00
Amos Bird
40f44c21c5
Fix test sorting order 2022-08-12 17:28:43 +08:00
Alexander Tokmakov
044aa4d923 fix 2022-08-12 11:28:16 +02:00
Mikhail f. Shiryaev
b46622cf3c
Don't use envs for static links 2022-08-12 09:46:36 +02:00
kssenii
e20341461f Update test 2022-08-11 23:10:43 +02:00
kssenii
b7c91b9cdb Merge remote-tracking branch 'origin/make-cache-composable' into make-cache-composable 2022-08-11 23:09:35 +02:00
kssenii
768a207176 Merge master 2022-08-11 22:25:53 +02:00
Alexander Tokmakov
06e42a1b23 run tests with Ordinary database in flaky check 2022-08-11 21:32:03 +02:00
Alexander Tokmakov
cad311565c
Update 02390_prometheus_ClickHouseStatusInfo_DictionaryStatus.sh 2022-08-11 21:57:04 +03:00
Alexander Tokmakov
4b4b5e91b2
Merge pull request #39992 from ClickHouse/fix-jepsen-counter-test
Use different root path for Jepsen Counter test
2022-08-11 21:38:10 +03:00
Alexander Tokmakov
b9d18182f2 fix 2022-08-11 15:27:26 +02:00
Amos Bird
99a38e41aa
processor profile 2022-08-11 21:03:34 +08:00
Mikhail f. Shiryaev
372481e770
Rework S3Helper a little bit 2022-08-11 15:01:32 +02:00
Igor Nikonov
75f6fcfa70 Merge remote-tracking branch 'origin/master' into skipping_sorting_step 2022-08-11 12:35:55 +00:00
Vladimir C
1b44cb5c97
Merge pull request #39974 from ClickHouse/vdimir/setting-num-with-auto
Add setting type to support special 'auto' value
2022-08-11 14:25:10 +02:00
Kseniia Sumarokova
73e12acdfe
Update 02382_filesystem_cache_persistent_files.sql 2022-08-11 14:13:35 +02:00
Mikhail f. Shiryaev
22416193da
Merge pull request #40112 from ClickHouse/jobs-log
Use a job ID as ref text
2022-08-11 13:23:16 +02:00
Amos Bird
fa8fab2e8f
Fix KeyCondition with other filters 2022-08-11 19:20:44 +08:00
Maksim Kita
627424889d
Merge pull request #39926 from azat/dict-prom-fix
Remove dictionaries from prometheus metrics on DETACH/DROP
2022-08-11 13:10:47 +02:00
avogar
c0bb6303b9 Fix check black 2022-08-11 10:55:18 +00:00
Vladimir C
261ccc35cf
Rename SettingAutoWrapper, add comment to readBinary
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
Co-authored-by: Maksim Kita <maksim@clickhouse.com>
2022-08-11 12:18:44 +02:00
Anton Popov
c746dcd644
Merge pull request #40034 from CurtizJ/fix-parsing-arrays-of-tuples
Fix parsing of tuples in case of errors
2022-08-11 12:10:27 +02:00
Mikhail f. Shiryaev
9f45532999
Use a job ID as ref text 2022-08-11 12:05:16 +02:00
Maksim Kita
6bec0f5854
Merge pull request #38956 from vdimir/dict-join-refactoring
Join with dictionary refactoring
2022-08-11 11:54:11 +02:00
kssenii
8faaa6de7b Fix test 2022-08-11 11:00:15 +02:00
Mikhail f. Shiryaev
2b61110f3f
Merge pull request #40066 from ClickHouse/s3-env
Replace S3 URLs by parameter
2022-08-11 10:49:05 +02:00
Nikolai Kochetov
971d94e492
Merge pull request #38682 from ClickHouse/separate-counter-for-rss-in-memory-tracker
Use separate counter for RSS in global memory tracker.
2022-08-11 10:11:18 +02:00
Nikolai Kochetov
5337d21fb4 Mute test. 2022-08-11 08:08:20 +00:00
Alexey Milovidov
0069a949c4 Fix test 2022-08-11 10:04:31 +02:00
Robert Schulze
859e44309c
Merge pull request #40075 from azat/tests/partial-tz
tests: fix 00926_adaptive_index_granularity_pk/00489_pk_subexpression flakiness
2022-08-11 09:45:02 +02:00
Robert Schulze
e7d1012c4b
Merge pull request #40057 from azat/clickhouse-test-fix
Fix clickhouse-test hang in case of CREATE DATABASE fails
2022-08-11 09:43:31 +02:00
Igor Nikonov
394a71dcfd More correct fix + tests 2022-08-11 06:24:40 +00:00
Alexey Milovidov
1a31f82d1e Add a test for #10575 2022-08-11 07:45:48 +02:00
Duc Canh Le
84cd867aa8 materialize column instead of handling column in hash method 2022-08-11 10:46:06 +08:00
Alexey Milovidov
8374f31306
Merge pull request #39425 from arenadata/ADQM-485
Add support of dates from year 1900 to 2299 for Date32 and DateTime64
2022-08-11 05:01:53 +03:00
Alexey Milovidov
38fc0cc783
Merge branch 'master' into issues_39469 2022-08-11 04:45:06 +03:00
Nikolay Degterinsky
547662f88b
Merge pull request #40002 from Algunenano/fix_hashid
Fix hashId crash and salt parameter not being used
2022-08-11 02:25:10 +02:00
Anton Popov
3fdf428834
Merge pull request #39186 from Avogar/numbers-schema-inference
Add new features in schema inference
2022-08-11 00:53:54 +02:00
Nikolay Degterinsky
496568101f
Merge pull request #39277 from ClibMouse/Structured-Logging-Support
Structured logging support
2022-08-10 22:57:48 +02:00
Alexey Milovidov
1dcc1c6b73
Merge pull request #40024 from ClickHouse/nickitat-patch-2
Update 02354_distributed_with_external_aggregation_memory_usage.sql
2022-08-10 23:05:34 +03:00
Azat Khuzhin
6a30c23252
tests/performance: cover sparse_hashed dictionary (#40027)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-10 21:48:00 +02:00
Nikolai Kochetov
c9353cbae8
Merge branch 'master' into separate-counter-for-rss-in-memory-tracker 2022-08-10 21:39:50 +02:00
kssenii
3d61baff72 Fix checks 2022-08-10 21:09:18 +02:00
Azat Khuzhin
9284b9b42f tests: fix 00926_adaptive_index_granularity_pk/00489_pk_subexpression flakiness
It is possible for toStartOfMinute() to give different result for 0 and
59, for partial timezones (timezone that does not starts from 00:00,
like Africa/Monrovia).

Before #36656 it fails for another reason, because of overflows [1], but
now it fails because it simply return different minutes.

  [1]: https://github.com/ClickHouse/ClickHouse/pull/29953#discussion_r800550280

Simply pin the UTC there.

Fixes: #37786
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-10 20:33:52 +02:00
Mikhail f. Shiryaev
ac371818f7
Fix _csv.Error: field larger than field limit (131072) 2022-08-10 20:21:49 +02:00
Alexey Milovidov
0b24dbaec8 Merge 2022-08-10 19:41:44 +02:00
Alexey Milovidov
53097b3d65
Merge pull request #40015 from tbragin/master
Add parseDateTime64BestEffortUS* functions
2022-08-10 20:00:50 +03:00
Vladimir C
08648b7c55
Merge pull request #40061 from ClickHouse/vdimir/test-tag-skip-newlines
Skip newlines before Tags in clickhouse-test
2022-08-10 17:39:42 +02:00
Lloyd-Pottiger
c5d81e160c add functionality test
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-10 23:10:52 +08:00
Sema Checherinda
dcb49f66cc
Merge pull request #40047 from azat/tests/02293_part_log_has_merge_reason
tests: attempt to make 02293_part_log_has_merge_reason less flaky
2022-08-10 17:05:32 +02:00
kssenii
0ff5609738 Finish support for persistent files 2022-08-10 16:54:59 +02:00
Nikita Mikhaylov
8e8e845a89
Merge branch 'master' into separate-counter-for-rss-in-memory-tracker 2022-08-10 16:44:24 +02:00
Raúl Marín
e2e4b0b925 Merge remote-tracking branch 'blessed/master' into avoid_printing_settings 2022-08-10 16:43:52 +02:00
avogar
6fd076e2fb Fix fasttest 2022-08-10 14:29:50 +00:00
vdimir
e2929cdea5
Add semi and anti to 02242_join_rocksdb.sql 2022-08-10 14:20:29 +00:00
vdimir
91fe8f0b46
Force dict join in 01115_join_with_dictionary 2022-08-10 14:20:27 +00:00
vdimir
3347345873
Join with dictionary uses DirectJoin 2022-08-10 14:20:18 +00:00
Alexander Tokmakov
c0763050a7 more aggressive tests 2022-08-10 16:01:09 +02:00
Alexander Tokmakov
fff903ee81 fix 2022-08-10 15:48:56 +02:00
Alexander Tokmakov
7682f739da
Merge pull request #40058 from azat/tests/02380_insert_mv_race
tests: fix 02380_insert_mv_race for Ordinary database
2022-08-10 16:36:38 +03:00
Mikhail f. Shiryaev
2fb68078e8
Replace S3 URLs by parameter 2022-08-10 15:22:04 +02:00
Lloyd-Pottiger
5488a392ab address comments
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-10 21:20:25 +08:00
Antonio Andelic
d8f3511b9e add more retries 2022-08-10 12:39:20 +00:00
Mikhail f. Shiryaev
4b2bba2ff1
Do not upload unnecessary lambda sources 2022-08-10 14:37:06 +02:00
vdimir
9ecf1c156a
Skip newlines before Tags in clickhouse-test 2022-08-10 11:32:24 +00:00
Alexander Tokmakov
54614f5b98 Merge branch 'master' into fix_old_tmp_dirs_cleanup 2022-08-10 13:13:04 +02:00
Alexander Tokmakov
465cc7807a
Merge pull request #40001 from ClickHouse/replication_lib_sh_avoid_timeouts
Try to avoid timeouts when checking for replication consistency
2022-08-10 14:07:04 +03:00
Duc Canh Le
9e865d48ce increase test size 2022-08-10 18:59:13 +08:00
Duc Canh Le
7910a93b02 fix other hash methods and add tests 2022-08-10 18:59:13 +08:00
Alexander Gololobov
1ba37c5b97
Merge pull request #40055 from ClickHouse/query-parameters-in-post
Add a test for query parameters in HTTP POST
2022-08-10 12:35:12 +02:00
kssenii
5c3227ba56 Merge master 2022-08-10 12:00:34 +02:00
Azat Khuzhin
6164506a5e tests: fix 02380_insert_mv_race for Ordinary database
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-10 11:55:19 +02:00
Vladimir C
a006ff0a43
Merge pull request #40037 from arthurpassos/fix_arrow_column_dictionary_to_ch_lc
Fix arrow column dictionary to ch lc
2022-08-10 11:40:40 +02:00
Azat Khuzhin
36ea40ab64 Fix clickhouse-test hang in case of CREATE DATABASE fails
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-10 11:25:48 +02:00
Vladimir C
1196d1d117
Merge pull request #40009 from ClickHouse/vdimir/rename-joined-project-input
Project input for rename joined columns step
2022-08-10 10:32:36 +02:00
Roman Vasin
537ba613dc Remove clamping from AddDaysImpl and AddWeeksImpl; fix 01921_datatype_date32 test 2022-08-10 08:14:16 +00:00
Alexey Milovidov
202b48aaa0 Add a test for query parameters in HTTP POST 2022-08-10 10:10:28 +02:00
Mikhail f. Shiryaev
5f3c7524bc
Merge pull request #40032 from ClickHouse/job-url
Job url
2022-08-10 09:58:30 +02:00
Alexey Milovidov
63812de438 Add a test 2022-08-10 09:44:33 +02:00
Yakov Olkhovskiy
ffbaf72bab
Merge pull request #39874 from ClickHouse/fix-quota-key
Fix quota_key
2022-08-10 00:12:44 -04:00
Alexey Milovidov
9a51a103de
Merge pull request #39969 from ClickHouse/replace-yandex-to-noto
Change font in CI reports
2022-08-10 05:00:22 +03:00
Alexey Milovidov
bc57fb5c5b
Merge branch 'master' into fix-aggregate-function-type 2022-08-10 04:46:58 +03:00
Tanya Bragin
972fd418cb Delete old files 2022-08-09 17:30:34 -07:00
Tanya Bragin
be51187f85 Update tests to use UTC, and docs to consistent order 2022-08-09 17:27:06 -07:00
Igor Nikonov
754a9fb096 Merge remote-tracking branch 'origin/master' into skipping_sorting_step 2022-08-09 22:20:17 +00:00
kssenii
0dda03c94b Fix checks 2022-08-10 00:06:58 +02:00
Azat Khuzhin
c6ec8a4bcf tests: attempt to make 02293_part_log_has_merge_reason less flaky
CI: https://s3.amazonaws.com/clickhouse-test-reports/40003/acc33d4a116802eedc4e089f7e1612efe8e62d4d/stateless_tests__release__wide_parts_enabled_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-10 00:00:27 +02:00
Sema Checherinda
de49e1ae9a
Merge pull request #40007 from CheSema/no-ip-for-certs
remove using fixed IP from tests with SSL
2022-08-09 23:06:37 +02:00
Alexey Milovidov
f7d995681b
Merge branch 'master' into replace-yandex-to-noto 2022-08-09 22:43:52 +03:00
Arthur Passos
ecbf2f08e0 add missing reference file 2022-08-09 16:13:47 -03:00
Arthur Passos
d61cec5bf4 Add one more arrowcolumn dict test 2022-08-09 16:13:09 -03:00
Nikolai Kochetov
fdb1c2545f
Merge pull request #39990 from ClickHouse/fetch_huge_column_memory_consumption
Fix big memory usage for fetch.
2022-08-09 21:10:22 +02:00
Arthur Passos
600adcc525 Add arrow dictionary of nullable string to lc stateless tests 2022-08-09 15:46:07 -03:00
Mallik Hassan
666fb8dc42
Merge branch 'ClickHouse:master' into Structured-Logging-Support 2022-08-09 15:39:00 -03:00
Arthur Passos
6eb89fd780 Fix both arrow dict de-serialization and dict of nullable de-serialization 2022-08-09 15:06:22 -03:00
Arthur Passos
be1e32c3f1
Merge branch 'ClickHouse:master' into fix_arrow_column_dictionary_to_ch_lc 2022-08-09 15:04:06 -03:00
Anton Popov
7c364d4124 fix parsing of tuples in case of errors 2022-08-09 17:39:36 +00:00
vdimir
21ace403ab
Add test setting_value_auto 2022-08-09 17:14:03 +00:00
Mikhail f. Shiryaev
bcf430b382
Add job url to test reports 2022-08-09 19:12:47 +02:00
Alexander Tokmakov
fe572104aa fix old tmp dirs cleanup 2022-08-09 18:44:51 +02:00
Mikhail f. Shiryaev
32efae4f1b
Add JOB_ID and JOB_URL getters 2022-08-09 18:34:12 +02:00
Igor Nikonov
70b52f7cb9 Fix test, review comments 2022-08-09 16:29:56 +00:00
Anton Popov
0106ebd4df fix segfault in DataTypeAggregateFunction 2022-08-09 13:19:12 +00:00
Nikita Taranov
f7012e3782
Update 02354_distributed_with_external_aggregation_memory_usage.sql 2022-08-09 14:28:37 +02:00
Nikolai Kochetov
fe6533f41d Disable test for sanitizers. 2022-08-09 12:25:58 +00:00
Kruglov Pavel
088e8cf9bd
Merge branch 'master' into numbers-schema-inference 2022-08-09 14:00:36 +02:00
Kruglov Pavel
99b9e85a8f
Merge pull request #39646 from Avogar/more-formats
Add more Pretty formats
2022-08-09 13:59:47 +02:00
Igor Nikonov
366ead3828 Consider aliases when checking if sorting order is preserved by
expression
2022-08-09 11:27:17 +00:00
Sema Checherinda
b3df5fe951
Update test.py 2022-08-09 12:52:16 +02:00
Sema Checherinda
59cb67c1f6
Update test.py 2022-08-09 12:50:54 +02:00
Sema Checherinda
d5c7cd0ef3
Update test.py 2022-08-09 12:50:28 +02:00
Sema Checherinda
070a39543b
Update tests/integration/test_tlsv1_3/test.py
fix comment

Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
2022-08-09 12:48:31 +02:00
Sema Checherinda
4956e9dc49
Update parallel_skip.json
no comma at the end of file
2022-08-09 12:47:19 +02:00
vdimir
85db9539ad
Add test join_dup_columns_in_plan 2022-08-09 10:31:28 +00:00
Sema Checherinda
fd0aff444a regenerate certificates 2022-08-09 12:02:23 +02:00
Sema Checherinda
8dd6540dac reenable parallel execution for test_grpc_protocol_ssl test_ssl_cert_authentication test_tlsv1_3 2022-08-09 12:01:38 +02:00
Sema Checherinda
2c84fcdc3b test_grpc_protocol_ssl test_ssl_cert_authentication test_tlsv1_3 don't use fixed IP for instances 2022-08-09 12:01:15 +02:00
Kruglov Pavel
4bbe5186c2
Merge pull request #39999 from HeenaBansal2009/Support_H_syntax_in_Hour_Interval_Kind
Added H literal for Hour IntervalKind
2022-08-09 11:24:41 +02:00
Raúl Marín
901e38091a Add no-backward-compatibility-check for the crasher 2022-08-09 10:58:29 +02:00
Kseniia Sumarokova
a1ecbefcdb
Merge pull request #39943 from ucasfl/file
Fix read of StorageFile with virtual columns
2022-08-09 10:57:51 +02:00
Raúl Marín
f2c93a8c6d Merge remote-tracking branch 'blessed/master' into fix_hashid 2022-08-09 10:55:20 +02:00
zhangxiao871
8bae5f24af Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into yandex-master 2022-08-09 15:49:03 +08:00
Tanya Bragin
eb61db3b67 initial changes to close #37492 2022-08-08 19:45:00 -07:00
Heena Bansal
f426b3a663
Update 02360_small_notation_h_for_hour_interval.sql 2022-08-08 21:55:06 -04:00
Yakov Olkhovskiy
cccff115a2
Merge branch 'master' into fix-quota-key 2022-08-08 18:05:12 -04:00
Mikhail f. Shiryaev
a34a9b581c
Merge pull request #39871 from ClickHouse/universal-lambdas
Get api url from event, not from const/ENV
2022-08-08 23:34:04 +02:00
Igor Nikonov
711bb02cdf Merge remote-tracking branch 'origin/master' into skipping_sorting_step 2022-08-08 21:17:34 +00:00
Igor Nikonov
1439664df6 EXPLAIN tests 2022-08-08 20:46:43 +00:00
Nikita Taranov
c67b554789
Update 02354_distributed_with_external_aggregation_memory_usage.sql (#39979) 2022-08-08 22:22:00 +02:00
HeenaBansal2009
d2bdf6fc3e Added tests 2022-08-08 11:51:05 -07:00
Nikolai Kochetov
8a4c57f641 Added __init__.py 2022-08-08 16:41:11 +00:00
Raúl Marín
c8f8ceea8d Fix hashId crash and salt not applying 2022-08-08 18:25:34 +02:00
Alexander Tokmakov
664b4355bf
Merge pull request #39941 from azat/tests-rwlock-fix
tests: fix 02352_rwlock flakiness
2022-08-08 19:24:08 +03:00
Alexander Tokmakov
95645d7491 try to avoid timeouts when checking for replication consistency 2022-08-08 18:01:48 +02:00
Yakov Olkhovskiy
d39e9f65de
Merge branch 'master' into fix-quota-key 2022-08-08 11:54:21 -04:00
Yakov Olkhovskiy
1ef9c30e82
enable fast test for http 2022-08-08 11:49:27 -04:00
Antonio Andelic
5cd3558d07 Use different root path for counter test 2022-08-08 14:10:13 +00:00
Alexander Tokmakov
2c5da1466d Merge branch 'master' into replicated_database_improvements 2022-08-08 16:08:27 +02:00
Alexander Tokmakov
848511affb take permanently detached tables into account 2022-08-08 16:06:08 +02:00
robot-clickhouse
f10d4f6c61 Automatic style fix 2022-08-08 13:46:38 +00:00
avogar
1304e3487c Add comments, remove unneded stuff 2022-08-08 13:43:14 +00:00
Nikolai Kochetov
540ae64f37 Fix big memory usage for fetch. 2022-08-08 13:32:49 +00:00
Yakov Olkhovskiy
eb4913e4c5
fix user and quota_key 2022-08-08 09:07:38 -04:00
Alexander Tokmakov
0ba6751849
Update 02380_insert_mv_race.sh 2022-08-08 15:53:37 +03:00
kssenii
ece37d2bd9 Debug checks 2022-08-08 14:43:37 +02:00
Igor Nikonov
86c5280db3 Merge remote-tracking branch 'origin/master' into skipping_sorting_step 2022-08-08 12:43:06 +00:00
Igor Nikonov
6572a447fa Check if sorting order is preserved for FilterStep 2022-08-08 12:42:10 +00:00
Vladimir C
6bd4821656
Merge pull request #39575 from vdimir/join_pushdown_column_not_found
Fix column not found for push down with join
2022-08-08 14:04:42 +02:00
Yakov Olkhovskiy
8fe8208133
Merge pull request #39967 from ClickHouse/ci-mergeable-add
Add Stateful tests (release), Stateless tests (release) to Mergeable Check
2022-08-08 07:58:20 -04:00
Robert Schulze
ad0d060dc1
Merge pull request #39904 from ClickHouse/library-bridge-refactoring
Prepare library-bridge for catboost integration
2022-08-08 12:15:01 +02:00
Alexey Milovidov
0921548a37
Merge pull request #39527 from pkit/pkit/fix_nats_tls
fix nats-io TLS support
2022-08-08 08:28:14 +03:00
Alexey Milovidov
0349d9da96 Change font in CI reports just in case (might be worse) 2022-08-08 07:25:29 +02:00
zhangxiao871
9d1860c3cd Fix test 2022-08-08 12:45:54 +08:00
Yakov Olkhovskiy
40463e9c47 add Stateful tests (release), Stateless tests (release) to Mergeable Check 2022-08-08 00:20:09 -04:00
kssenii
e81f85a79e Fix checks 2022-08-07 16:44:02 +02:00
Maksim Kita
83977dfead
Merge pull request #39869 from pkit/pkit/func_settings_format
fix incorrect format for functions with settings
2022-08-07 16:30:49 +02:00
flynn
4fa1762f96
Merge branch 'master' into file 2022-08-07 14:22:08 +08:00
Igor Nikonov
b4f5d9ca10
Merge pull request #39740 from ClickHouse/ordinary_distinct_small_refact
Simple refactoring: ordinary DISTINCT implementation
2022-08-07 01:05:23 +02:00