Commit Graph

103794 Commits

Author SHA1 Message Date
Alexey Milovidov
4f3db6a63a Fix wrong log message 2022-12-26 18:35:43 +01:00
Alexey Milovidov
52b306d544 Improve variable name 2022-12-26 18:00:18 +01:00
Alexey Milovidov
ba07b57722
Merge branch 'master' into fix-bad-log-message 2022-12-26 19:21:00 +03:00
Alexey Milovidov
3ca585c907
Update CMakeLists.txt 2022-12-26 19:17:13 +03:00
Alexey Milovidov
47cc08ada3 Fix hung query in stress test 2022-12-26 16:46:51 +01:00
Alexey Milovidov
6ba360be71 Rename runlog.log to run.log 2022-12-26 16:29:32 +01:00
alesapin
3555017336
Merge pull request #44564 from ClickHouse/turn_offable_bc_check
Make BC check optional (if env var set)
2022-12-26 16:15:13 +01:00
alesapin
6339f4f429 Revert "Disable BC check for asan (just test)"
This reverts commit 60408d6543.
2022-12-26 16:14:29 +01:00
alesapin
d8924f0b0e
Merge pull request #44578 from ClickHouse/check-bad-index-granularity
Check for bad index granularity
2022-12-26 15:20:36 +01:00
Azat Khuzhin
4d17510fca Use already written part of the query for fuzzy search (pass to skim)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-26 14:52:38 +01:00
Alexey Milovidov
b218d549bf Fix bad log message 2022-12-26 13:56:09 +01:00
Alexey Milovidov
fec074fd1e Fix misleading log message 2022-12-26 13:51:59 +01:00
Alexey Milovidov
b6bf942f70 Fix bad punctuation in log 2022-12-26 13:35:44 +01:00
Alexey Milovidov
d08e7e5f2d The position of the log message about the server environment was wrong 2022-12-26 13:30:13 +01:00
Alexey Milovidov
e98f217b87 Better diagnostics on stop 2022-12-26 12:15:58 +01:00
Alexey Milovidov
a06c8268ea Remove the offender 2022-12-26 11:28:26 +01:00
Yakov Olkhovskiy
280e14456f
Merge pull request #44026 from ClickHouse/bug-ephemeral-default
Support expression for EPHEMERAL (currently only literal is supported)
2022-12-25 18:59:38 -05:00
Yakov Olkhovskiy
24eeaa500b
Merge pull request #44502 from mayamika/add-null-dictionary-source
Add null dictionary source
2022-12-25 17:02:37 -05:00
Alexey Milovidov
fe73b0f648
Update run-fuzzer.sh 2022-12-25 22:14:25 +03:00
alesapin
211c6062bc Fix 2022-12-25 19:37:02 +01:00
alesapin
462294dedb
Merge pull request #44566 from ClickHouse/ban_explicit_arguments_for_replicated_db
Optinally ban arguments for `ReplicatedMergeTree` in `DatabaseReplicated`
2022-12-25 19:32:26 +01:00
Vitaly Baranov
e9a5c32f44
Merge pull request #44574 from vitlibar/switch-contrib-sysroot-to-master
Switch "contrib/sysroot" back to master.
2022-12-25 18:17:28 +01:00
Alexey Milovidov
31bd775073
Update run-fuzzer.sh 2022-12-25 19:53:26 +03:00
Alexey Milovidov
51503fc9e4 Fuzzer HTML: fix trash 2022-12-25 16:19:42 +01:00
Alexey Milovidov
a4895286de Add a test 2022-12-25 16:08:20 +01:00
Alexey Milovidov
71850f6913 Check for bad index_granularity 2022-12-25 16:06:34 +01:00
alesapin
cbebb7a826
Merge pull request #44530 from ClickHouse/fix-wrong-condition-for-async-reading-from-mt
Fix wrong condition for enabling async reading from MergeTree.
2022-12-25 15:04:08 +01:00
Alexey Milovidov
f22fc35900 Minimal changes 2022-12-25 14:18:05 +01:00
alesapin
b3b2b61281 Disable test for replicated DB run 2022-12-25 14:06:20 +01:00
alesapin
bb77ad8941 Disable BC check 2022-12-25 13:49:01 +01:00
Alexey Milovidov
8259aa4a64
Merge branch 'master' into add-test-34708 2022-12-25 13:35:28 +03:00
Vitaly Baranov
fa722c6cd8 Switch "contrib/sysroot" back to master. 2022-12-25 10:50:45 +01:00
Alexey Milovidov
f9f0f9446d Fix distributed_queries_stress 2022-12-25 09:46:51 +01:00
robot-clickhouse
19f05d4fb4 Automatic style fix 2022-12-25 08:38:02 +00:00
Alexey Milovidov
cbf140633b Fix HDFS test 2022-12-25 09:30:20 +01:00
Alexey Milovidov
e85bb6f2d5
Merge pull request #44343 from ClickHouse/alexey-milovidov-patch-5
Fix Docker
2022-12-24 22:58:20 +03:00
Alexey Milovidov
d4864c7d38 Better command line argument name in clickhouse-benchmark 2022-12-24 20:40:23 +01:00
Alexey Milovidov
4651a538a8 Fix extremely slow stack traces in debug build 2022-12-24 20:31:04 +01:00
alesapin
60408d6543 Disable BC check for asan (just test) 2022-12-24 19:53:47 +01:00
alesapin
705be441a1 Shutup shellcheck 2022-12-24 18:51:56 +01:00
alesapin
600bedbff4 Add setting to disallow arguments in ReplicatedMergeTree constructor for DatabaseReplicated 2022-12-24 18:38:14 +01:00
alesapin
bd19c6b699 Make BC check optional (if env var set) 2022-12-24 17:46:22 +01:00
mayamika
f66a0c01ad Add null dictionary source 2022-12-24 17:11:30 +03:00
Alexey Milovidov
25a4361fae
Merge pull request #44529 from ClickHouse/integration-tests-tar
Ignore exit code 1 for tar in integration tests
2022-12-24 05:10:33 +03:00
Dan Roscigno
f5811868ef
Merge pull request #44551 from DanRoscigno/title-cli
move title to frontmatter
2022-12-23 19:50:33 -05:00
DanRoscigno
54e66d875c move title to frontatter 2022-12-23 19:33:10 -05:00
Mikhail f. Shiryaev
7fdcf91b54
Update the ClickHouse/checkout to v1 2022-12-23 17:54:19 +01:00
Nikolay Degterinsky
9da949cdb1
Merge pull request #44526 from mrcrypster/patch-2
Added docs for randUniform
2022-12-23 17:26:08 +01:00
Yakov Olkhovskiy
168ba57ce4
Update 02287_ephemeral_format_crash.sql 2022-12-23 10:42:14 -05:00
Joanna Hulboj
a86894cce5 FIXUP: PR comments 2022-12-23 15:38:14 +00:00