Nikolay Degterinsky
e98ceb2575
Merge pull request #40251 from ClibMouse/Structured-logging-custom-keys
...
Feature Improvement: Custom Key Names for Structured Logging Support
2022-09-01 00:36:23 +02:00
Robert Schulze
912663b719
Revert "Move CatBoost evaluation into clickhouse-library-bridge"
2022-08-31 20:54:43 +02:00
Alexander Tokmakov
e659b4553d
Update clickhouse-test
2022-08-31 21:53:57 +03:00
Kruglov Pavel
86516d3bb4
Merge pull request #40740 from amosbird/row-policy-index-fix-1
...
Use index when row_policy_filter is always false
2022-08-31 18:46:14 +02:00
Kruglov Pavel
b7ea529307
Merge pull request #40746 from Avogar/fix-csv-schema-inference
...
Fix possible error Attempt to read after eof in CSV schema inference
2022-08-31 18:29:01 +02:00
Antonio Andelic
f043790e6d
Add support for update
2022-08-31 14:33:53 +00:00
Robert Schulze
ca01286028
Merge pull request #39629 from ClickHouse/catboost-bridge
...
Move CatBoost evaluation into clickhouse-library-bridge
2022-08-31 16:16:11 +02:00
avogar
53ebe8a0bd
Add test
2022-08-31 14:11:00 +00:00
Anton Popov
5a3e24c4e4
Merge pull request #40483 from canhld94/ch_canh_fix_json
...
Fix columnObject crash with array of variadic dimension elems
2022-08-31 16:07:58 +02:00
Duc Canh Le
55e675a407
fix test again
2022-08-31 21:57:07 +08:00
Duc Canh Le
5f1827a316
fix style test
2022-08-31 21:52:57 +08:00
Duc Canh Le
55c20ce45b
fix tryGetPreparedSet crash when same set expression built from different columns
2022-08-31 21:43:08 +08:00
Antonio Andelic
0e6b3b870a
Add support for delete in RocksDB
2022-08-31 13:08:27 +00:00
alesapin
b8895bb01b
Merge branch 'fix_incorrect_remove_in_zero_copy' into stress_s3
2022-08-31 14:55:07 +02:00
Robert Schulze
48164b039a
Consistent sanitizer naming in CI
...
Sanitizer build/test jobs were sometimes named with full form
('undefined') - which could be confusing - and sometimes named with
abbreviated form ('ubsan'). Now always using the short form.
2022-08-31 12:45:05 +00:00
Mikhail f. Shiryaev
187b10dec5
Assign to all at once, improve logging
2022-08-31 14:09:17 +02:00
Vitaly Baranov
007ae0e6cc
Fix incremental backups for Log family.
2022-08-31 12:57:28 +02:00
Robert Schulze
cedf75ed5e
Enable clang-tidy for headers
...
clang-tidy now also checks code in header files. Because the analyzer
finds tons of issues, activate the check only for directory "base/" (see
file ".clang-tidy"). All other directories, in particular "src/" are
left to future work.
While many findings were fixed, some were not (and suppressed instead).
Reasons for this include: a) the file is 1:1 copypaste of a 3rd-party
lib (e.g. pcg_extras.h) and fixing stuff would make upgrades/fixes more
difficult b) a fix would have broken lots of using code
2022-08-31 10:48:15 +00:00
kssenii
ebcc022782
Fix fast test
2022-08-31 12:48:12 +02:00
Antonio Andelic
9dd1a9859d
Merge branch 'master' into keeper-storage
2022-08-31 10:12:11 +00:00
vdimir
7d8e0250d9
Mark 02337_join_analyze_stuck long
2022-08-31 11:57:41 +02:00
vdimir
33508507bf
Upd 02337_join_analyze_stuck
2022-08-31 11:57:41 +02:00
vdimir
f38f39ed6f
Use max_analyze_depth
2022-08-31 11:57:41 +02:00
vdimir
928adb2b38
[WIP] Limit number of analyze for one query
2022-08-31 11:57:41 +02:00
Antonio Andelic
c73f41868b
Add tests for keys_limit
2022-08-31 08:14:50 +00:00
Antonio Andelic
e97640e2f0
Fix reference for keeper test
2022-08-31 07:21:20 +00:00
Duc Canh Le
aebd1cb7de
Merge branch 'master' into ch_canh_intersect_distinct
2022-08-31 12:08:20 +08:00
Fangyuan Deng
5c2f35c302
Merge branch 'master' into UniqSketch
2022-08-31 10:23:46 +08:00
root
ea517de61a
style check correction
2022-08-30 23:20:19 -03:00
root
f02f7ce99c
addressed minor change requests
2022-08-30 23:20:19 -03:00
root
84a617675d
style check correction in test.py
2022-08-30 23:20:19 -03:00
root
3ced3c9933
style check correction in test.py
2022-08-30 23:20:19 -03:00
root
1d29a494db
Modified test code to cover various scenarios for custom keys
2022-08-30 23:20:19 -03:00
root
d5db88fa27
Structured-logging-custom-keys PR init
2022-08-30 23:20:19 -03:00
Anton Popov
3504781529
Merge branch 'master' into fix-read-in-order-fixed-prefix
2022-08-30 23:32:43 +02:00
Sema Checherinda
9bb4f556c3
work on remarks on the review
2022-08-30 20:18:35 +02:00
Cory Levy
4a9ccc6496
Fix timezone offset tests
2022-08-30 13:42:12 -04:00
alesapin
216773fc47
Merge branch 'stress_s3' of github.com:ClickHouse/ClickHouse into stress_s3
2022-08-30 18:45:12 +02:00
alesapin
5a0c5f0542
Merge branch 'kssenii-fix-write-through-cache-logical-error' into stress_s3
2022-08-30 18:44:14 +02:00
Antonio Andelic
3c098bd0cb
Add integration test for KeeperMap
2022-08-30 13:41:57 +00:00
Alexander Tokmakov
6a50c20734
Merge branch 'master' into zookeeper_client_fault_injection
2022-08-30 15:43:30 +03:00
Dmitry Novik
0a8378d9cd
Merge branch 'master' into betterorderbyoptimization
2022-08-30 14:23:22 +02:00
Alexander Tokmakov
6fdfb964d0
Revert "Add Annoy index"
2022-08-30 15:10:10 +03:00
vdimir
0f6f3c73b0
Minor fix
2022-08-30 11:57:28 +00:00
Vladimir C
7266c007b7
Merge pull request #39131 from amosbird/cte-global-with-fix1
...
Fix unused unknown columns introduced by WITH statement
2022-08-30 13:52:19 +02:00
Anton Popov
745a068959
Update 01825_type_json_order_by.sql
2022-08-30 13:41:48 +02:00
Alexander Tokmakov
022f440ad0
Merge pull request #40769 from arthurpassos/caresptrresolver-hosts-patch
...
Fix CaresPTRResolver not reading hosts file
2022-08-30 14:35:10 +03:00
alesapin
2588901bc9
Merge pull request #40780 from ClickHouse/add_cache_to_zero_copy_test
...
Add cache to zero copy replication test
2022-08-30 12:42:05 +02:00
Antonio Andelic
30429d75b3
Add basic tests for KeeperMap
2022-08-30 10:25:00 +00:00
Antonio Andelic
53da469147
Merge branch 'master' into keeper-storage
2022-08-30 10:22:04 +00:00
Duc Canh Le
626b3e4147
Merge branch 'master' into ch_canh_intersect_distinct
2022-08-30 18:14:07 +08:00
Duc Canh Le
8590cc46c4
implement intersect + except distinct
2022-08-30 18:09:01 +08:00
Kseniia Sumarokova
c88db2ef97
Merge pull request #40751 from kssenii/fix-mysql-timeouts
...
Fix issue with mysql db / table function timeouts
2022-08-30 11:59:01 +02:00
Robert Schulze
cc4225109f
Merge pull request #37215 from Vector-Similarity-Search-for-ClickHouse/annoy-2
...
Test failures are unrelated, merging.
2022-08-30 09:25:57 +02:00
Robert Schulze
8ba9f6dd5d
fix: delete obsolete test 02413_model_evaluate_smoke
2022-08-30 07:21:05 +00:00
Frank Chen
f17d56b528
Merge branch 'master' into tracing_context_propagation
2022-08-30 14:24:36 +08:00
Cory Levy
cd371110ad
Fix timezone offset formatting
2022-08-29 21:01:27 -04:00
Sema Checherinda
e436b4f4cc
Metric for the number of detached parts
2022-08-30 02:12:57 +02:00
alesapin
ac41de73df
Add cache to zero copy replication test
2022-08-30 00:17:01 +02:00
Kseniia Sumarokova
8001560082
Fix test
2022-08-30 00:14:00 +02:00
Cory Levy
fe24bd9a7f
Add tests
2022-08-29 16:47:33 -04:00
Robert Schulze
4ae7586a2d
fix: test 02415_all_new_functions_must_be_documented
...
I am happy to move the documentation into the source code but currently
we'd need to maintain it twice (source code + traditional markdown docs)
because we don't render the docs from the source code.
2022-08-29 20:27:06 +00:00
Robert Schulze
35a37c91f8
chore: incorporate review feedback
2022-08-29 20:27:06 +00:00
Robert Schulze
3aec76d281
fix: test 02117_show_create_table_system
2022-08-29 20:27:06 +00:00
robot-clickhouse
64fa077148
style: fix style
2022-08-29 20:27:06 +00:00
Robert Schulze
4d511332c4
chore: delete obsolete modelEvaluate() function
...
- superseded by catboostEvaluate() which no longer uses the internal
repository for external models
- also removed was statement SYSTEM RELOAD MODELS and the monitoring view
SYSTEM.SYSTEMMODELS
2022-08-29 20:27:06 +00:00
Robert Schulze
6b2b3c1eb3
feat: implement catboost in library-bridge
...
This commit moves the catboost model evaluation out of the server
process into the library-bridge binary. This serves two goals: On the
one hand, crashes / memory corruptions of the catboost library no longer
affect the server. On the other hand, we can forbid loading dynamic
libraries in the server (catboost was the last consumer of this
functionality), thus improving security.
SQL syntax:
SELECT
catboostEvaluate('/path/to/model.bin', FEAT_1, ..., FEAT_N) > 0 AS prediction,
ACTION AS target
FROM amazon_train
LIMIT 10
Required configuration:
<catboost_lib_path>/path/to/libcatboostmodel.so</catboost_lib_path>
*** Implementation Details ***
The internal protocol between the server and the library-bridge is
simple:
- HTTP GET on path "/extdict_ping":
A ping, used during the handshake to check if the library-bridge runs.
- HTTP POST on path "extdict_request"
(1) Send a "catboost_GetTreeCount" request from the server to the
bridge, containing a library path (e.g /home/user/libcatboost.so) and
a model path (e.g. /home/user/model.bin). Rirst, this unloads the
catboost library handler associated to the model path (if it was
loaded), then loads the catboost library handler associated to the
model path, then executes GetTreeCount() on the library handler and
finally sends the result back to the server. Step (1) is called once
by the server from FunctionCatBoostEvaluate::getReturnTypeImpl(). The
library path handler is unloaded in the beginning because it contains
state which may no longer be valid if the user runs
catboost("/path/to/model.bin", ...) more than once and if "model.bin"
was updated in between.
(2) Send "catboost_Evaluate" from the server to the bridge, containing
the model path and the features to run the interference on. Step (2)
is called multiple times (once per chunk) by the server from function
FunctionCatBoostEvaluate::executeImpl(). The library handler for the
given model path is expected to be already loaded by Step (1).
Fixes #27870
2022-08-29 20:26:45 +00:00
Vitaly Baranov
33f72fb011
Merge pull request #40060 from ClickHouse/vitlibar-increase-timeout-for-test_concurrent_backups
...
Increase timeout for test_concurrent_backups
2022-08-29 22:25:56 +02:00
Arthur Passos
dd49b44abb
Fix host_regexp hosts file tst
2022-08-29 15:58:18 -03:00
Arthur Passos
961365c7a4
Fix CaresPTRResolver not reading hosts file
2022-08-29 15:11:39 -03:00
Kseniia Sumarokova
c5c48e44ea
Merge branch 'master' into fix-mysql-timeouts
2022-08-29 19:33:29 +02:00
Filatenkov Artur
d73f661732
Merge branch 'master' into annoy-2
2022-08-29 17:33:13 +03:00
Anton Popov
506bee1e2f
avoid logical errors at some common operation with ColumnObject
2022-08-29 14:31:09 +00:00
kssenii
0a6c4b9265
Fix
2022-08-29 16:20:53 +02:00
Vladimir C
5cbe7e0846
Merge pull request #40548 from ClickHouse/vdimir/warn-suppress-40330
...
Add config option warning_supress_regexp
2022-08-29 14:02:00 +02:00
Alexander Tokmakov
8bdb589c2b
Merge branch 'master' into zookeeper_client_fault_injection
2022-08-29 13:34:57 +02:00
Alexander Tokmakov
8d90d30d37
Merge pull request #40589 from ClickHouse/remove_wrong_code_from_mutations
...
Remove wrong code for skipping mutations in MergeTree
2022-08-29 14:18:59 +03:00
avogar
85fa372ad7
Fix possible error Attempt to read after eof in CSV schema inference
2022-08-29 11:18:53 +00:00
Anton Popov
2a3e012931
Merge branch 'master' into fix-read-in-order-fixed-prefix
2022-08-29 13:17:26 +02:00
Alexander Tokmakov
eda0582ec0
Merge pull request #40641 from ClickHouse/fix_startup_of_dropped_replica
...
Do not try to strartup dropped replica
2022-08-29 14:15:15 +03:00
Vitaly Baranov
2bec3d3a7c
Increase timeout for test_concurrent_backups
2022-08-29 13:13:43 +02:00
vdimir
afb6b7d9cf
Test plan and pipeline for filtering step for join
2022-08-29 09:49:15 +00:00
vdimir
2deb28d56e
Add 02382_join_and_filtering_set
2022-08-29 09:49:14 +00:00
vdimir
e21763e759
remove new setting from join_set_filter.xml
2022-08-29 09:49:13 +00:00
vdimir
470dcff89c
Add tests/performance/join_set_filter.xml
2022-08-29 09:49:11 +00:00
alesapin
e0fab1fa11
Merge branch 'master' into stress_s3
2022-08-29 11:37:29 +02:00
alesapin
40fb163e8c
Update s3_cache.xml
2022-08-29 11:37:19 +02:00
alesapin
133ca01447
Merge branch 'master' into stress_s3
2022-08-29 11:25:28 +02:00
alesapin
7ce0afc0df
Merge pull request #40670 from Avogar/kafka
...
Add setting to disable limit on kafka_num_consumers
2022-08-29 10:53:35 +02:00
Amos Bird
15a69bce84
Use index when row_policy_filter is always false
2022-08-29 16:44:32 +08:00
Amos Bird
6493fb4cbb
Add more test cases
2022-08-29 14:35:49 +08:00
Amos Bird
abf51bccfd
Disable projection when grouping set is used.
2022-08-29 14:35:48 +08:00
Alexey Milovidov
b72fceb441
Merge pull request #40708 from lesandie/test_s3_table_functions
...
Added integration test for s3 table function
2022-08-29 03:49:53 +03:00
Alexey Milovidov
18eaf7d0dc
Merge pull request #40721 from ClickHouse/enable_zero_copy_replication_in_ci
...
Enable zero-copy replication in CI
2022-08-29 03:49:23 +03:00
Alexey Milovidov
71f6c52c2d
Merge pull request #40727 from amosbird/column-transformer-fix1
...
Correct format of APPLY transformer param
2022-08-29 03:48:04 +03:00
Alexey Milovidov
82ef85e713
Merge pull request #40722 from kssenii/fix-test-02382
...
Fix flaky test
2022-08-28 23:34:10 +03:00
Alexey Milovidov
f462160bd1
Merge remote-tracking branch 'origin/master' into remove-useless-line
2022-08-28 21:00:29 +02:00
Diego Nieto (lesandie)
3d50dbea34
Black reformatting
2022-08-28 20:05:39 +02:00
Alexey Milovidov
a82723b5d9
Merge pull request #40719 from ClickHouse/kssenii-patch-4
...
Update 02313_filesystem_cache_seeks.queries
2022-08-28 21:04:48 +03:00
Amos Bird
d1fbe51b81
Correct format of APPLY transformer param
2022-08-29 01:21:12 +08:00
alesapin
cdc7f63f4f
Merge branch 'master' into stress_s3
2022-08-28 17:07:28 +02:00
alesapin
bcc8106182
Merge branch 'master' into enable_zero_copy_replication_in_ci
2022-08-28 17:04:08 +02:00
alesapin
98d84402e6
Fix test
2022-08-28 17:03:04 +02:00
Alexey Milovidov
ddff5e9145
Merge pull request #40712 from ClickHouse/ci-cmake-self-extractable
...
cmake: Disable default ENABLE_CLICKHOUSE_SELF_EXTRACTING
2022-08-28 17:12:19 +03:00
Alexey Milovidov
fc29303ff3
Merge pull request #40685 from ClickHouse/nlp-functional-test
...
Rewrite NLP tests from integration to functional
2022-08-28 17:05:42 +03:00
Alexey Milovidov
f518844f06
Merge pull request #40709 from ClickHouse/all_new_table_functions_must_be_documented
...
All new table functions must be documented
2022-08-28 17:05:20 +03:00
Alexey Milovidov
00074a5e14
Merge pull request #40711 from ClickHouse/all_new_functions_must_be_documented
...
All new functions must be documented
2022-08-28 17:05:05 +03:00
kssenii
3be79fc145
Fix
2022-08-28 15:57:46 +02:00
alesapin
0b827207db
Enable zero-copy replication in CI
2022-08-28 15:46:11 +02:00
Kseniia Sumarokova
d6efbf039e
Update 02313_filesystem_cache_seeks.queries
2022-08-28 14:49:53 +02:00
Kseniia Sumarokova
a0bc5b6ea4
Merge pull request #40705 from azat/stress/max_read_buffer_size
...
Fix LOGICAL_ERROR with max_read_buffer_size=0 during reading marks
2022-08-28 12:41:16 +02:00
Robert Schulze
df934d8762
Merge pull request #40217 from zvonand/zvonand-minmax
...
Fix conversion Date32 / DateTime64 / Date to narrow types
2022-08-28 09:42:39 +02:00
Alexey Milovidov
18c56b722f
Fix integration test
2022-08-28 04:30:27 +02:00
Alexey Milovidov
d3a7945b1b
Merge pull request #40646 from ClickHouse/force-documentation-3
...
Every profile event must have documentation
2022-08-28 04:10:11 +03:00
Alexey Milovidov
b42d26acfe
Remove one line from XML, because we do not care
2022-08-28 02:44:02 +02:00
Alexey Milovidov
632867dbff
Fix error
2022-08-28 02:40:43 +02:00
Alexey Milovidov
0f59e0511b
Merge pull request #40703 from ClickHouse/fix_02242_system_filesystem
...
Make 02242_system_filesystem_cache_log_table output stable
2022-08-28 03:25:44 +03:00
Alexey Milovidov
ccfce4f51a
Update test
2022-08-28 02:10:04 +02:00
Alexey Milovidov
5b57c91ad6
Rename table function MeiliSearch to meilisearch
2022-08-28 02:08:51 +02:00
Alexey Milovidov
1a7dbd2c62
Update test
2022-08-28 02:05:58 +02:00
Alexey Milovidov
7831200fc8
All new table functions must be documented
2022-08-28 02:05:58 +02:00
Alexey Milovidov
b0e5174e78
Update test
2022-08-28 02:01:17 +02:00
Alexey Milovidov
0309a2ca76
Fix test
2022-08-28 01:37:23 +02:00
Alexey Milovidov
d583f29a00
Fix test
2022-08-28 01:36:32 +02:00
Alexey Milovidov
63fc3a2c3f
Update test
2022-08-28 00:27:37 +02:00
Alexey Milovidov
89daf3db8f
Fix test
2022-08-28 00:18:00 +02:00
Alexey Milovidov
6ac9eabbd4
Register more aliases correctly
2022-08-28 00:17:13 +02:00
Alexey Milovidov
a6d99e795e
Register more aliases correctly
2022-08-28 00:14:38 +02:00
Alexey Milovidov
a7f4c90f0c
Update test
2022-08-27 23:59:32 +02:00
Alexander Gololobov
f90033d174
Make 02242_system_filesystem_cache_log_table output stable
2022-08-27 23:33:06 +02:00
Yakov Olkhovskiy
31a7ed09a1
disable default ENABLE_CLICKHOUSE_SELF_EXTRACTING and add to env
2022-08-27 21:08:01 +00:00
Alexey Milovidov
7bd1142f63
Merge pull request #40647 from ClickHouse/high-level-coverage
...
Report high-level function and data types test coverage
2022-08-27 23:13:10 +03:00
Alexey Milovidov
6139cc8f7a
Add Documentation to FunctionFactory
2022-08-27 22:06:57 +02:00
Alexey Milovidov
f86242c17e
Merge pull request #40699 from ClickHouse/remove-unbundled
...
Remove the remaining parts of "unbundled" build
2022-08-27 21:54:42 +03:00
Alexey Milovidov
e7054debc1
Merge pull request #40649 from ClickHouse/embedded-documentation
...
A prototype for embedded documentation
2022-08-27 21:28:11 +03:00
Alexey Milovidov
ef191efdc8
Merge branch 'nlp-functional-test' of github.com:ClickHouse/ClickHouse into nlp-functional-test
2022-08-27 20:23:31 +02:00
Alexey Milovidov
b70373d429
Fix error
2022-08-27 20:23:15 +02:00
Alexey Milovidov
00afbadb53
Merge branch 'master' into high-level-coverage
2022-08-27 19:34:26 +03:00
Diego Nieto (lesandie)
9a07489151
Added integration test for s3 table function
2022-08-27 18:33:04 +02:00
Alexey Milovidov
a6387ac0f7
Merge branch 'master' into force-documentation-3
2022-08-27 19:31:44 +03:00
Alexey Milovidov
6e564b18bf
Merge pull request #40600 from FrankChen021/check_url_arg
...
Validate the CompressionMethod parameter of URL table engine
2022-08-27 19:29:55 +03:00
Alexey Milovidov
7569cbb381
Merge pull request #40643 from ClickHouse/fix-recursive-buffer
...
Fix stack overflow in recursive Buffer tables.
2022-08-27 19:27:24 +03:00
Alexey Milovidov
e358d57184
Check for coverage
2022-08-27 18:11:16 +02:00
Alexey Milovidov
abfddf17e2
Merge pull request #40658 from ClickHouse/vdimir/perf-test-report-env
...
Fix env variable forwaring in performance_comparison_check.py
2022-08-27 17:01:57 +03:00
Alexey Milovidov
b4cf54e3ef
Merge pull request #40683 from ClickHouse/test-to-decimal-or-default
...
Add a test for toDecimal*OrDefault functions
2022-08-27 16:53:55 +03:00
Alexey Milovidov
36ca126a26
Merge pull request #40679 from ClickHouse/fix-typo
...
Fix typo
2022-08-27 16:52:21 +03:00
Alexey Milovidov
fef269d0b8
Merge pull request #40686 from ClickHouse/model-evaluate-smoke-test
...
Add a smoke (fake) test for `modelEvaluate` function
2022-08-27 16:52:09 +03:00
Azat Khuzhin
c801469e9e
Fix LOGICAL_ERROR with max_read_buffer_size=0 during reading marks
...
The problem is that the buffer size validated after marks reading in
MergeTreeReaderStream::init(), since it requires to read marks first.
And later it is passed to AsynchronousReadBufferFromFileDescriptor,
which throws LOGICAL_ERROR because buffer_size < alignment.
Fix this my simply disallow such values for max_read_buffer_size (I
thougt about modifying createReadBufferFromFileBase(), but it is not
used for remote reads -- remote_fs_buffer_size).
Fixes : #40669
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-27 14:12:07 +02:00
Alexander Gololobov
6fc8f1e9e0
Merge pull request #40645 from ClickHouse/force-documentation-2
...
Every current metric must have documentation
2022-08-27 10:44:47 +02:00
Duc Canh Le
1691db9ce6
Merge branch 'master' into ch_canh_fix_json
2022-08-27 09:23:04 +08:00
Alexey Milovidov
fc3514ca1a
Maybe better
2022-08-27 03:13:53 +02:00
Alexey Milovidov
91ed3ebe9a
Remove the remaining parts of "unbundled" build
2022-08-27 02:18:47 +02:00
Alexey Milovidov
66bee79d8b
Update install.sh
2022-08-27 02:56:56 +03:00
Alexey Milovidov
04dc970cb8
Even more reports
2022-08-26 23:57:14 +02:00
Alexey Milovidov
2a7d9f0778
Merge branch 'master' into high-level-coverage
2022-08-26 23:44:52 +02:00
Alexey Milovidov
86fc10af66
Add missing file
2022-08-26 23:42:36 +02:00
Alexey Milovidov
8000e9ec92
Fix test
2022-08-26 23:09:01 +02:00
Alexey Milovidov
2e16e2e9ee
Fix fasttest
2022-08-26 22:43:15 +02:00
Alexey Milovidov
3f0ac45389
Add a smoke (fake) test for modelEvaluate
function
2022-08-26 22:40:06 +02:00
Alexey Milovidov
6414a01987
Rewrite NLP tests from integration to functional
2022-08-26 22:36:34 +02:00
Alexey Milovidov
2eeedb345e
Add a test for toDecimal*OrDefault functions
2022-08-26 21:42:43 +02:00
Alexander Gololobov
4fef408104
Merge branch 'master' into force-documentation-3
2022-08-26 20:29:06 +02:00
Alexey Milovidov
6940bdab3b
Merge branch 'master' into fix-recursive-buffer
2022-08-26 21:25:11 +03:00
Alexander Tokmakov
91ec3793db
Merge pull request #40665 from ClickHouse/vdimir/02177_issue_31009_release_only
...
Disable 02177_issue_31009 for non-release builds
2022-08-26 21:19:37 +03:00
Alexander Tokmakov
3868a029f7
Merge pull request #40674 from ClickHouse/tavplubix-patch-4
...
Make 01111_create_drop_replicated_db_stress less flaky
2022-08-26 21:15:06 +03:00
Alexey Milovidov
1ad44acce8
Merge pull request #40644 from ClickHouse/force-documentation
...
Every setting must have documentation
2022-08-26 21:06:57 +03:00
zvonand
b9b8f7a05d
explicit timezone in test
2022-08-26 18:43:31 +03:00
alesapin
ee98b050ab
Merge branch 'master' into stress_s3
2022-08-26 16:56:23 +02:00
Kruglov Pavel
d4d0ec1c95
Fix style
2022-08-26 16:44:54 +02:00
Alexander Tokmakov
407bfdb568
Update 01111_create_drop_replicated_db_stress.sh
2022-08-26 16:59:40 +03:00
FArthur-cmd
f3d0083e57
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into annoy-2
2022-08-26 13:53:53 +00:00
Vladimir C
cc74e3dd19
Fix performance_comparison_check.py
2022-08-26 15:49:40 +02:00
Alexander Tokmakov
7fa0cc02f2
fix tests
2022-08-26 15:33:04 +02:00
Alexey Milovidov
b5a60fb588
Update test
2022-08-26 15:24:24 +02:00
Alexey Milovidov
cedf1c0454
Fix output
2022-08-26 15:14:27 +02:00
Alexey Milovidov
c2dffebe26
Merge branch 'master' into force-documentation-2
2022-08-26 16:10:58 +03:00
Alexey Milovidov
03ed472964
Update 02391_recursive_buffer.sql
2022-08-26 16:08:05 +03:00
avogar
b8061532ac
Add setting to disable limit on kafka_num_consumers
2022-08-26 12:49:39 +00:00
Alexander Gololobov
a313ec65cf
Merge pull request #40648 from ClickHouse/force-documentation-4
...
Every MergeTree setting must have documentation
2022-08-26 14:47:56 +02:00
Kseniia Sumarokova
fcb53aacdb
Merge pull request #40642 from barumrho/barumrho/sqlite-int8-conversion
...
Convert SQLite int8 column to ClickHouse int64
2022-08-26 14:33:20 +02:00
vdimir
58050bfd3d
Disable 02177_issue_31009 for non-release builds
2022-08-26 11:52:14 +00:00
Kseniia Sumarokova
47d48a7b5c
Merge pull request #40579 from kssenii/add-test
...
Add test for drop fs cache on cluster
2022-08-26 12:55:13 +02:00
Vladimir C
f76325c439
Fix style in performance_comparison_check.py
2022-08-26 12:45:40 +02:00
Kruglov Pavel
e2e1ca26e9
Merge pull request #40628 from Avogar/fix-to-fixed-string
...
Fix short circuit execution of toFixedString function
2022-08-26 12:26:16 +02:00
Kruglov Pavel
58538d3f90
Merge pull request #40636 from Avogar/fix-url-format-detection
...
Better format detection for url table function/engine
2022-08-26 12:25:55 +02:00
Vladimir C
e067629e0d
Merge pull request #40239 from vdimir/vdimir/tmp-file-metrics
...
More metrics for on-disk temporary data
2022-08-26 11:28:01 +02:00
FArthur-cmd
c36e8686f8
skip ubsan for annoy test
2022-08-26 09:27:10 +00:00
vdimir
d82cab7f65
Fix env variable forwaring in performance_comparison_check.py
2022-08-26 09:21:42 +00:00
Robert Schulze
1c8c83ccf3
Merge pull request #40620 from zvonand/zvonand-b58
...
Base58 fix handling leading 0 / '1'
2022-08-26 10:18:26 +02:00
Lloyd-Pottiger
0d33327eda
Merge branch 'master' into feat/support-read-only-for-embeddedrocksdb
2022-08-26 15:36:21 +08:00
Barum Rho
ba90704e24
Fix sqlite integer column conversino test case
2022-08-25 22:44:04 -04:00
Alexey Milovidov
f63fa3b04b
Fix error
2022-08-26 03:49:51 +02:00
Alexey Milovidov
829f9f6183
Fix test
2022-08-26 02:53:56 +02:00
Alexey Milovidov
8ee6e87188
Every MergeTree setting must have documentation
2022-08-26 02:51:30 +02:00
Alexey Milovidov
440d10370a
Report high-level function test coverage
2022-08-26 01:59:14 +02:00
Alexey Milovidov
91bd6f1d46
Write the documentation for all ProfileEvents. Enforce that documentation exists.
2022-08-26 01:35:03 +02:00
Alexey Milovidov
b232d8e94a
Update test
2022-08-26 00:34:52 +02:00
Alexey Milovidov
6659438d87
Every current metric must have documentation
2022-08-26 00:33:25 +02:00
Alexey Milovidov
06cf18c585
Every setting must have documentation
2022-08-25 23:50:14 +02:00
Kseniia Sumarokova
e2014c9872
Update test.py
2022-08-25 23:01:31 +02:00
Alexey Milovidov
c2deed222a
Add a test
2022-08-25 22:40:24 +02:00
Alexander Gololobov
6a69e08799
Merge pull request #40559 from ClickHouse/lwd_vertical_merge_fix
...
Fix vertical merge of parts with lightweight deleted rows
2022-08-25 20:47:44 +02:00
avogar
cef2972af4
Better format detection for url table function/engine
2022-08-25 18:31:06 +00:00
Alexey Milovidov
fcba079baa
Merge pull request #40572 from Avogar/fix-map-bug
...
Fix possible logical error in arrayElement function with Map
2022-08-25 20:17:22 +03:00
Alexander Tokmakov
eae2667a1c
Merge pull request #40148 from ClickHouse/replicate-tables-readonly
...
`ReplicatedMergeTree` tables as readonly until attach is finished
2022-08-25 19:39:19 +03:00
Kseniia Sumarokova
e46d34c722
Update test.py
2022-08-25 18:37:25 +02:00
Alexander Tokmakov
a6f55b1430
fix
2022-08-25 16:27:12 +02:00
avogar
1844873dbc
Fix short circuit execution of toFixedString function
2022-08-25 16:15:22 +02:00
Vladimir C
ddde5096ef
Merge branch 'master' into vdimir/tmp-file-metrics
2022-08-25 15:23:35 +02:00
Vladimir C
13de3d0665
Merge pull request #40610 from ClickHouse/nickitat-patch-2
...
Update 02405_pmj_issue_40335.sql
2022-08-25 15:18:23 +02:00
Antonio Andelic
9964513155
Merge branch 'master' into keeper-storage
2022-08-25 12:57:03 +00:00
zvonand
b3360c169d
Fix handling zeros/'1's at the beginning of input
2022-08-25 15:35:39 +03:00
zvonand
23357350d3
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-minmax
2022-08-25 15:32:04 +03:00
robot-clickhouse
6e538f04c4
Automatic style fix
2022-08-25 12:30:57 +00:00
Alexander Tokmakov
0aea4c7184
fix
2022-08-25 14:22:27 +02:00
Frank Chen
8464d54fad
Update test case
2022-08-25 19:20:39 +08:00
alesapin
3ff6489fae
Merge branch 'master' into stress_s3
2022-08-25 13:14:58 +02:00
alesapin
7d1e3ecfa3
Merge pull request #40506 from ClickHouse/fix_bad_exception
...
Fix lost errors in AWS CPP SDK
2022-08-25 13:07:35 +02:00
Nikita Taranov
75d5698029
Update 02405_pmj_issue_40335.sql
2022-08-25 12:51:01 +02:00
Alexander Tokmakov
f7ce63c754
Merge pull request #40584 from ClickHouse/fix_flaky_replication_check
...
Adjust timeouts for replication consistency check
2022-08-25 13:43:17 +03:00
alesapin
c4f8811701
Merge pull request #40395 from ClickHouse/data_source_description
...
Add copy shortcut for backups if dest and source support it
2022-08-25 12:36:30 +02:00
Kseniia Sumarokova
73bb5a6b9e
Update test.py
2022-08-25 12:10:46 +02:00
Kruglov Pavel
66e677b307
Merge pull request #40546 from Avogar/fix-inferring-datetimes
...
Fix possible error 'Decimal math overflow' while parsing DateTime64
2022-08-25 11:18:30 +02:00
robot-clickhouse
669ae365c1
Automatic style fix
2022-08-25 11:00:01 +02:00
vdimir
8bc29abdfa
Test warning_supress_regexp in test_log_levels_update
2022-08-25 11:00:01 +02:00
vdimir
d5d69e03b6
rm 02404_suppress_system_warning
2022-08-25 11:00:01 +02:00
vdimir
19cb068f64
Add config option warning_supress_regex
2022-08-25 11:00:01 +02:00
Vladimir C
512a09049d
Merge pull request #40582 from ClickHouse/vdimir/add-test-helper
...
Small script to create empty test file with new number assigned
2022-08-25 10:58:20 +02:00
zvonand
bd3383cd27
update test
2022-08-25 11:10:01 +03:00
Frank Chen
c6d798148a
Add test cases
...
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
2022-08-25 14:49:27 +08:00
Frank Chen
99c37ce6c6
Merge branch 'master' into tracing_context_propagation
2022-08-25 10:07:16 +08:00
zvonand
d319e8274d
fix parquet test
2022-08-25 02:34:16 +03:00
zvonand
3797e7cfbe
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-minmax
2022-08-25 01:57:49 +03:00
Kseniia Sumarokova
bfc3180c9e
Update test.py
2022-08-25 00:20:50 +02:00
Alexey Milovidov
aaafb797c0
Merge pull request #40541 from ClickHouse/paranoid_check_for_s3_uploads
...
Add paranoid option to check blobs to S3 after upload
2022-08-24 23:51:22 +02:00
zvonand
a61fd73c88
fix test fails
2022-08-25 00:26:44 +03:00
Alexander Tokmakov
3cd26aafe4
remove wrong code for skipping mutations in MergeTree
2022-08-24 20:58:59 +02:00
Nikita Taranov
ac34a17551
Merge branch 'master' into control_block_size_in_aggregator
2022-08-24 20:25:28 +02:00
Antonio Andelic
da0d6056f4
Merge branch 'master' into replicate-tables-readonly
2022-08-24 17:29:33 +00:00
zvonand
5c00428940
updated as was before
2022-08-24 19:46:17 +03:00
vdimir
56e8e247e4
Rename add_test.sh -> add-test
2022-08-24 16:28:58 +00:00
vdimir
b42fcfd37f
shellcheck tests/queries/0_stateless/add_test.sh
2022-08-24 16:27:58 +00:00
vdimir
51c44424cc
More metrics for temp files
2022-08-24 16:14:09 +00:00
vdimir
7e871dd540
Add test 02402_external_disk_mertrics
2022-08-24 16:14:08 +00:00
Vladimir C
e703dd72bf
Merge pull request #40581 from ClickHouse/vdimir/test_issue_40335
...
Add test for PR #40335
2022-08-24 18:11:23 +02:00
Lloyd-Pottiger
9d7ace3286
Merge branch 'master' into feat/support-read-only-for-embeddedrocksdb
2022-08-24 23:52:34 +08:00
Lloyd-Pottiger
dc64341876
add tests
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-24 23:42:13 +08:00
Alexander Gololobov
c9177d2cb3
Merge pull request #40475 from ClickHouse/allow-conversion-from-string-datetime64-to-date-date32
...
Allow conversion from String with DateTime64 to Date and Date32
2022-08-24 17:33:20 +02:00
alesapin
14fb1bcab3
Merge branch 'master' into stress_s3
2022-08-24 17:31:17 +02:00
Alexander Tokmakov
054f610c50
adjust timeouts for replication consistency check
2022-08-24 17:27:56 +02:00