Commit Graph

149536 Commits

Author SHA1 Message Date
Max K.
a15fb8be75
Merge pull request #67919 from ClickHouse/ci_no_critical_bug_fix_in_changleog
CI: Changelog: Critical Bug Fix to Bug Fix
2024-08-06 20:11:55 +00:00
Sema Checherinda
2ccfc8c0eb
Merge pull request #67470 from ClickHouse/chesema-01171-2
run 01171 test in parallel
2024-08-06 19:58:19 +00:00
Robert Schulze
915e6f6565
Merge pull request #67908 from Blargian/docs_toFloat
Update documentation of `toFloat32/64` and variants
2024-08-06 19:52:07 +00:00
Robert Schulze
26b622540f
Merge pull request #64489 from ClickHouse/zup
Update zlib-ng from 2.0.2 to 2.1.7
2024-08-06 19:23:05 +00:00
Robert Schulze
4cdb6db1b7
Merge pull request #67855 from azat/ci/fix-use_query_cache-stressing
Fix query cache randomization in stress tests
2024-08-06 17:59:10 +00:00
Alexey Milovidov
357013f08d
Merge pull request #67726 from ClickHouse/fix-02789_reading_from_s3_with_connection_pool
Fix test `02789_reading_from_s3_with_connection_pool`
2024-08-06 15:43:48 +00:00
Blargian
0bb8d1a8ed optimize formatting by 3% 2024-08-06 17:10:34 +02:00
robot-clickhouse
e1e298f14e Automatic style fix 2024-08-06 14:57:04 +00:00
Alexey Milovidov
9a297b31f5
Merge pull request #67113 from azat/tests/part_log_rmt_fetch_errors
Reintroduce 03002_part_log_rmt_fetch_*_error tests without flakiness and less time
2024-08-06 14:46:00 +00:00
Alexey Milovidov
2df8d6acde
Merge pull request #67423 from ClickHouse/bff
Fix bloom filter index breaking some queries
2024-08-06 14:45:44 +00:00
Alexey Milovidov
6c9d631727
Merge pull request #67589 from azat/tests/01811_storage_buffer_flush_parameters
Fix 01811_storage_buffer_flush_parameters flakiness
2024-08-06 14:43:17 +00:00
vdimir
a180bf311c
Merge pull request #67804 from ClickHouse/vdimir/fix_fliter_pushdown_no_keys
Fix filter pushdown for aggregation without keys
2024-08-06 14:35:50 +00:00
Nikolay Degterinsky
1126ae3e5a
Merge pull request #67560 from evillique/fix-timeout-stateless-tests
[CI] Check for timeout when we stop logs replication
2024-08-06 14:35:23 +00:00
Max Kainov
dbcc5cf133 CI: Changelog: Critical Bug Fix to Bug Fix 2024-08-06 15:39:08 +02:00
Alexey Milovidov
77fd21555f
Merge pull request #67910 from ClickHouse/auto/v24.6.3.95-stable
Update version_date.tsv and changelogs after v24.6.3.95-stable
2024-08-06 13:23:17 +00:00
robot-clickhouse
e2eeb6f180 Update version_date.tsv and changelogs after v24.6.3.95-stable 2024-08-06 12:54:27 +00:00
Blargian
5313c9539e update documentation for Float32/64 and variants 2024-08-06 14:34:06 +02:00
Alexey Milovidov
8301fa0b06
Merge pull request #67822 from ClickHouse/fix-bad-test-03032_redundant_equals
Fix bad test `03032_redundant_equals`
2024-08-06 12:01:31 +00:00
Sema Checherinda
851d4d3fdf adjust MIN_ITERATIONS 2024-08-06 13:56:37 +02:00
Igor Nikonov
feeb945461
Merge pull request #67389 from ClickHouse/pr-all-connection-failed
Try to fix: ALL_CONNECTION_TRIES_FAILED with parallel replicas
2024-08-06 11:37:23 +00:00
Sema Checherinda
874a7dbe37 adjust settings 2024-08-06 13:22:53 +02:00
Sema Checherinda
c896165e16 add min time 2024-08-06 13:22:53 +02:00
Sema Checherinda
244da49013 add max iteration 2024-08-06 13:22:53 +02:00
Sema Checherinda
523767c0c0 run 01171 test in parallel 2024-08-06 13:22:53 +02:00
Max K.
8cca8ecb34
Merge pull request #67101 from ClickHouse/ci_mergeable_check_fix
CI: CheckReadyForMerge fixes
2024-08-06 11:08:45 +00:00
Nikita Taranov
173f55989e
Merge pull request #67680 from ClickHouse/fix_02313_filesystem_cache_seeks
Avoid ddl queue timeout in 02313_filesystem_cache_seeks
2024-08-06 10:54:40 +00:00
Anton Popov
3656b9094a
Merge pull request #67846 from ClickHouse/revert-67392-revert-66099-better-index-calc
Revert "Revert "Slightly better calculation of primary index""
2024-08-06 10:36:01 +00:00
Nikolay Degterinsky
103ff7d2f9 Merge remote-tracking branch 'upstream/master' into fix-timeout-stateless-tests 2024-08-06 10:23:57 +00:00
Nikita Mikhaylov
b4a6f249ab
Merge pull request #66438 from ClickHouse/analyzer-beta
Analyzer is finally Beta
2024-08-06 09:39:29 +00:00
Azat Khuzhin
27569815d5 Fix query cache randomization in stress tests
Right now it fails with [1]:

    2024.08.05 12:53:53.659422 [ 3559 ] {123237a2-5f08-47e4-996e-21e20bc4a51a} <Error> executeQuery: Code: 704. DB::Exception: The query result was not cached because the query contains a non-deterministic function. Use setting `query_cache_nondeterministic_function_handling = 'save'` or `= 'ignore'` to cache the query result regardless or to omit caching. (QUERY_CACHE_USED_WITH_NONDETERMINISTIC_FUNCTIONS) (version 24.8.1.1356) (from [::1]:42534) (in query: SELECT version(), arrayStringConcat(groupArray(value), ' ') FROM system.build_options WHERE name IN ('GIT_HASH', 'GIT_BRANCH') ), Stack trace (when copying this message, always include the lines below):

    Uexpected exception, will not retry:  HTTPError :  Code: 500. Code: 704. DB::Exception: The query result was not cached because the query contains a non-deterministic function. Use setting `query_cache_nondeterministic_function_handling = 'save'` or `= 'ignore'` to cache the query result regardless or to omit caching. (QUERY_CACHE_USED_WITH_NONDETERMINISTIC_FUNCTIONS) (version 24.8.1.1356)

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/67737/e68c9c8d16f37f6c25739076c9b071ed97952269/stress_test__asan_/stress_test_run_10.txt

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-06 11:38:55 +02:00
Robert Schulze
4d44682017
Merge pull request #66479 from rschu1ze/bump-rocksdb2
Bump RocksDB from v7.10.2 to v8.9.1
2024-08-06 09:31:20 +00:00
Robert Schulze
f9320b82d9
Merge pull request #67867 from rschu1ze/fuzz-and-fuss
Un-flake 02524_fuzz_and_fuss_2
2024-08-06 09:08:32 +00:00
Nikolai Kochetov
614b78495a
Merge pull request #67395 from ClickHouse/anoter-case-of-non-deterministic-func-in-group-by-key
Fix another one case of non-deterministic PK
2024-08-06 08:56:54 +00:00
Nikita Mikhaylov
22ac7ce11d Merge branch 'master' of github.com:ClickHouse/ClickHouse into pr-all-connection-failed 2024-08-06 10:31:12 +02:00
Michael Kolupaev
dc776af565
Merge pull request #67484 from ClickHouse/nojs
Revert #61750 "Improve JSONEachRow reading by ignoring the keys case"
2024-08-06 08:27:02 +00:00
Michael Kolupaev
f344d833fd
Merge pull request #65253 from ClickHouse/reg
attach_gdb.lib: print more information before all stacks
2024-08-06 08:18:46 +00:00
Michael Kolupaev
9e3bc9bc53
Merge pull request #66018 from ClickHouse/readyornot
Fix 'Not-ready Set is passed' in system tables
2024-08-06 08:13:03 +00:00
János Benjamin Antal
45c4a71ccb
Merge pull request #67800 from ClickHouse/revert-66510
Revert "Merge pull request #66510 from canhld94/fix_trivial_count_non_deterministic_func"
2024-08-06 06:30:35 +00:00
Michael Kolupaev
bb71c1eea8
Merge pull request #67874 from ClickHouse/omnomsan
no-msan 00314_sample_factor_virtual_column
2024-08-06 05:02:29 +00:00
Alexey Katsman
913bc8ab3a
Merge pull request #67869 from alexkats/misc-fixes
Misc fixes
2024-08-06 04:10:41 +00:00
Michael Kolupaev
b1b5dd6fc5
Merge pull request #67418 from ClickHouse/curange
Make Dwarf::findAddress() fallback slow path less slow
2024-08-06 03:24:08 +00:00
Alexey Milovidov
c052c92ea9
Merge pull request #67829 from ClickHouse/update-tags-for-tests
Update tags for a few tests
2024-08-06 01:25:14 +00:00
Alexey Milovidov
3419b916a9
Merge pull request #66457 from AVMusorin/add-play-now-param
Allow run query instantly in play
2024-08-06 00:50:51 +00:00
Michael Kolupaev
8703941a0f Apply https://github.com/ClickHouse/zlib-ng/pull/18 2024-08-05 22:36:30 +00:00
Michael Kolupaev
93afcd16b0 Merge remote-tracking branch 'origin/master' into reg 2024-08-05 22:10:56 +00:00
Michael Kolupaev
4e8bd0654c Remove from history 2024-08-05 22:06:36 +00:00
Michael Kolupaev
a05ead3f77 Conflict 2024-08-05 22:04:53 +00:00
Michael Kolupaev
cfcd9fe096 Conflicts 2024-08-05 21:57:23 +00:00
Alexey Milovidov
8e19f46829
Merge pull request #67706 from ClickHouse/ci_minot_utils_refactoring
CI: Minor refactoring in ci_utils
2024-08-05 21:34:43 +00:00
Nikita Mikhaylov
4829ba31d3 Actually fix a test 2024-08-05 21:18:53 +00:00