Commit Graph

126955 Commits

Author SHA1 Message Date
Kseniia Sumarokova
17ce951ed7
Update test.py 2023-10-15 18:12:01 +02:00
Kseniia Sumarokova
2015a0fc17
Merge branch 'master' into fix-iceberg-metadata-parsing 2023-10-15 18:03:53 +02:00
kssenii
f3056b1643 Add a test 2023-10-15 18:02:34 +02:00
alesapin
3b02748cb6 Fix some typos 2023-10-15 15:43:02 +02:00
alesapin
41479b21e6 Restore only top-level parts instead of unexpected 2023-10-15 15:33:33 +02:00
kssenii
0ddee6ad6c Fix 2023-10-15 14:44:57 +02:00
Kseniia Sumarokova
e0668e9ea0
Update test.py 2023-10-15 14:19:44 +02:00
Kseniia Sumarokova
b26115eabe
Merge branch 'master' into materialized-pg-allow-unique-identifier 2023-10-15 14:17:32 +02:00
Kseniia Sumarokova
0cab773e7b
Merge pull request #55564 from kssenii/add-test-toast
Add a test
2023-10-15 14:12:57 +02:00
Alexander Gololobov
395a54915d
Fix totalBytes() 2023-10-15 10:40:37 +02:00
Alexey Milovidov
17cbc12831
Update KeyCondition.cpp 2023-10-15 07:20:04 +03:00
Alexey Milovidov
1ef7bc41d4 Fix garbage 2023-10-15 00:07:28 +02:00
Alexey Milovidov
7764dedb8e Something strange 2023-10-14 22:44:44 +02:00
Alexey Milovidov
25efd188d5 KeyCondition: small changes 2023-10-14 22:17:36 +02:00
Alexey Milovidov
50ee412b19
Merge pull request #55625 from ClickHouse/preparation-key-condition
KeyCondition: preparation
2023-10-14 22:13:39 +02:00
Alexey Milovidov
2bb5b79f02
Merge pull request #55361 from ClickHouse/better-depth-check
Better recursion depth check
2023-10-14 20:17:07 +02:00
Alexey Milovidov
565a1c62d7
Merge pull request #54100 from ClickHouse/unicode-minus
Add suport for mathematical minus character
2023-10-14 20:16:08 +02:00
Alexey Milovidov
53ad7b4b13 Merge branch 'preparation-key-condition' of github.com:ClickHouse/ClickHouse into preparation-key-condition 2023-10-14 19:32:03 +02:00
Alexey Milovidov
bafabf1a56 Fix typo in comment 2023-10-14 19:31:46 +02:00
Alexey Milovidov
bafea39ce3
Update Range.h 2023-10-14 18:52:30 +03:00
robot-clickhouse-ci-1
b41bdf38e0
Merge pull request #55627 from azat/tests/fix-test_system_merges
Fix flakiness of test_system_merges (by increasing sleep interval properly)
2023-10-14 17:50:04 +02:00
Alexey Milovidov
8d8df4fe56
Merge pull request #55605 from ClickHouse/add_test_back2
Add back a test that was removed by mistake
2023-10-14 17:49:08 +02:00
Alexey Milovidov
e304f03421
Merge pull request #55618 from ClickHouse/update-analyzer-tech-debt
Remove passed tests from `analyzer_tech_debt.txt`
2023-10-14 17:48:32 +02:00
Alexey Milovidov
13ac2ed1c9
Update analyzer_integration_broken_tests.txt 2023-10-14 18:48:21 +03:00
Alexey Milovidov
a71ee1d0b5
Merge pull request #55628 from hanfei1991/hanfei/fix-structure-not-match
fix `structure does not match` logs again
2023-10-14 17:46:12 +02:00
Alexey Milovidov
819d0fd8f6
Merge pull request #55418 from azat/fix-OR
Fix filtering by virtual columns with OR filter in query
2023-10-14 17:43:38 +02:00
Han Fei
0167b76e98 fix structure does not match logs again 2023-10-14 16:01:32 +02:00
Robert Schulze
dcedc5f10b
Merge remote-tracking branch 'rschu1ze/master' into string-args-in-week-functions 2023-10-14 08:32:33 +00:00
Azat Khuzhin
0fb6ed5af7 Fix flakiness of test_system_merges (by increasing sleep interval properly)
CI: https://s3.amazonaws.com/clickhouse-test-reports/55418/769ed2e19d46fcb9cb6a678a0da6d6f2fc5d239e/integration_tests__tsan__[4_6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-14 10:30:56 +02:00
Robert Schulze
a47cff1981
Merge pull request #55607 from rschu1ze/byteswap-128-256
byteswap: Add 16/32-byte integer support
2023-10-14 10:30:29 +02:00
Azat Khuzhin
e3976a5e50 Do not allow tests with state ERROR be overwritten by PASSED
In the ERROR case there can be sanitizers issues, that should not be
hidden, like right now it is doing for
`test_s3_table_functions/test.py::test_s3_table_functions_timeouts`
test [1], but I was lucky enough to trigger this in [2].

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/55247/e99b0f46961733fa8ba10e490279dbcb0cdd67ad/integration_tests__asan__[5_6].html
  [2]: https://s3.amazonaws.com/clickhouse-test-reports/55245/918d65d6707c69ab541cdb56a076cdb83845d3ed/integration_tests__asan__[5_6].html

