Commit Graph

103949 Commits

Author SHA1 Message Date
Alexey Milovidov
fdbda368f3 Suggestion from @azat 2022-12-27 12:24:52 +01:00
Han Fei
211eedd50d
Merge branch 'master' into fix_explain_insert_query 2022-12-27 12:02:27 +01:00
Azat Khuzhin
72d102d94c Fix rust modules rebuild (previously ignores changes in cargo config.toml)
This leads to the problem when you switch compiler flags, for example:

    $ cmake -DSANITIZE=memory ..
    $ ninja
    $ cmake -DSANITIZE= ..
    $ ninja

And this leads to:

    ld.lld-15: error: undefined symbol: __msan_init
    >>> referenced by lib.rs.cc
    >>>               lib.rs.o:(msan.module_ctor) in archive rust/skim/RelWithDebInfo/lib_ch_rust_skim_rust.a

Reported-by: @alexey-milovidov
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-27 10:35:50 +01:00
Alexander Gololobov
8a94bacd82
Merge pull request #44596 from ClickHouse/fix-bad-punctuation-in-log-message
Fix bad punctuation in log
2022-12-27 00:01:05 +01:00
Azat Khuzhin
8b2ed0e3cd tests/integration: disable logging.raiseExceptions
Due to pytest play games with logging [1] it is better to ignore it.

  [1]: https://github.com/pytest-dev/pytest/issues/5502

This is due to incorrect kazoo client usage (not all clients calls
stop())

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-26 22:57:54 +01:00
Alexey Milovidov
64bc1899cc
Merge pull request #44612 from den-crane/patch-54
Doc. Dict source Null
2022-12-27 00:56:54 +03:00
Alexey Milovidov
37cc622559 Fix test 01111_create_drop_replicated_db_stress 2022-12-26 22:54:41 +01:00
Alexey Milovidov
b85409f976 Do not fail if sanitizer is out of memory 2022-12-26 22:46:37 +01:00
Alexey Milovidov
593675a7c5 Disable projections in presense of any grouping sets, including WITH ROLLUP, WITH CUBE and WITH TOTALS 2022-12-26 22:31:41 +01:00
Igor Nikonov
ba88bc17d4 Fix typo 2022-12-26 21:01:00 +00:00
Igor Nikonov
3204f7353b Fix: handle exceptions from unlockSharedData() during error handling
+ renamePartToTemporary() lambda to reused code
2022-12-26 20:49:04 +00:00
Alexey Milovidov
a92a9b4d55
Merge pull request #44535 from azat/tests/integration-dmesg
tests: capture dmesg in integration tests
2022-12-26 23:49:02 +03:00
Alexey Milovidov
3a4d4703d6 Fix "too large allocation" message from MSan 2022-12-26 21:21:58 +01:00
Denny Crane
850f77f4d2
Update external-dicts-dict-sources.md 2022-12-26 16:21:36 -04:00
Alexey Milovidov
e1e1448143 Maybe fix a bogus MSan error 2022-12-26 20:26:55 +01:00
Igor Nikonov
0d428318a9 Merge remote-tracking branch 'origin/master' into fix-restart-after-quorum-insert 2022-12-26 19:18:35 +00:00
Alexey Milovidov
54c8b162c0 Better log message 2022-12-26 20:09:52 +01:00
Alexey Milovidov
c5155b8d32
Merge pull request #44442 from Avogar/csv-bool-crlf
Fix reading bool value with CRLF in CSV format
2022-12-26 21:25:18 +03:00
Alexey Milovidov
a0753cbca2 Disable analyzer in fuzz and stress tests 2022-12-26 19:04:10 +01:00
Alexey Milovidov
f0fa0977ed Fix wrong log messages 2022-12-26 18:36:07 +01:00
Alexey Milovidov
4f3db6a63a Fix wrong log message 2022-12-26 18:35:43 +01:00
Alexey Milovidov
91c1f9de8f Faster server startup after stress test 2022-12-26 18:13:50 +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