Commit Graph

148072 Commits

Author SHA1 Message Date
Raúl Marín
7fedc0ffbe
Update base/glibc-compatibility/musl/getauxval.c
Co-authored-by: Alexander Gololobov <davenger@clickhouse.com>
2024-07-25 12:26:37 +02:00
Raúl Marín
9d27071b64 Merge remote-tracking branch 'blessed/master' into sanitizer_getauxval 2024-07-25 11:58:08 +02:00
Robert Schulze
6fab321e9f
Merge pull request #66897 from rschu1ze/funcs-g-r-input_rows_count
Functions [h-r]*: Iterate over input_rows_count where appropriate
2024-07-25 08:54:47 +00:00
János Benjamin Antal
2aa613fd14
Merge pull request #66924 from ClickHouse/fix-flaky-01923_network_receive_time_metric_insert
Decrease rate limit in `01923_network_receive_time_metric_insert`
2024-07-25 08:35:48 +00:00
János Benjamin Antal
d785f4dde9
Merge pull request #67070 from ClickHouse/fix-flaky-test-seekable-formats-tests
Fix flaky `test_seekable_formats_url` and `test_seekable_formats` S3 storage tests
2024-07-25 08:32:52 +00:00
János Benjamin Antal
2def300631
Merge pull request #67049 from ClickHouse/fix-sanitizer-allocation-size-is-too-big
Increase max allocation size for sanitizers
2024-07-25 08:32:38 +00:00
Ilya Yatsishin
db5b4c0e96
Merge pull request #66986 from qoega/integration-flaky-check-repeat
Add hardening to integration tests flaky check: repeat test case multiple times with same environment.
2024-07-25 08:18:37 +00:00
Nikita Fomichev
e1f89f41f7
Merge pull request #67027 from ClickHouse/fix-flaky-integration-tests
Integration tests: fix flaky tests `test_backup_restore_on_cluster/test_concurrency.py` & `test_manipulate_statistics/test.py`
2024-07-25 07:50:17 +00:00
Michael Kolupaev
1b2fd51e09
Merge pull request #66977 from ClickHouse/uwo
Apply libunwind fix
2024-07-25 03:40:19 +00:00
Michael Kolupaev
36e59a1b70 Final commit hash 2024-07-25 01:58:27 +00:00
Raúl Marín
a35a01c76c
Merge pull request #66976 from Algunenano/247_changelog
Add initial 24.7 changelog
2024-07-24 22:37:54 +00:00
Raúl Marín
fda11dc62d Typo 2024-07-24 22:51:26 +02:00
Raúl Marín
6e3dccf365
Merge pull request #67040 from ClickHouse/revert-62103-pufit/fuzz-query
Revert "FuzzQuery table function"
2024-07-24 20:48:58 +00:00
Raúl Marín
e4b50c18c2 getauxval: Avoid crash under sanitizer re-exec due to high ASLR entropy 2024-07-24 22:26:46 +02:00
Max K.
a45a7329dc
Merge pull request #67004 from ClickHouse/ci_fix_jepsen_wf
CI: Jepsen Workflow fix for skipped builds and observability
2024-07-24 20:13:51 +00:00
Alexey Milovidov
397a523971
Merge pull request #67019 from ClickHouse/divanik/fix_test_azure_flaky
[Green CI] Fix test test_storage_azure_blob_storage
2024-07-24 19:03:05 +00:00
Max K
9de43325e4 CI: Jepsen Workflow with CI buddy 2024-07-24 19:51:34 +02:00
Antonio Andelic
d89a6e95a6
Merge pull request #67003 from ClickHouse/fix-01454_storagememory_data_race_challenge
Fix flaky `01454_storagememory_data_race_challenge`
2024-07-24 17:37:10 +00:00
Alexey Milovidov
32caef5d34
Merge pull request #67065 from ClickHouse/docs-json-schema-inference
Update link for JSON schema inference in NYPD dataset
2024-07-24 16:48:46 +00:00
robot-clickhouse
ce153c9b54 Automatic style fix 2024-07-24 16:05:18 +00:00
Nikita Taranov
408c5bbbd1
Merge pull request #66905 from ClickHouse/fix_deadlock_on_cancel
Fix possible deadlock on query cancel with parallel replicas
2024-07-24 16:00:33 +00:00
János Benjamin Antal
fa48ff0ca1 Separate tests 2024-07-24 15:49:17 +00:00
Justin de Guzman
4ab4b67292
Update link for JSON schema inference 2024-07-24 07:59:34 -07:00
János Benjamin Antal
e498b86f50 Add option for LSAN in shell also 2024-07-24 14:00:28 +00:00
János Benjamin Antal
c5d262c23b Increase max allocation size for sanitizers 2024-07-24 13:55:59 +00:00
Raúl Marín
56c15b37eb
Merge pull request #67037 from mneedham/patch-4
Update json.md
2024-07-24 13:35:32 +00:00
Kruglov Pavel
0ce04f47f5
Merge pull request #66899 from Avogar/fix-bad-format-detection
Fix invalid format detection in schema inference
2024-07-24 12:57:36 +00:00
Raúl Marín
ff44b20661
Revert "FuzzQuery table function" 2024-07-24 14:51:48 +02:00
Raúl Marín
009da21694 24.7 changelog improvements 2024-07-24 14:46:44 +02:00
Mark Needham
81c19b02e7
Update json.md 2024-07-24 13:33:32 +01:00
alesapin
50cc42675a
Merge pull request #66761 from ClickHouse/better_limit_in_keeper
Small improvement for background pool in Keeper
2024-07-24 12:17:27 +00:00
Nikita Fomichev
09cb2d822a Change description for setting: throw_if_deduplication_in_dependent_materialized_views_enabled_with_async_insert 2024-07-24 14:05:50 +02:00
Nikita Fomichev
9aaf806021 Integration tests: fix flaky tests 2 2024-07-24 14:03:40 +02:00
Alexey Milovidov
5a4595536e
Merge pull request #66842 from ClickHouse/remove-with-dictionary
Remove `WithDictionary`
2024-07-24 11:57:32 +00:00
Alexey Milovidov
eb5400b604
Merge pull request #66912 from ClickHouse/fix-distributed-analyzer
Fix views over distributed tables with Analyzer
2024-07-24 11:56:52 +00:00
Yatsishin Ilya
d507adf9a7 fix 2024-07-24 11:33:31 +00:00
Nikita Fomichev
2ea10d9994 Integration tests: fix flaky tests 2024-07-24 13:13:58 +02:00
Kruglov Pavel
911104dcb2
Merge pull request #66981 from Avogar/split-dynamic-merges-test
[CI Fest] Split dynamic tests and rewrite them from sh to sql to avoid timeouts
2024-07-24 11:05:17 +00:00
divanik
f21a9e5d08 Fix bug 2024-07-24 11:00:49 +00:00
Kruglov Pavel
7280118845
Merge pull request #66984 from Avogar/fix-msan-issue-json-functions
[CI Fest] Fix use-of-uninitialized-value in JSONExtract* numeric functions
2024-07-24 11:00:45 +00:00
divanik
1b95a68dc0 Fix typo 2024-07-24 10:48:18 +00:00
divanik
8c19d502f8 Add decorator and retries for azurite 2024-07-24 10:44:06 +00:00
Alexey Milovidov
c55df3357c
Merge pull request #66906 from ClickHouse/fix-performance-test-generate-random
Fix performance test about the generateRandom table function, supposedly
2024-07-24 09:47:32 +00:00
alesapin
da2e347747
Merge pull request #66898 from ClickHouse/better_handling_of_errors
[CI Fest] Better processing of broken parts and their projections (fixes rare cases of lost forver)
2024-07-24 09:44:26 +00:00
Max K.
b46fc18e8b
Merge pull request #67008 from ClickHouse/ci_automerge_after_non_required_checks_only
CI: Automerge when required and non-required checks completed
2024-07-24 09:37:12 +00:00
Max K
a43c4f4f7f CI: Automerge when required and non-required checks completed 2024-07-24 10:54:16 +02:00
Max K.
157c8e3044
Merge pull request #67000 from ClickHouse/ci_fix_workflow_results_parsing
CI: Fix for workflow results parsing
2024-07-24 08:30:51 +00:00
Antonio Andelic
f39c18d4d0 Fix flaky 01454_storagememory_data_race_challenge 2024-07-24 10:11:40 +02:00
Robert Schulze
68a0b28b81
Merge pull request #66934 from rschu1ze/issue-66887
Un-flake test_runtime_configurable_cache_size
2024-07-24 08:10:59 +00:00
Ilya Yatsishin
02ee0d8dd4
Merge pull request #66896 from qoega/improve-integration-tests-1
Improved test_storage_s3 tests to make it repeatable
2024-07-24 07:52:39 +00:00