Though there could be also other issues, like with dependent services,
but still, let's try.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-14 09:34:00 +02:00
robot-clickhouse-ci-1
a4c3b4e8e7
Merge pull request #55622 from ClickHouse/ad
Enable 02161_addressToLineWithInlines
2023-10-14 09:30:41 +02:00
Alexey Milovidov
aafdd9da86
Merge pull request #55615 from ClickHouse/fix-kusto-thread-race
Fix: race condition in kusto implementation
2023-10-14 04:52:37 +02:00
Alexey Milovidov
0a3e431c87 Additional changes 2023-10-14 04:50:30 +02:00
Alexey Milovidov
d6984a2819 Preparation 2023-10-14 04:46:22 +02:00
Alexey Milovidov
a904ee970f KeyCondition: preparation 2023-10-14 04:32:25 +02:00
Alexey Milovidov
33a42d9d13
Merge pull request #55606 from rschu1ze/croaring-v2.0.4
Bump croaring to v2.0.4
2023-10-14 03:32:54 +02:00
Alexey Milovidov
5e0632577c
Merge pull request #55623 from ClickHouse/revert-55581-master
Revert "Removed "maximize" and "drag" buttons from `dashboard` in case of single chart"
2023-10-14 03:21:17 +02:00
Alexey Milovidov
16bf5d2946
Revert "Removed "maximize" and "drag" buttons from dashboard in case of single chart" 2023-10-14 04:21:07 +03:00
Alexey Milovidov
8697e78cd8
Merge pull request #55581 from bhavuk2002/master
Removed "maximize" and "drag" buttons from `dashboard` in case of single chart
2023-10-14 03:15:31 +02:00
Michael Kolupaev
f5c84b4570 Enable 02161_addressToLineWithInlines 2023-10-14 01:14:32 +00:00
Alexey Milovidov
bbd67d262a Merging #52352 2023-10-14 02:52:53 +02:00
Alexey Milovidov
769ed2e19d
Merge branch 'master' into fix-OR 2023-10-14 02:25:21 +02:00
Alexey Milovidov
de8534de70 Fix error 2023-10-14 02:10:13 +02:00
Alexey Milovidov
0e13ebfa95 Fix test 2023-10-14 02:08:10 +02:00
Alexey Milovidov
81a78b5629 Fix test 2023-10-14 02:07:35 +02:00
Alexey Milovidov
6d8f28aad0 Merge branch 'master' into better-depth-check 2023-10-14 01:48:59 +02:00
Alexey Milovidov
854ad78c3e Fix error 2023-10-14 01:48:18 +02:00
Alexey Milovidov
183411cf58 Merge branch 'master' into unicode-minus 2023-10-14 01:34:45 +02:00
Alexey Milovidov
17616ca325
Merge pull request #55609 from ClickHouse/disable-wrong-optimization-array-has
Disable wrong optimization and add a test
2023-10-14 00:28:45 +02:00