Kseniia Sumarokova
|
3c8c4ce449
|
Update test.py
|
2023-06-28 13:16:26 +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 |
|
Alexey Milovidov
|
82fd863ad4
|
Update 02809_storage_set_analysis_bug.sql
|
2023-06-28 13:39:47 +03:00 |
|
János Benjamin Antal
|
d3677adcdf
|
Import missing module
|
2023-06-28 10:37:38 +00:00 |
|
Nikolai Kochetov
|
a029105fd5
|
Fix duplicate storage set logical error.
|
2023-06-28 10:35:19 +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 |
|
Antonio Andelic
|
eff1cc0e5d
|
Remove unused errorcode
|
2023-06-28 10:20:33 +02:00 |
|
Antonio Andelic
|
be852d554b
|
Use magic_enum for values
|
2023-06-28 07:45:20 +00: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 |
|
Alexey Milovidov
|
0f3daa6e47
|
Merge branch 'master' into add-test-42631
|
2023-06-27 22:55:52 +03:00 |
|
Alexey Milovidov
|
3e5abbbf48
|
Update 02807_math_unary_crash.sql
|
2023-06-27 22:47:19 +03: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 |
|
Yatsishin Ilya
|
575f351397
|
add test
|
2023-06-27 18:34:12 +00: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 |
|
Nikita Mikhaylov
|
be8409613a
|
Merge pull request #51396 from ClickHouse/fix-optimize_final_force
Fix test 01293_optimize_final_force
|
2023-06-27 19:52:59 +02:00 |
|
Nikita Mikhaylov
|
a327ca3567
|
Merge pull request #51475 from azat/tests/02003_memory_limit_in_client
Convert 02003_memory_limit_in_client from expect to sh test (to fix flakiness)
|
2023-06-27 19:51:48 +02:00 |
|
Nikita Mikhaylov
|
48e8475511
|
Merge pull request #51484 from kssenii/try-data-race-in-bounded-read-buffer
Fix race in BoundedReadBuffer
|
2023-06-27 19:51:09 +02:00 |
|
Nikifor Seriakov
|
5a39960e03
|
Update docs/en/interfaces/formats.md
Fixed RawBLOB comparison lists formatting.
|
2023-06-27 21:32:39 +04:00 |
|
Ilya Yatsishin
|
d3b8b454f8
|
Fix segfault in MathUnary
|
2023-06-27 19:19:58 +02:00 |
|
Nikita Mikhaylov
|
03a3917829
|
Merge pull request #51468 from ClickHouse/Avogar-patch-3
Try fix flaky 02497_storage_file_reader_selection
|
2023-06-27 18:55:37 +02:00 |
|
Nikita Mikhaylov
|
557f433dfd
|
Merge pull request #51476 from kssenii/fix-disk-web-test
Fix test_disk_over_web_server
|
2023-06-27 18:50:28 +02:00 |
|
Nikita Mikhaylov
|
c22b1d3612
|
Merge pull request #51485 from kssenii/fix-flaky-unit-test
Fix flaky unit test
|
2023-06-27 18:46:12 +02:00 |
|
Nikita Mikhaylov
|
98721ca36c
|
New epoch
|
2023-06-27 16:44:50 +00:00 |
|
robot-ch-test-poll
|
eee9fe54a0
|
Merge pull request #51483 from rschu1ze/docs-join
Docs: Add blog posts to join docs
|
2023-06-27 16:35:23 +02:00 |
|
kssenii
|
b8866e0128
|
Fix flaky unit test
|
2023-06-27 16:11:51 +02:00 |
|