Commit Graph

118099 Commits

Author SHA1 Message Date
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
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
kssenii
648b647f5f Fix race 2023-06-27 15:54:06 +02:00
Robert Schulze
99c9830737
Docs: Add more blog posts to join docs 2023-06-27 13:34:58 +00:00
kssenii
ddca9ece50 Increase retries 2023-06-27 15:32:14 +02:00
Vitaly Baranov
89de7a64eb Fix memory leakage in CompressionCodecDeflateQpl. 2023-06-27 15:06:31 +02:00
kssenii
46a69829ff Delay shutdown of system and temporary databases 2023-06-27 15:05:15 +02:00
Nikita Mikhaylov
fd7babdc5b
Merge branch 'master' into fix-msan-lower-upper 2023-06-27 14:13:36 +02:00
Nikita Mikhaylov
d24c5ab01f
Merge branch 'master' into fix-ip-aggregate-state 2023-06-27 14:11:26 +02:00
Nikita Mikhaylov
dc0dc227e0
Merge pull request #51455 from ClickHouse/many-fixes
Many fixes
2023-06-27 13:57:17 +02:00
kssenii
acea2d66f0 Fix 2023-06-27 13:40:07 +02:00
Azat Khuzhin
dc2c1a4226 Convert 02003_memory_limit_in_client from expect to sh test (to fix flakiness)
I don't see the reason for using expect here, and plus now the test is
only 2 lines instead.

