Commit Graph

138018 Commits

Author SHA1 Message Date
Alexey Milovidov
05ee8369b2 Add a test 2024-03-18 18:54:13 +01:00
Yarik Briukhovetskyi
0bd60dac51
Merge pull request #61540 from arthurpassos/fix_merge_selector_typo
Fix typo
2024-03-18 18:52:31 +01:00
Alexey Milovidov
613c31038a Fix recompilation of regexps during backtracking in the parser 2024-03-18 18:40:47 +01:00
robot-ch-test-poll1
fb2b5df7a9
Merge pull request #61475 from ClickHouse/nickitat-patch-20
Allow queuing in restore pool
2024-03-18 21:13:58 +04:00
Nikolai Kochetov
b3e9f07e2e Deprecate name collisions for now. 2024-03-18 16:54:59 +00:00
Nikita Taranov
c1fb34da0d
Merge branch 'master' into debug_info 2024-03-18 17:54:31 +01:00
divanik
90c4b0aaf0 Add word to aspell-dictg 2024-03-18 16:52:21 +00:00
Arthur Passos
c67c04b89a fix typo 2024-03-18 13:44:36 -03:00
Kruglov Pavel
84051d8604
Don't run 01459_manual_write_to_replicas in debug build as it's too slow 2024-03-18 17:34:16 +01:00
Raúl Marín
4c27287c6d Fix crash in arrayPartialReverseSort 2024-03-18 17:30:29 +01:00
kssenii
b814fabcd3 Disallow s3queue sharded mode 2024-03-18 17:22:38 +01:00
divanik
2061fb25c5 Add alias to doc 2024-03-18 16:21:08 +00:00
divanik
3fd5c69205 Add docs 2024-03-18 16:17:54 +00:00
Anton Popov
13b27a8d36 refactoring of reading from compact parts 2024-03-18 16:13:02 +00:00
divanik
d0ed47e655 Return right cmake settings 2024-03-18 16:04:31 +00:00
divanik
265d91747f Remove log debug 2024-03-18 16:03:12 +00:00
Nikita Mikhaylov
15896ecaf6
Add table system.keywords [Part 1] (#51808) 2024-03-18 16:58:57 +01:00
Anton Popov
efe5373f2b refactoring of reading from compact parts 2024-03-18 15:57:58 +00:00
Raúl Marín
10dd47cf5c Separate CH and sanitizer logs 2024-03-18 16:40:03 +01:00
avogar
514faa851c Make test 00159_parallel_formatting_tsv_and_friends.sh faster 2024-03-18 15:26:01 +00:00
Kseniia Sumarokova
d4895c2e52
Merge pull request #61324 from ClickHouse/add-zk-retries
Add zookeeper retries for exists check in forcefullyRemoveBrokenOutdatedPartFromZooKeeper
2024-03-18 16:17:37 +01:00
Raúl Marín
83c660a545 Merge remote-tracking branch 'blessed/master' into fuzz_log 2024-03-18 16:12:50 +01:00
Raúl Marín
a8ea0cbaa6 Merge remote-tracking branch 'blessed/master' into experiment_int128 2024-03-18 16:12:10 +01:00
Raúl Marín
0637da0339 Merge remote-tracking branch 'blessed/master' into default_cluster 2024-03-18 16:11:50 +01:00
Raúl Marín
46f0f385aa Merge remote-tracking branch 'blessed/master' into disable_adaptative 2024-03-18 16:11:34 +01:00
Raúl Marín
4626a0b3a1 Merge remote-tracking branch 'blessed/master' into experiment_int128 2024-03-18 16:10:32 +01:00
avogar
679bf92cd1 Split test 00159_parallel_formatting_json_and_friends to avoid timeouts 2024-03-18 15:08:46 +00:00
Raúl Marín
6b19c5ea75 Fix integration tests 2024-03-18 16:07:10 +01:00
Raúl Marín
3df9e3febc Adapt stateless tests 2024-03-18 15:52:54 +01:00
Raúl Marín
53159070b5 Remove default cluster in tests 2024-03-18 15:52:16 +01:00
Dmitry Novik
836fe46c33 Disable new analyzer in MutationsInterpreter #ci_set_analyzer 2024-03-18 15:50:58 +01:00
PapaToemmsn
46a43fefdf
Merge branch 'ClickHouse:master' into test-transaction-fixes 2024-03-18 15:17:55 +01:00
Han Fei
8a54c85f3c
Merge pull request #61049 from hanfei1991/hanfei/check-limit-periodically
Check cgroups memory limit update periodically
2024-03-18 15:15:46 +01:00
PapaToemmsn
4f9702aa16 made 02989_mysql_transaction_test.sh executable 2024-03-18 14:15:44 +00:00
PapaToemmsn
364fe95b76 fix style check errors 2024-03-18 14:14:52 +00:00
PapaToemmsn
da3cb02df5 COMMIT/ROLLBACK with no active transaction do not throw an exception for MySQL clients anymore 2024-03-18 14:14:51 +00:00
PapaToemmsn
36e53007de COMMIT/ROLLBACK with no active transaction do not throw an exception for MySQL clients anymore 2024-03-18 14:14:51 +00:00
PapaToemmsn
723f860333 COMMIT/ROLLBACK with no active transaction do not throw an exception for MySQL clients anymore 2024-03-18 14:14:51 +00:00
PapaToemmsn
6eafc21211 Reveted 01173_transaction_control_queries.sql back to original state
As changes in Txn handling for COMMIT and ROLLBACK should only be honoured for MySQL client mode the test was reverted back
2024-03-18 14:14:51 +00:00
PapaToemmsn
c68fd07cff adjusted 01173_transaction_control_queries.sql to changed no transaction active bahaviour
Adapted transaction test queries to changed beahviour
2024-03-18 14:14:51 +00:00
PapaToemmsn
e208907f39 fix for #57598 (ROLLBACK should be no-op...)
Change to verify proper behaviour for ROLLBACK should be no-op when no active tranaction is running (MySQL compatibility) #57598
2024-03-18 14:14:50 +00:00
Mikhail f. Shiryaev
070f7bee9b
Fix shellcheck issues in durability-test.sh 2024-03-18 15:04:46 +01:00
Mikhail f. Shiryaev
a5331ea544
Rewrite list-licenses.sh to use array+find 2024-03-18 15:04:45 +01:00
Mikhail f. Shiryaev
97b0513f99
Enable duplicate includes back, rewrite and parallelize them 2024-03-18 15:04:45 +01:00
Mikhail f. Shiryaev
0e6b5705fb
Install python-magic in style-check, split pip and apt 2024-03-18 15:04:44 +01:00
Mikhail f. Shiryaev
41432c56a8
Enable shellcheck conditionally 2024-03-18 15:04:44 +01:00
Mikhail f. Shiryaev
c3f386d06a
Fix the autofixer 2024-03-18 15:04:43 +01:00
Mikhail f. Shiryaev
49017fc163
Run the style-check on top of the merge-commit of PRs 2024-03-18 15:04:41 +01:00
Mikhail f. Shiryaev
0240ffa5a6
Fetch the changed files only once 2024-03-18 15:04:40 +01:00
Vitaly Baranov
5c60b1fab1 Remove unnecessary reloading while renaming a dictionary in Atomic database. 2024-03-18 14:43:43 +01:00