natasha
|
14b4fde1b4
|
extract hilite comparator tests
|
2023-04-03 13:49:43 +01:00 |
|
natasha
|
61cfad1f6d
|
extract hilite comparator into a utility
|
2023-04-03 13:39:17 +01:00 |
|
natasha
|
264c129a96
|
fix misplaced ( in ASTCreateQuery.cpp
|
2023-04-03 12:54:34 +01:00 |
|
natasha
|
e984e221ce
|
get rid of std::stringstream
|
2023-03-28 17:21:55 +01:00 |
|
natasha
|
d7d008c44d
|
fix typo in hilite_none
|
2023-03-28 17:21:55 +01:00 |
|
natasha
|
ba17db5365
|
fix ASTCreateQuery test
|
2023-03-28 17:21:55 +01:00 |
|
natasha
|
f36ad31751
|
add bug: second parenthesis ) not hilited in CREATE TABLE name AS (SELECT *) COMMENT 'hello'
|
2023-03-28 17:21:55 +01:00 |
|
natasha
|
5681f2c130
|
remove unused compare std::stringstream overload
|
2023-03-28 17:21:55 +01:00 |
|
natasha
|
df5824a2d2
|
contstruct string directly without std::stringstream in tests
|
2023-03-28 17:21:55 +01:00 |
|
natasha
|
a7614b844e
|
rename const char * it into ptr
|
2023-03-28 17:21:54 +01:00 |
|
natasha
|
36ef622853
|
change compare signature to accept both args as String, for symmetry
|
2023-03-28 17:21:54 +01:00 |
|
natasha
|
e14675935a
|
remove const& from std::string_view
|
2023-03-28 17:21:54 +01:00 |
|
natasha
|
a862973f14
|
amend comment on hilite equality
|
2023-03-28 17:21:54 +01:00 |
|
natasha
|
cf057013ed
|
hilite view()'s parenthesis as function as well
|
2023-03-28 17:21:54 +01:00 |
|
natasha
|
a4dfba11c5
|
replace std::string with String
|
2023-03-28 17:21:54 +01:00 |
|
natasha
|
ddfc72a6ca
|
use () for c-tor, not {}
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
134ec0f6b0
|
remove const& from std::string_view
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
95a8905be6
|
split ostr writes for readability
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
9e8ad944d6
|
fix symmetry
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
bf4a3a23fa
|
compare string without hilites first, for easier debug
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
ed22d0f028
|
fix bugs (now tests pass)
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
da5285004d
|
add failing tests
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
086fe077c9
|
cleanup
|
2023-03-28 17:21:53 +01:00 |
|
natasha
|
103bb9bf03
|
add a hilite-aware equality comparator and a sample test
|
2023-03-28 17:21:53 +01:00 |
|
SmitaRKulkarni
|
024c665885
|
Merge pull request #48105 from ClickHouse/Doc_for_disallow_concurrency_backup_restore
Documentation for settings to disallow concurrent backup/restore
|
2023-03-28 16:29:25 +02:00 |
|
Vladimir C
|
1dda438351
|
Merge pull request #48106 from Algunenano/enforce_test_numbers
|
2023-03-28 16:01:28 +02:00 |
|
Smita Kulkarni
|
a26cfd523c
|
Updated right bool for disallowing concurrent backups and restores
|
2023-03-28 15:42:21 +02:00 |
|
Smita Kulkarni
|
afe5982c4e
|
Fixed typo - settings
|
2023-03-28 15:39:28 +02:00 |
|
Smita Kulkarni
|
c8ec900d90
|
Fixed comment for usage on cluster
|
2023-03-28 15:37:49 +02:00 |
|
Sema Checherinda
|
10f1030a14
|
Merge pull request #47147 from aletik256/fix_JSON_searchField
fix_JSON_searchField
|
2023-03-28 14:45:09 +02:00 |
|
Vladimir C
|
95a1799a00
|
Fix add-test for mac
|
2023-03-28 14:34:48 +02:00 |
|
Raúl Marín
|
07cc2a7cb2
|
Fix tests style
|
2023-03-28 14:07:27 +02:00 |
|
Raúl Marín
|
aace3cb34c
|
Try to prevent large test numbers
|
2023-03-28 14:07:27 +02:00 |
|
Smita Kulkarni
|
e5994e873e
|
Added documentation for new settings to disallow concurrent backup/restore
|
2023-03-28 14:03:50 +02:00 |
|
Kruglov Pavel
|
292539b90e
|
Merge pull request #47981 from kssenii/better-delegate-disks-handle-mutual-path
Fix case when (optional) path is not added to encrypted disk configuration
|
2023-03-28 13:52:50 +02:00 |
|
Alexey Milovidov
|
1c3b692bdb
|
Merge pull request #47958 from arthurpassos/add_unit_test_assert_chunked_array_with_no_chunks_does_not_abort
Add unit test to assert arrow lib does not abort on fatal logs
|
2023-03-28 12:56:18 +03:00 |
|
Kseniia Sumarokova
|
62c6aea45b
|
Merge pull request #47975 from MikhailBurdukov/mburdukov_ignore_inacc_tables
Skip materialized view checking if source table does not exist
|
2023-03-28 11:29:11 +02:00 |
|
SmitaRKulkarni
|
98999c2afb
|
Merge pull request #48065 from ClickHouse/Support_parameterized_view_with_cte
Support for cte in parameterized views
|
2023-03-28 11:18:16 +02:00 |
|
Ilya Yatsishin
|
16ddb4cc4b
|
Merge pull request #47931 from qoega/add-test-12264
Added test. Closes #12264
|
2023-03-28 10:59:30 +02:00 |
|
Robert Schulze
|
91f3edd923
|
Merge pull request #47967 from jrdi/fix-wide-integer-m1
Fix compilation on MacOS
|
2023-03-28 10:53:29 +02:00 |
|
Vladimir C
|
5fa519d043
|
Merge pull request #48047 from ClickHouse/vdimir/max_number_of_mutatuins_for_replica
|
2023-03-28 10:50:35 +02:00 |
|
Robert Schulze
|
7cf494acc2
|
Merge pull request #48000 from ClickHouse/rs/parsedatetimeorzero
MySQL dialect compat: Add str_to_date
|
2023-03-28 10:04:56 +02:00 |
|
Jordi Villar
|
3946e66272
|
Comestic PR changes
|
2023-03-28 08:13:53 +02:00 |
|
robot-ch-test-poll2
|
954c1abc84
|
Merge pull request #48050 from ClickHouse/rs/revert-mac-linker
Revert change to ld64.lld linker on Mac
|
2023-03-28 04:16:59 +02:00 |
|
Alexey Milovidov
|
5d0e34d2a7
|
Merge pull request #47953 from ClickHouse/Avogar-patch-2
Fix tsan error lock-order-inversion
|
2023-03-28 01:10:50 +03:00 |
|
Mikhail f. Shiryaev
|
577d969525
|
Merge pull request #48044 from ClickHouse/alexey-milovidov-patch-6
There is no "prestable" version.
|
2023-03-27 23:34:07 +03:00 |
|
Antonio Andelic
|
61b3500157
|
Merge pull request #47978 from ClickHouse/more-batching-keeper
Even more batching in Keeper
|
2023-03-27 21:47:29 +02:00 |
|
Dan Roscigno
|
c8f59194a3
|
Merge pull request #48070 from den-crane/patch-60
Doc. idle_connection_timeout
|
2023-03-27 15:17:08 -04:00 |
|
Dan Roscigno
|
07c3a0522b
|
Merge pull request #48072 from DanRoscigno/standardize-admonitions
standardize admonitions
|
2023-03-27 15:16:05 -04:00 |
|
Alexey Milovidov
|
df35d1abf9
|
Merge pull request #48052 from ClickHouse/correct-changelog-2
Automatically correct some mistakes in the changelog
|
2023-03-27 22:10:00 +03:00 |
|