Azat Khuzhin
853e188c4f
Remove log message on client reconnects (reverts #36587 )
...
Before tests can fail if there was implicit reconnect, with queries
left, and without referenced PR, it requires manual debugging to know
that the reason was reconnect.
But the problem is, that the server does send EndOfStream but hanged
after, but before removing this query from the system.processes.
But after adding is_all_data_sent (#36816 , #36767 , #36649 ),
clickhouse-test can check queries left only for which server did not
sent EndOfStream/Exception.
In other words after adding is_all_data_sent, it should not be possible
to have queries left in such cases.
Reverts: 53be9c5d0c
Reverts: #36587
2022-05-05 00:03:10 +03:00
Alexander Tokmakov
e30365a531
Merge pull request #36872 from ClickHouse/fix_exception_message
...
Add extra info when sending exception
2022-05-04 23:24:47 +03:00
Maksim Kita
26afc5264d
Merge pull request #36908 from kitaisreal/docs-user-defined-executable-functions-config-setting-fix
...
Docs user defined executable functions config setting fix
2022-05-04 20:58:23 +02:00
Mikhail f. Shiryaev
0b3aac5660
Merge pull request #34797 from ClickHouse/performance-fails
...
Fail performance comparison on errors in the report
2022-05-04 20:45:32 +02:00
Yakov Olkhovskiy
9c1a06703a
Merge pull request #36564 from awakeljw/fork_chmaster2
...
Fix CAST Object to Object with Nullable subcolumns
2022-05-04 14:40:43 -04:00
Kruglov Pavel
77e55c344c
Merge pull request #36667 from Avogar/mysqldump-format
...
Add MySQLDump input format
2022-05-04 19:49:48 +02:00
Kruglov Pavel
c0812239ea
Merge pull request #36845 from azat/tests-02260_alter_compact_part_drop_nested_column
...
tests: disable 02260_alter_compact_part_drop_nested_column for <=22.4
2022-05-04 19:45:42 +02:00
Robert Schulze
c48d9a4174
Merge pull request #36844 from rschu1ze/shared_ptr_helper3
...
Remove inherited create() method + disallow copying of storages
2022-05-04 19:16:30 +02:00
mergify[bot]
e0fa563092
Merge branch 'master' into fix_exception_message
2022-05-04 15:56:03 +00:00
Maksim Kita
459aa8ffd9
Documentation setting user_defined_executable_functions_config fix
2022-05-04 17:24:20 +02:00
Kruglov Pavel
ffec3655fe
Fix special build
2022-05-04 17:14:15 +02:00
Mikhail f. Shiryaev
37533eb14b
Improve comment FIXME for errors report
2022-05-04 16:56:43 +02:00
Kseniia Sumarokova
b84b745997
Merge pull request #36900 from kssenii/fix-stress
...
quick tmp fix for stress test
2022-05-04 16:31:03 +02:00
Robert Schulze
e583099158
Fix build, pt. V
2022-05-04 15:50:52 +02:00
Robert Schulze
78cdb3ec64
Merge pull request #36862 from rschu1ze/new-clangtidies
...
Activated a bunch of LLVM 12/13/14 clang-tidy warnings
2022-05-04 15:26:57 +02:00
Kruglov Pavel
d91b9b3049
Merge pull request #36882 from kssenii/add-current-metrics-for-filesystem-cache
...
Add some CurrentMetrics for fs cache
2022-05-04 14:44:12 +02:00
kssenii
2c421b0f2b
Fix
2022-05-04 13:08:10 +02:00
Mikhail f. Shiryaev
2b67208dea
Ignore slow query as errors in performance tests report
2022-05-04 13:02:48 +02:00
Mikhail f. Shiryaev
5b70f7f0dc
Fail performance comparison tests on errors
2022-05-04 13:02:46 +02:00
Robert Schulze
5dc06e6537
Fix build, pt. IV
2022-05-04 12:01:29 +02:00
Kseniia Sumarokova
f11cfdca94
Merge pull request #36874 from kssenii/add-size-to-system-cache-log
...
Add column to system.filesystem_cache_log
2022-05-04 11:53:29 +02:00
Alexander Tokmakov
ea9c697348
disable broken tests
2022-05-04 11:45:36 +02:00
Robert Schulze
590a01d39d
Linux build fix
2022-05-04 11:42:23 +02:00
Robert Schulze
f952ef1738
Fix build, pt. III
2022-05-04 11:20:56 +02:00
Antonio Andelic
808ea6dc65
Merge pull request #36888 from amosbird/projection-fix-one
...
Fix incorrect query result when doing constant aggregation
2022-05-04 10:34:40 +02:00
Kruglov Pavel
66277450d5
Merge pull request #36601 from ndchikin/nth_value
...
Window function nth_value
2022-05-04 10:21:48 +02:00
Robert Schulze
45c0ec44b0
Fix build, pt. II
2022-05-04 10:15:25 +02:00
mergify[bot]
dbc2dc5b60
Merge branch 'master' into new-clangtidies
2022-05-04 07:18:55 +00:00
Robert Schulze
4d6fb6dbaf
Fix build
2022-05-04 08:35:35 +02:00
Alexander Tokmakov
c3f177f0ac
Merge pull request #36885 from ClickHouse/fix_system_logs_saving
...
Save system logs in functionsl tests if server crashed
2022-05-04 01:12:41 +03:00
Alexander Tokmakov
7a9c9da0bd
Update run.sh
2022-05-04 01:10:40 +03:00
mergify[bot]
64084b5e32
Merge branch 'master' into shared_ptr_helper3
2022-05-03 20:46:16 +00:00
Alexander Tokmakov
193a50a688
Update run.sh
2022-05-03 23:17:03 +03:00
mergify[bot]
17aecac7ff
Merge branch 'master' into new-clangtidies
2022-05-03 19:44:01 +00:00
Alexander Tokmakov
dbbe2062af
fix tests
2022-05-03 21:30:03 +02:00
Robert Schulze
b829c743cc
Removing performance-no-int-to-ptr for now
2022-05-03 21:22:13 +02:00
Amos Bird
7febf57439
Fix minmax_count_projection constant aggregation
2022-05-04 03:07:59 +08:00
Alexander Tokmakov
b96dbdf711
fix test
2022-05-03 20:20:27 +02:00
Sergei Trifonov
abb143c947
Merge pull request #36881 from ClickHouse/serxa-docs-time-window-functions
...
update docs for time window functions
2022-05-03 20:11:10 +02:00
Alexander Tokmakov
3baf72f1d4
save system logs in func tests if server crashed
2022-05-03 20:10:07 +02:00
kssenii
ab65e163fa
Add current metrics
2022-05-03 19:35:04 +02:00
Sergei Trifonov
6730ad9799
update docs for time window functions
2022-05-03 19:12:42 +02:00
Sergei Trifonov
c21cff7905
Merge pull request #36880 from ClickHouse/serxa-fix-typo
...
fix typo in comment
2022-05-03 18:50:59 +02:00
Sergei Trifonov
1bcae160a0
Update MergeTreeBackgroundExecutor.h
2022-05-03 18:50:05 +02:00
mergify[bot]
57fcca6dda
Merge branch 'master' into nth_value
2022-05-03 16:37:09 +00:00
Alexander Tokmakov
6dfaffdb7a
fix test
2022-05-03 17:53:15 +02:00
Vladimir C
ea93ab51d5
Merge pull request #36869 from azat/cmake-fix
2022-05-03 16:57:56 +02:00
Dmitry Novik
5ba7a55c18
Merge pull request #36650 from bigo-sg/hive_text_parallel_parsing
...
Parallel parsing of hive text format
2022-05-03 15:56:28 +02:00
Kruglov Pavel
a902b9d1e7
Try fix builds
2022-05-03 15:56:25 +02:00
kssenii
000f2c9f7a
Better
2022-05-03 15:55:36 +02:00