Commit Graph

118099 Commits

Author SHA1 Message Date
Igor Nikonov
18cb040342
Merge pull request #51540 from ClickHouse/fix_hash_dict_detach_thread
Fix FATAL: query context is not detached from thread group
2023-06-29 10:36:03 +02:00
Igor Nikonov
a8aa6b55d1
Merge branch 'master' into fix_hash_dict_detach_thread 2023-06-29 10:35:09 +02:00
Igor Nikonov
def0adf8f4
Merge branch 'master' into many-fixes-2 2023-06-29 10:33:59 +02:00
Alexey Milovidov
77ed1aaac1
Merge pull request #51583 from ClickHouse/changelog-23.6
Changelog for 23.6
2023-06-29 11:23:12 +03:00
Alexey Milovidov
2392dda412 Changelog for 23.6 2023-06-29 09:38:59 +02:00
Alexey Milovidov
9930fd4756
Merge pull request #51534 from rschu1ze/bug-51525
Fix logical assert in `tupleElement()` with default values
2023-06-29 07:50:50 +03:00
Mikhail f. Shiryaev
fe5ad455f6
Merge pull request #51564 from ClickHouse/cleanup-server-image
Bring back lost /tmp cleanup in clickhouse-server docker image
2023-06-29 00:31:48 +02:00
Mikhail f. Shiryaev
92d7b067b0
Bring back lost /tmp cleanup in clickhouse-server docker image 2023-06-28 23:39:08 +02:00
robot-ch-test-poll4
2653b9c808
Merge pull request #51562 from ClickHouse/thomoco-patch-3
Update functions-for-nulls.md
2023-06-28 23:20:26 +02:00
Thom O'Connor
29a0220e63
Update functions-for-nulls.md
Fixing broken link to HTML anchor on page
2023-06-28 14:42:01 -06:00
Robert Schulze
5b78b3903b
Fix logical error in tupleElement() 2023-06-28 18:35:33 +00:00
Robert Schulze
bf54fb4caa
tupleElement(): Return default value for out-of-bounds-index
Makes the actual and the documented behavior consistent.
2023-06-28 18:35:32 +00:00
Robert Schulze
eea3c39959
Cosmetics 2023-06-28 18:35:27 +00:00
Mikhail f. Shiryaev
d8f4e45b21
Merge pull request #51548 from ClickHouse/auto/v23.3.6.7-lts
Update version_date.tsv and changelogs after v23.3.6.7-lts
2023-06-28 20:19:17 +02:00
robot-ch-test-poll4
aa514dc846
Merge pull request #50551 from ClickHouse/fix-ip-aggregate-state
Fix backward compatibility for IP types hashing in aggregate functions
2023-06-28 19:24:04 +02:00
Igor Nikonov
56354b7251 Fix yet another place 2023-06-28 16:55:22 +00:00
robot-clickhouse
9c2a9a60ea Update version_date.tsv and changelogs after v23.3.6.7-lts 2023-06-28 16:35:41 +00:00
Igor Nikonov
0b19c1832a Fix: detach from thread group 2023-06-28 14:15:03 +00:00
Mikhail f. Shiryaev
c7ae150ffb
Merge pull request #51504 from ClickHouse/shape-up-docker-server
Reshape the Dockerfile for clickhouse/clickhouse-server
2023-06-28 13:33:04 +02:00
robot-ch-test-poll4
bd88a2195a
Merge pull request #51520 from ClickHouse/fix-test-ssl-cert-authentication-flaky-tests
Make `test_ssl_cert_authentication` similar to `test_tlvs1_3`
2023-06-28 12:39:58 +02:00
János Benjamin Antal
d3677adcdf Import missing module 2023-06-28 10:37:38 +00:00
Nikita Mikhaylov
b8b0fd3abf
Slightly better code around packets for parallel replicas (#51451) 2023-06-28 12:30:15 +02:00
János Benjamin Antal
451694d8b6 Make test_ssl_cert_authentication similar to test_tlvs1_3 2023-06-28 10:24:54 +00:00
Antonio Andelic
0320ab4a70
Try making Keeper in DatabaseReplicated tests more stable (#51473)
* Try making Keeper in DatabaseReplicated less flaky

* lower log level to debug

* Revert back to information
2023-06-28 13:16:16 +03:00
Kseniia Sumarokova
0c1f24db77
Add a comment (#51517)
* Add a comment

* Update DatabaseCatalog.cpp
2023-06-28 13:13:16 +03:00
vdimir
e2241b8c7c
Merge branch 'grace_hash_join_debug_2306' into many-fixes-2 2023-06-28 09:35:20 +00:00
Alexander Tokmakov
0d6c7ffb30 Merge remote-tracking branch 'ch/evillique-patch-1' into many-fixes-2 2023-06-28 10:45:11 +02:00
Mikhail f. Shiryaev
67a7bdbb3a
Rollback note about 22.04 in #50958 2023-06-28 10:45:07 +02:00
Alexander Tokmakov
0e72c6dcc9 fix 2023-06-28 10:33:07 +02:00
Mikhail f. Shiryaev
1cd5ae36bd
Get rid of deprecated apt-key 2023-06-28 10:32:21 +02:00
Mikhail f. Shiryaev
6d2b5166b9
Update golang version in builder 2023-06-28 10:32:20 +02:00
Mikhail f. Shiryaev
a2c4546c00
Downgrade the base image to address issues on old dockerd 2023-06-28 10:32:19 +02:00
Mikhail f. Shiryaev
6145baade8
Upgrade OS only once
The ubuntu images are updated twice a month, it makes sense to do
upgrade
https://github.com/docker-library/official-images/commits/master/library/ubuntu
2023-06-28 10:32:19 +02:00
Mikhail f. Shiryaev
04a08b47f3
Reorganize installation of clickhouse to have separated layers 2023-06-28 10:32:18 +02:00
robot-clickhouse-ci-1
73fb47e81f
Merge pull request #51479 from kssenii/delay-shutdown-of-temporary-database
Delay shutdown of system and temporary databases
2023-06-28 06:20:46 +02:00
Nikolay Degterinsky
42f3871833
Fix test_host_regexp_multiple_ptr_records_concurrent 2023-06-28 02:29:27 +02:00
Nikolay Degterinsky
b95e8704d3
Fix test_host_regexp_multiple_ptr_records 2023-06-28 02:27:31 +02:00
Alexander Tokmakov
1ed104417a fix race between executeMetadataAlter and initializeReplication
(cherry picked from commit 1d47783e85)
2023-06-27 23:24:02 +02:00
robot-ch-test-poll1
5af23b938d
Merge pull request #51500 from nikandfor/patch-2
Little fix in docs/en/interfaces/formats.md
2023-06-27 21:27:58 +02:00
Nikita Mikhaylov
abf56b80a9
Merge pull request #51482 from kssenii/try-fix-test-multiple-disks
Increase retries in test_multiple_disks/test.py::test_start_stop_moves
2023-06-27 21:02:22 +02:00
Nikita Mikhaylov
95d569e563
Merge pull request #51480 from vitlibar/fix-memory-leakage-in-compression-codec-deflate-qpl
Fix memory leakage in CompressionCodecDeflateQpl
2023-06-27 21:00:40 +02:00
Nikita Mikhaylov
4d25bbd859
Merge pull request #51375 from ClickHouse/fix-test-02458_relax_too_many_parts
Attempt to fix the `relax_too_many_parts` test
2023-06-27 20:04:42 +02:00
Nikita Mikhaylov
3d7433cddd
Merge pull request #51374 from ClickHouse/fix-bad-dns-test
Fix bad tests for DNS
2023-06-27 20:03:09 +02:00
Nikita Mikhaylov
b250cdc885
Merge pull request #51372 from ClickHouse/fix-fasttest
Increase timeout of Fast Test
2023-06-27 20:02:01 +02:00
Nikita Mikhaylov
0af362d461
Merge pull request #51368 from ClickHouse/disable-compile-expressions
Disable "compile_expressions" setting by default
2023-06-27 20:00:40 +02:00
Nikita Mikhaylov
c2e8ff5d18
Merge pull request #51369 from ClickHouse/fix-merge-truncate-log
Fix "merge_truncate_long" test
2023-06-27 19:58:27 +02:00
Nikita Mikhaylov
eae4ecd002
Merge pull request #51371 from ClickHouse/fix-msan-lower-upper
Fix MSan report in lowerUTF8/upperUTF8
2023-06-27 19:57:08 +02:00
Nikita Mikhaylov
7f00501eb9
Merge pull request #51377 from ClickHouse/fix-bad-distributed-test
Fix bad test `01018_Distributed__shard_num`
2023-06-27 19:55:58 +02:00
Nikita Mikhaylov
e4229aee0a
Merge pull request #51379 from ClickHouse/fix-logical-error-address-to-line-with-inlines
Fix "logical error" in addressToLineWithInlines
2023-06-27 19:54:51 +02:00
Nikita Mikhaylov
9cec3675da
Merge pull request #51380 from ClickHouse/fix-test-ttl_where_group_by
Fix test 01280_ttl_where_group_by
2023-06-27 19:54:17 +02:00