Commit Graph

121971 Commits

Author SHA1 Message Date
Alexey Milovidov
bb57caa83e
Merge pull request #53180 from ClickHouse/ditch-tons-of-garbage
Ditch tons of garbage
2023-08-10 16:59:51 +03:00
Alexey Milovidov
be55bbf0ae
Merge pull request #53178 from ClickHouse/speed-up-debug-tidy-build
Remove garbage and speed up Debug and Tidy builds
2023-08-10 16:54:34 +03:00
Alexey Milovidov
0dc413c368
Merge pull request #53251 from ClickHouse/fix-02273_full_sort_join
Disable randomization in `02273_full_sort_join`
2023-08-10 16:54:02 +03:00
Alexey Milovidov
9adfcfae23
Merge pull request #53252 from ClickHouse/remove-outdated-docker
Remove outdated Dockerfile
2023-08-10 16:53:32 +03:00
Alexey Milovidov
4728b7d74a
Merge pull request #53244 from ClickHouse/fix-00417_kill_query
Fix bad test `00417_kill_query`
2023-08-10 16:52:54 +03:00
Alexey Milovidov
e79c40981b
Merge pull request #53249 from ClickHouse/fix-performance-test
Remove unrecognizable garbage from the performance test
2023-08-10 16:51:56 +03:00
pufit
8c9209745c
Merge pull request #53127 from ClickHouse/pufit/keeper-client-improvements
Revert Revert "Implementing new commands for keeper-client"
2023-08-10 09:51:36 -04:00
pufit
af51268da1
Merge pull request #51912 from ClickHouse/pufit/role-from-storage
Create, Drop, or Move access entities between different access storages.
2023-08-10 09:47:26 -04:00
Anton Popov
c09870bbc4
Merge pull request #53103 from Algunenano/async_part_log
Fix query_id in part_log with async flush queries
2023-08-10 14:52:40 +02:00
Anton Popov
232b2c07fb
Merge branch 'master' into async_part_log 2023-08-10 14:46:31 +02:00
Alexander Tokmakov
1197dc1a9c
Merge pull request #53272 from ClickHouse/revert-52745-vdimir/check_table_improvements
Revert "Improve CHECK TABLE system query"
2023-08-10 14:45:05 +03:00
Alexander Tokmakov
4b30900fed
Revert "Improve CHECK TABLE system query" 2023-08-10 14:44:16 +03:00
Kruglov Pavel
14aad359e6
Merge pull request #52555 from bigo-sg/starts_ends_with_utf8
Add new function startsWithUTF8 and endsWithUTF8
2023-08-10 13:18:04 +02:00
alesapin
57025eed65
Merge pull request #52745 from ClickHouse/vdimir/check_table_improvements
Improve CHECK TABLE system query
2023-08-10 11:48:00 +02:00
Nikolai Kochetov
0a1d83d13b
Merge pull request #53193 from yariks5s/update_add_arrays
Improved efficiency for array operations
2023-08-10 11:42:30 +02:00
Alexey Milovidov
0f4561c5af
Merge pull request #53128 from ClickHouse/Retry_for_TransportException_Azure
Added retry for TransportException in azure blob storage
2023-08-10 07:05:10 +03:00
Alexey Milovidov
cf97797836
Merge pull request #53241 from ClickHouse/remove-gargabe-tests
Remove garbage
2023-08-10 07:04:20 +03:00
Alexey Milovidov
6e3100a79d
Merge pull request #53213 from ClickHouse/revert-53210-revert-53100-upload-build-profile
Revert "Revert "Upload build time-trace data to CI database""
2023-08-10 06:43:14 +03:00
Alexey Milovidov
fc3970e3ff Update readme 2023-08-10 04:30:03 +02:00
Alexey Milovidov
0b138fdf16 Remove outdated Dockerfile 2023-08-10 04:15:19 +02:00
Alexey Milovidov
4ba5273939 Disable randomization in 02273_full_sort_join 2023-08-10 03:56:27 +02:00
Alexey Milovidov
f2621e70ae Remove unrecognizable garbage from the performance test 2023-08-10 03:27:07 +02:00
Alexey Milovidov
6edf4a777f Remove unrecognizable garbage from the performance test 2023-08-10 03:26:11 +02:00
Alexey Milovidov
d65ddc6194
Merge pull request #53175 from ClickHouse/analyzer-fix-test-unique-index
Fix: 00838_unique_index test with analyzer
2023-08-10 04:15:02 +03:00
Alexey Milovidov
20dd0818b5
Merge pull request #53247 from ClickHouse/revert-52958-ADQM-1011
Revert "Added new tests for session_log and fixed the inconsistency between login and logout."
2023-08-10 04:10:18 +03:00
Alexey Milovidov
c071f6755d
Revert "Added new tests for session_log and fixed the inconsistency between login and logout." 2023-08-10 04:10:03 +03:00
Alexey Milovidov
52c3704dc7
Merge pull request #52683 from rschu1ze/readBinary-specializations
Remove unneeded readBinary() specializations + update docs
2023-08-10 04:04:57 +03:00
Alexey Milovidov
f4813d6d95
Merge pull request #52990 from ClickHouse/fix-test_dictionary_custom_settings
Fix `test_dictionary_custom_settings`
2023-08-10 03:46:33 +03:00
Alexey Milovidov
a807ccec6c Merge remote-tracking branch 'origin/Retry_for_TransportException_Azure' into remove-gargabe-tests 2023-08-10 02:21:25 +02:00
Alexey Milovidov
89a5a1f6e6
Merge branch 'master' into Retry_for_TransportException_Azure 2023-08-10 03:20:24 +03:00
Alexey Milovidov
a79f2f140d Fix bad test 00417_kill_query 2023-08-10 00:19:24 +02:00
Alexey Milovidov
fd67c8b7d3
Merge branch 'master' into speed-up-debug-tidy-build 2023-08-10 01:05:37 +03:00
Alexey Milovidov
2592382834
Merge branch 'master' into ditch-tons-of-garbage 2023-08-10 01:04:24 +03:00
pufit
1a3eac0d4d
Merge branch 'master' into pufit/role-from-storage 2023-08-09 17:50:07 -04:00
Mikhail f. Shiryaev
ce30b93b34
Move repeated code for ClickHouseHelper to _insert_post 2023-08-09 23:46:45 +02:00
Alexey Milovidov
481792181e Remove garbage 2023-08-09 23:12:39 +02:00
Mikhail f. Shiryaev
c7b045fdde
Process build profiles in the python script, not in docker 2023-08-09 21:48:05 +02:00
Mikhail f. Shiryaev
239d198cf2
Add insert_file to ClickHouseHelper, make insert_json_str public 2023-08-09 21:11:21 +02:00
Mikhail f. Shiryaev
1405346830
Rewrite build_check to use pathlib.Path 2023-08-09 18:56:19 +02:00
Mikhail f. Shiryaev
5341c5c8dd
Use CMAKE_FLAGS and args for cmake profiler 2023-08-09 18:26:25 +02:00
Alexander Tokmakov
aff0a85cd4
Merge pull request #53211 from ClickHouse/tavplubix-patch-8
Disable test_host_regexp_multiple_ptr_records/test.py
2023-08-09 17:55:08 +03:00
Smita Kulkarni
901901a762 Fixed typo 2023-08-09 16:50:40 +02:00
Raúl Marín
cbf8d1a9b0
Merge branch 'master' into async_part_log 2023-08-09 15:43:01 +02:00
robot-clickhouse-ci-1
78771fc0ed
Merge pull request #53212 from Slach/add_wildcard_to_documentation
add ** wildcard to docs, which available from 22.11
2023-08-09 15:40:15 +02:00
Nikolay Degterinsky
734440acfd
Merge pull request #53146 from santrancisco/fix_http_header_filtering
Small fix for HTTPHeaderFilter
2023-08-09 15:24:03 +02:00
Nikolay Degterinsky
549e2d84c7
Merge branch 'master' into fix_http_header_filtering 2023-08-09 15:16:55 +02:00
Alexey Milovidov
964c407d48
Revert "Revert "Upload build time-trace data to CI database"" 2023-08-09 16:11:17 +03:00
Smita Kulkarni
9953050b62 Fixed logs for download 2023-08-09 14:57:17 +02:00
Smita Kulkarni
dc4be33895 Updated logs to include retries 2023-08-09 14:55:44 +02:00
Eugene Klimov
cba56f2ab1
Merge branch 'master' into add_wildcard_to_documentation 2023-08-09 16:32:01 +04:00