Vitaly Baranov
4ae0f0a673
Revert changes related to clickhouse_version in regression.py
2022-01-22 18:55:07 +07:00
Vitaly Baranov
14a32ba584
Apply a patch made by Vitaly Zakaznikov.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
77774cd1bd
Add comments about other tests which should be fixed.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
291600b565
Fix running kerberos tests.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
04a05777c9
Enable RBAC and LDAP tests.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
5ab39fcece
Fix ldap tests because ClickHouse changed the format of error messages.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
27625bfd47
Replace calls of run_scenario() and pool.apply_async() because Testflows has upgraded to 1.7.20.
...
See also https://github.com/ClickHouse/ClickHouse/pull/27040
2022-01-22 18:55:07 +07:00
Vitaly Baranov
5d0e8eb500
Fix tests after changing error message when one tries to grant a nonexistent role to nonexistent user ( https://github.com/ClickHouse/ClickHouse/pull/27701 ).
2022-01-22 18:55:07 +07:00
Maksim Kita
4100512818
Merge pull request #33621 from bharatnc/ncb/h3-misc-funcs
...
add h3 misc functions - part 2
2022-01-22 12:20:06 +01:00
Maksim Kita
1bc3f086b1
Merge pull request #33889 from kitaisreal/sql-user-defined-functions-invalid-lambda-crash-fix
...
SQLUserDefinedFunctions invalid lambda additional fixes
2022-01-22 12:09:42 +01:00
Mikhail f. Shiryaev
13f7f56c5b
Merge pull request #33342 from JaySon-Huang/get_cpu_cores_under_cgroup
...
Fix cpu count with cgroup limits
2022-01-22 11:32:08 +01:00
Alexey Milovidov
30b436b9b1
Add more retries in CI for AWS "spot" instances
2022-01-22 13:10:45 +03:00
alexey-milovidov
8cabd373e1
Merge pull request #32170 from FrankChen021/hex
...
Allows hex() to work on type of UUID
2022-01-22 13:03:22 +03:00
alexey-milovidov
844d5e59d3
Merge pull request #33880 from qoega/integration-stable-postgesql
...
Improve postgresql integration test
2022-01-22 12:57:46 +03:00
alexey-milovidov
97e5e71a35
Merge pull request #33872 from ClickHouse/fix_rerun_perf_tests
...
Fix perf comparison rerun
2022-01-22 10:40:27 +03:00
alexey-milovidov
a58432142c
Merge pull request #33830 from Avogar/json-each-row
...
Fix schema inference for JSONEachRow and JSONCompactEachRow
2022-01-22 10:37:28 +03:00
mergify[bot]
7734f9d629
Merge branch 'master' into fix-sumif
2022-01-22 06:08:47 +00:00
Maksim Kita
3a252cd3a0
Updated tests
2022-01-21 20:49:42 +00:00
Maksim Kita
1b5a67517b
Merge pull request #33870 from kitaisreal/dictionary-attach-detach-added-test
...
Dictionary ATTACH, DETACH added test
2022-01-21 20:17:04 +01:00
alexey-milovidov
43f2e2c178
Merge pull request #33849 from CurtizJ/fix-sparse-columns
...
Fix sparse columns
2022-01-21 21:13:02 +03:00
Yatsishin Ilya
23cb226904
fixes
2022-01-21 17:03:48 +00:00
Kruglov Pavel
7116572702
Merge pull request #33829 from Avogar/autodetect-format
...
Add format autodetect in clickhouse-local
2022-01-21 18:58:49 +03:00
alesapin
4b93607343
Fix perf comparison
2022-01-21 18:40:03 +03:00
Maksim Kita
330987a64b
Merge pull request #33868 from kitaisreal/sql-user-defined-functions-invalid-lambda-crash-fix
...
SQLUserDefinedFunctions invalid lambda crash fix
2022-01-21 16:23:12 +01:00
Maksim Kita
d6bb5c1239
Dictionary ATTACH, DETACH added test
2022-01-21 14:41:53 +00:00
Maksim Kita
3b24c39294
SQLUserDefinedFunctions invalid lambda crash fix
2022-01-21 14:33:57 +00:00
Maksim Kita
9b3a36a420
Merge pull request #33846 from ClickHouse/Avogar-patch-1
...
Fix DESCRIBE TABLE query formatting
2022-01-21 15:28:05 +01:00
Nikolai Kochetov
012453e212
Merge pull request #33588 from alexeypavlenko/fix_nested_default
...
Fix default value generation for columns with dot
2022-01-21 17:19:42 +03:00
JaySon-Huang
d71a31ba4b
Fix typo
...
Signed-off-by: JaySon-Huang <tshent@qq.com>
2022-01-21 21:03:23 +08:00
JaySon-Huang
f01776d0af
Add integration test
...
Signed-off-by: JaySon-Huang <tshent@qq.com>
2022-01-21 21:03:23 +08:00
Mikhail f. Shiryaev
ee6e69323b
Merge pull request #33789 from ClickHouse/approve-workflows-by-name
...
Use workflow names in approve lambda
2022-01-21 13:50:17 +01:00
Kruglov Pavel
daba57a933
Merge pull request #33737 from Avogar/bool-type
...
Some improvements and fixes for Bool data type
2022-01-21 15:24:58 +03:00
avogar
12d20eb8be
Fix tests
2022-01-21 15:19:57 +03:00
Kruglov Pavel
bae0898c8c
Update 02182_json_each_row_schema_inference.sh
2022-01-21 15:15:57 +03:00
avogar
5997ace03b
Add test
2022-01-21 15:12:42 +03:00
mergify[bot]
65e940d55c
Merge branch 'master' into MaterializeMySQL_support_set_and_other_dataType
2022-01-21 11:37:22 +00:00
Maksim Kita
ace483fb5b
Merge pull request #33769 from bharatnc/ncb/degrees-radians-funcs
...
add DEGREES and RADIANS funcs
2022-01-21 11:50:11 +01:00
Maksim Kita
548a7bccee
Merge pull request #33804 from CurtizJ/redis-pool
...
Use connection pool for redis dictionary
2022-01-21 11:40:35 +01:00
zzsmdfj
f54d607b3b
to MaterializeMySQL_support_set_and_other_dataType
2022-01-21 12:24:13 +08:00
zzsmdfj
e380e59b16
MaterializeMySQL support SET YEAR TIME GEOMETRY dataType
2022-01-21 12:24:11 +08:00
bharatnc
3342c64110
Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs
2022-01-20 20:21:56 -08:00
mergify[bot]
8e7b26bae0
Merge branch 'master' into ncb/degrees-radians-funcs
2022-01-20 22:30:27 +00:00
Anton Popov
558eb7ea73
fix sparse columns
2022-01-21 00:06:32 +03:00
Maksim Kita
56a54af27b
Merge pull request #33833 from amosbird/keyconditionfix
...
Fix KeyCondition with no common types
2022-01-20 20:31:27 +01:00
Maksim Kita
b2d95f6750
Merge pull request #33831 from kitaisreal/dictionaries-added-date32-type-support
...
Dictionaries added Date32 type support
2022-01-20 19:04:46 +01:00
mergify[bot]
2eab179a0d
Merge branch 'master' into json-each-row
2022-01-20 17:32:28 +00:00
Maksim Kita
502c1637d5
Merge pull request #33827 from kitaisreal/range-hashed-dictionary-handle-invalid-intervals
...
RangeHashedDictionary handle invalid intervals
2022-01-20 17:16:49 +01:00
tavplubix
41ee114abb
Merge pull request #33819 from bigo-sg/optimize_explain_create_function
...
Support explain create function query
2022-01-20 19:07:43 +03:00
李扬
9f6f84259d
Fix bug of check table when creating data part with wide format and projection ( #33774 )
2022-01-20 18:05:17 +03:00
Bharat Nallan
adbdc3153a
improvements to tests for h3kRing and h3ToChildren funcs ( #33311 )
2022-01-20 17:08:13 +03:00
achimbab
779538bd89
Implemented meanZTest ( #33354 )
2022-01-20 16:57:37 +03:00
Amos Bird
e62f4e50a6
Fix KeyCondition with no common types
2022-01-20 21:56:12 +08:00
Maksim Kita
115ecb09a8
Dictionaries added Date32 type support
2022-01-20 13:48:33 +00:00
avogar
67e396f8f4
Fix schema inference for JSONEachRow and JSONCompactEachRow
2022-01-20 16:31:24 +03:00
Vladimir C
7156e64ee2
Merge pull request #33360 from RogerYK/feat/bitSlice
2022-01-20 16:20:27 +03:00
avogar
a20fdc210a
Add format autodetect in clickhouse-local
2022-01-20 15:55:28 +03:00
mergify[bot]
9326f99d78
Merge branch 'master' into fix-lz4
2022-01-20 11:53:51 +00:00
Kruglov Pavel
7bfb1231b9
Merge branch 'master' into formats-with-suffixes
2022-01-20 14:47:17 +03:00
taiyang-li
4db3ee2edd
add stateless tests
2022-01-20 19:41:35 +08:00
Maksim Kita
844eb4ccdc
RangeHashedDictionary handle invalid intervals
2022-01-20 11:16:18 +00:00
avogar
2d975057d0
Make result Bool only if arguments contain Bool
2022-01-20 14:16:11 +03:00
avogar
ba54a5ff80
Some improvements and fixes for Bool data type
2022-01-20 14:16:11 +03:00
Kruglov Pavel
f644602ec8
Merge pull request #33776 from Avogar/fix-insert-values
...
Fix parsing query INSERT INTO ... VALUES SETTINGS ... (...), ...
2022-01-20 14:09:27 +03:00
alexey-milovidov
28a9d569cc
Merge pull request #33690 from azat/remove-unbundled-support
...
Remove unbundled support
2022-01-20 12:29:07 +03:00
Kseniia Sumarokova
064c3dd654
Merge pull request #33724 from liuneng1994/fix_ignore_hdfs_error
...
Throw exception when storage hdfs list directory failed
2022-01-20 11:59:09 +03:00
Azat Khuzhin
eeb0c83a2d
tests/instructions/sanitizers.md: cleanup USE_INTERNAL_XXX
2022-01-20 10:02:01 +03:00
bharatnc
ab1f8b496b
more tests
2022-01-19 22:35:26 -08:00
bharatnc
aefa9f25ec
add tests for degrees and radians
2022-01-19 22:18:45 -08:00
Kseniia Sumarokova
19df6413dc
Merge pull request #33729 from Vxider/windowview-stream-table-join
...
Enable stream to table join in WindowView
2022-01-20 09:14:53 +03:00
Anton Popov
4810d13aff
use connection pool for redis dictionary
2022-01-20 03:12:28 +03:00
mergify[bot]
cbb87e762c
Merge branch 'master' into formats-with-suffixes
2022-01-19 17:21:18 +00:00
mergify[bot]
806fef41c7
Merge branch 'master' into fix-insert-values
2022-01-19 16:09:46 +00:00
Mikhail f. Shiryaev
9cb136f5b0
Use workflow names in approve lambda
2022-01-19 17:00:41 +01:00
Kruglov Pavel
e6070b124b
Merge pull request #33780 from vdimir/test-use-tags
...
Support USE_* build flags in tests' tags
2022-01-19 18:31:20 +03:00
Maksim Kita
41a6cd54aa
Merge pull request #33516 from kitaisreal/range-hashed-dictionary-interval-tree
...
RangeHashedDictionary use interval tree
2022-01-19 16:30:31 +01:00
Mikhail f. Shiryaev
4cb86ad616
Merge pull request #32218 from ClickHouse/release-workflow
...
Create release workflow
2022-01-19 16:21:57 +01:00
Bharat Nallan
4dd8b65a1c
add h3ToCenterChild function ( #33313 )
2022-01-19 16:04:23 +03:00
Amos Bird
62441f0a0f
Fix mutation when table contains projections ( #33679 )
2022-01-19 15:27:11 +03:00
vdimir
e5613fce3c
Support USE_* build flags in tests' tags
2022-01-19 12:21:51 +00:00
avogar
c4cd8c6da4
Fix parsing query INSERT INTO ... VALUES SETTINGS ... (...), ...
2022-01-19 14:22:32 +03:00
Maksim Kita
1f72bde52f
Fix performance tests
2022-01-19 10:41:58 +00:00
Mikhail f. Shiryaev
d9a1284f2d
Improve typing and arguments
2022-01-19 11:41:34 +01:00
Mikhail f. Shiryaev
3142ae998b
Add option to skip redownload, push tgz
2022-01-19 11:41:33 +01:00
Mikhail f. Shiryaev
13368bf708
Fix some linter issues
2022-01-19 11:41:32 +01:00
Mikhail f. Shiryaev
7fd629004b
Improve push_to_artifactory
...
- Add tgz archives
- Add --all argument for all packages download
- Add -n to skip pushing to artifactory
- Add help for artifactory-url
- Make 3.8 compatible
- Add cleanup `refs/tags/` from --release argument
2022-01-19 11:41:30 +01:00
Kruglov Pavel
a166963d91
Update 02168_avro_bug.sql
2022-01-19 13:14:03 +03:00
Kruglov Pavel
3501b56587
Merge pull request #33730 from ianton-ru/MDB-16115-2
...
Fix restore S3 disk without detached directories
2022-01-19 12:31:59 +03:00
Frank Chen
d0c72f6df4
Update test case
...
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
2022-01-19 17:15:36 +08:00
mergify[bot]
f2da296990
Merge branch 'master' into windowview-stream-table-join
2022-01-19 02:08:52 +00:00
avogar
4efadfad3c
Fix tests
2022-01-18 22:26:13 +03:00
Maksim Kita
123802b43b
Merge pull request #33739 from vdimir/issue_31009
...
Add test issue_31009
2022-01-18 17:31:31 +01:00
alesapin
e5ec1aa446
Merge pull request #33642 from ClickHouse/add_integration_test_for_zero_duplication
...
Fix bug with background moves in zero copy replication
2022-01-18 18:32:16 +03:00
vdimir
98d036e2c0
Add test, close issue #31009
2022-01-18 16:27:34 +03:00
Maksim Kita
6536c3aaee
Added performance tests
2022-01-18 13:20:54 +00:00
liuneng1994
15ea37c4ae
ignore file not found exception
...
Signed-off-by: neng.liu <neng.liu@kyligence.io>
2022-01-18 12:49:40 +00:00
mergify[bot]
b318f9b5db
Merge branch 'master' into formats-with-suffixes
2022-01-18 12:17:07 +00:00
Dmitry Novik
43838c1b4c
Merge pull request #33355 from ucasfl/decimal-binary-op
...
Enable binary arithmetic between Decimal and Float
2022-01-18 14:04:26 +03:00
Anton Ivashkin
7c26a832f8
Fix restore S3 disk without detached directories
2022-01-18 12:31:31 +03:00
Vxider
ba0a702807
enable stream to table join in windowview
2022-01-18 09:20:15 +00:00
mergify[bot]
df869c5b9c
Merge branch 'master' into fix_ignore_hdfs_error
2022-01-18 07:05:24 +00:00