Also this conversion should fix the test flakiness, since sometimes 60
seconds is not enough [1]:

    2023.06.26 17:42:29.582168 [ 13456 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Debug> executeQuery: Query span trace_id for opentelemetry log: 00000000-0000-0000-0000-000000000000
    2023.06.26 17:42:29.584019 [ 13456 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Debug> executeQuery: (from [::1]:38130) (comment: 02003_memory_limit_in_client.expect) SELECT arrayMap(x -> range(x), range(number)) FROM numbers(1000) (stage: Complete)
    2023.06.26 17:42:29.588131 [ 13456 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
    2023.06.26 17:42:29.780980 [ 2566 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Debug> MemoryTracker: Current memory usage (for query): 1.24 GiB.
    2023.06.26 17:43:29.179098 [ 13456 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Information> TCPHandler: Client has dropped the connection, cancel the query.
    2023.06.26 17:44:05.523345 [ 13456 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Information> executeQuery: Code: 394. DB::Exception: Query was cancelled or a client has unexpectedly dropped the connection. (QUERY_WAS_CANCELLED) (version 23.6.1.1) (from [::1]:38130) (comment: 02003_memory_limit_in_client.expect) (in query: SELECT arrayMap(x -> range(x), range(number)) FROM numbers(1000))
    2023.06.26 17:44:05.680631 [ 13456 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Debug> MemoryTracker: Peak memory usage (for query): 1.25 GiB.
    2023.06.26 17:44:05.680747 [ 13456 ] {8a324061-a504-4843-be65-6abb5db4bc5c} <Debug> TCPHandler: Processed in 96.108615451 sec.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/51407/e92035072b7b3367da12089b28041893eb90e636/stateless_tests__tsan__[2_5].html

And it is either expect is too slow, or server did not respond for
awhile, but this was a TSan build and trace_log is empty, so it is not
possible to check which one was the problem.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-27 13:21:34 +02:00
Kseniia Sumarokova
5467f394c8
Merge pull request #51440 from kssenii/minor-changes-cached-buffer
Update exception message
2023-06-27 13:07:25 +02:00
Sema Checherinda
7d13dd6e64
Merge pull request #51412 from CheSema/fix-test-profile-events-s3
fix flacky test test_profile_events_s3
2023-06-27 13:06:39 +02:00
Sema Checherinda
141d6b835c
Merge branch 'master' into fix-test-profile-events-s3 2023-06-27 13:03:00 +02:00
Kseniia Sumarokova
817a62b7cf
Merge branch 'master' into minor-changes-cached-buffer 2023-06-27 13:02:37 +02:00
Kseniia Sumarokova
78c1f4bb52
Merge pull request #51444 from kssenii/add-checks-for-intersecting-ranges
fs cache: add check for intersecting ranges
2023-06-27 12:57:04 +02:00
Kseniia Sumarokova
6b06cbe106
Merge branch 'master' into add-checks-for-intersecting-ranges 2023-06-27 12:55:26 +02:00
Vitaly Baranov
0f842f9401
Merge pull request #51348 from vitlibar/fix-using-locks-in-process-list
Fix using locks in ProcessList
2023-06-27 12:21:49 +02:00
Vitaly Baranov
1ae51ffa7b
Merge branch 'master' into fix-using-locks-in-process-list 2023-06-27 12:19:02 +02:00
Kruglov Pavel
b4b21c0cf2
Try fix flaky 02497_storage_file_reader_selection 2023-06-27 10:05:14 +02:00
SmitaRKulkarni
dcf581a985
Merge pull request #50936 from ClickHouse/Fix_race_azure_blob_storage_iterator
Fix race azure blob storage iterator
2023-06-27 09:27:45 +02:00
Alexey Milovidov
392cddea0e Merge branch 'many-fixes' of github.com:ClickHouse/ClickHouse into many-fixes 2023-06-27 07:08:33 +02:00
Alexey Milovidov
37d7abc700 Merge branch 'fix-adaptive_granularity_block_borders' into many-fixes 2023-06-27 07:08:08 +02:00
Alexey Milovidov
76108b955c Fix test 01605_adaptive_granularity_block_borders 2023-06-27 07:06:50 +02:00
robot-clickhouse
9d8b996f68 Automatic style fix 2023-06-27 04:30:56 +00:00
Alexey Milovidov
8c38d10bb4 A fix for clang-17 2023-06-27 05:49:03 +02:00
Alexey Milovidov
b5635887c3 Merge remote-tracking branch 'origin/refactor-subqueries-for-in' into many-fixes 2023-06-27 05:39:44 +02:00
Alexey Milovidov
19c054ea21 Merge branch 'fix-using-locks-in-process-list' of github.com:vitlibar/ClickHouse into many-fixes 2023-06-27 05:37:05 +02:00
Alexey Milovidov
de58339c3b Merge branch 'fix-perf-tests-jemalloc' of github.com:azat/ClickHouse into many-fixes 2023-06-27 05:35:26 +02:00
Alexey Milovidov
40e265d92c Merge remote-tracking branch 'origin/Avogar-patch-2' into many-fixes 2023-06-27 05:33:48 +02:00
Alexey Milovidov
ccbcbe3349 Merge remote-tracking branch 'origin/tavplubix-patch-6' into many-fixes 2023-06-27 05:33:29 +02:00
Alexey Milovidov
a601e9c2fb Merge remote-tracking branch 'origin/50679-test_tlsv1_3-is-flaky-test_https_wrong_cert-test_https_non_ssl_auth' into many-fixes 2023-06-27 05:31:17 +02:00
Alexey Milovidov
d2253b088d Merge branch 'fix-02497_trace_events_stress_long' into many-fixes 2023-06-27 05:29:05 +02:00
Alexey Milovidov
56a54cbc44 Merge branch 'fix-02481_parquet_list_monotonically_increasing_offsets' into many-fixes 2023-06-27 05:28:32 +02:00
Alexey Milovidov
1a04f746b0 Merge branch 'fix-long-attach-memory-limit' into many-fixes 2023-06-27 05:28:12 +02:00
Alexey Milovidov
cb157f1c6b Merge branch 'fix-test-warnings' into many-fixes 2023-06-27 05:27:44 +02:00
Alexey Milovidov
03570cc733 Merge branch 'remove-console-certificate-handler' into many-fixes 2023-06-27 05:27:25 +02:00
Alexey Milovidov
a686833f8e Merge branch 'fix-logical-error-address-to-line-with-inlines' into many-fixes 2023-06-27 05:26:05 +02:00
Alexey Milovidov
0159bace9b Merge branch 'fix-bad-distributed-test' into many-fixes 2023-06-27 05:25:47 +02:00
Alexey Milovidov
896b26db39 Merge branch 'fix-test-ttl_where_group_by' into many-fixes 2023-06-27 05:25:34 +02:00
Alexey Milovidov
9bc6d9bc7e Merge branch 'fix-many_mutations' into many-fixes 2023-06-27 05:25:17 +02:00