Commit Graph

124148 Commits

Author SHA1 Message Date
Yakov Olkhovskiy
97317a07f1 remove oss-fuzz build, add fuzzers build 2023-09-03 17:28:44 +00:00
xuzifu666
c83b014980 fix 2023-09-03 22:03:28 +08:00
robot-clickhouse
23091478d1 Automatic style fix 2023-09-03 14:03:18 +00:00
Yinzheng-Sun
74ec546052 remove semicolon 2023-09-03 21:52:39 +08:00
Kseniia Sumarokova
b3319f7908
Minor changes (#54171) 2023-09-03 15:47:52 +02:00
Igor Nikonov
4e6a2b38d3 Extend cluster_all_replicas intergration test
+ skip_unavailable_shards
2023-09-03 13:39:05 +00:00
seshWCS
cee0bc0bef deleted extra variable 2023-09-03 12:22:23 +00:00
Victor Krasnov
9c315490f7 Align test_backup_restore_new::test_backup_all[True] with backup_log 2023-09-03 15:04:23 +03:00
Stig Bakken
3ae835895d Add ProfileEvents::Timer class
Example of use (assumes we have ProfileEvents::SomethingTimeMilliseconds):

```c++
using ProfileEvents::Timer::Resolution;

...

if (do_something)
{
    counters->timer<Resolution::Milliseconds>(SomethingTimeMilliseconds);
    /// do "something"
} /// timer increments when scope exits

```
2023-09-03 13:32:25 +02:00
xuzifu666
236e5d4f11 Improve vars with refernce in Settings 2023-09-03 19:24:03 +08:00
robot-ch-test-poll2
776f232ec0
Merge pull request #54215 from ClickHouse/remove-metadata-cache
Deprecate metadata cache, part 2
2023-09-03 07:17:26 +02:00
Alexey Milovidov
e7f674165a
Merge pull request #54210 from ClickHouse/fix-timezones-ci-logs
Fix timezones in the CI Logs database
2023-09-03 04:58:43 +03:00
Alexey Milovidov
7cb4d52d92 Deprecate metadata cache, part 2 2023-09-03 03:56:11 +02:00
robot-ch-test-poll1
a8983c0a68
Merge pull request #54214 from ClickHouse/s3queue-experimental
S3Queue is experimental
2023-09-03 03:52:17 +02:00
Han Fei
3f2848ea63
Merge pull request #53803 from ClickHouse/revert-53795-revert-53641-feat_53602
Revert "Revert "dateDiff: add support for plural units.""
2023-09-03 03:36:03 +02:00
Alexey Milovidov
061821d731 Update test 2023-09-03 00:03:15 +02:00
Alexey Milovidov
282636fd74 S3Queue is experimental 2023-09-03 00:00:37 +02:00
Igor Nikonov
d7076ab017
Revert "Revert "Fix: respect skip_unavailable_shards with parallel replicas"" 2023-09-02 23:52:56 +02:00
Bharat Nallan Chakravarthy
2c8fd5dbb1 fix possible type mismatch with IPv4 2023-09-02 14:48:46 -07:00
Michael Kolupaev
8505b3c940
Merge pull request #54134 from kssenii/refactor-reading-from-remote-fs
Small refactoring for read from object storage
2023-09-02 11:13:03 -07:00
Yakov Olkhovskiy
50965c02dc update test 2023-09-02 18:12:31 +00:00
Bharat Nallan Chakravarthy
8ecbdd2768 fix clang-tidy errors 2023-09-02 09:50:17 -07:00
Alexey Milovidov
b1be646fb1
Merge pull request #54198 from ClickHouse/system_tables_from_s3
Save system tables from s3_disk in the report
2023-09-02 19:10:20 +03:00
Alexey Milovidov
9763a4c2d4 Fix timezones in the CI Logs database 2023-09-02 17:49:51 +02:00
robot-clickhouse-ci-1
97061f6806
Merge pull request #54199 from ClickHouse/fix-parallel-replicas-distributed
Fix: parallel replicas over distributed don't read from all replicas
2023-09-02 15:38:51 +02:00
Alexey Milovidov
44bf743304
Merge pull request #54191 from arthurpassos/fix_flaky_test_s3_storage_conf_proxy
Fix flaky test_s3_storage_conf_proxy
2023-09-02 16:38:21 +03:00
Alexey Milovidov
12d2dddb47
Merge pull request #54195 from ClickHouse/fix-flaky-test-01099
Fix flaky test `01099_operators_date_and_timestamp`
2023-09-02 16:38:05 +03:00
kssenii
82948ac843 Review fixes 2023-09-02 14:00:07 +02:00
Alexander Tokmakov
b08e8940e2
Update run.sh 2023-09-02 13:34:05 +02:00
Alexander Tokmakov
a1b03167bb
Update 02413_replace_partition_zero_copy.sql 2023-09-02 13:28:30 +02:00
Igor Nikonov
8b1653bbe8 Remove unnecessary code 2023-09-02 08:25:47 +00:00
Bharat Nallan Chakravarthy
48defd0556 add cmake target for generating gperf hashmap 2023-09-01 18:55:45 -07:00
robot-clickhouse
14478b245f
Merge pull request #53892 from ClickHouse/some_fixes
Fix some tests
2023-09-02 02:33:56 +02:00
robot-clickhouse
2c23be72f3 Automatic style fix 2023-09-01 22:55:55 +00:00
Igor Nikonov
14a2aef8b6 Add forgotten reference for test 2023-09-01 22:45:52 +00:00
Yakov Olkhovskiy
a3216c78ef allow IPv6 for bloom filter 2023-09-01 22:44:05 +00:00
Igor Nikonov
a59674f624 Fix: parallel replicas over distributed don't read from all replicas on shard 2023-09-01 22:33:42 +00:00
Александр Нам
9a71bce1f5
Merge branch 'ClickHouse:master' into gcddelta-codec 2023-09-02 00:51:49 +03:00
seshWCS
43f9efb7af Added libdivide for Integers with sizeof <= 8 2023-09-01 21:42:19 +00:00
Alexey Milovidov
82d9861fc0
Merge pull request #54045 from ClibMouse/feature/uniques-hash-set-big-endian
Correct UniquesHashSet to be endianness-independent.
2023-09-02 00:25:09 +03:00
Alexander Tokmakov
d9438b176c save system tables from s3 in the report 2023-09-01 23:04:35 +02:00
Alexey Milovidov
5f206d9056 Fix flaky test 01099_operators_date_and_timestamp 2023-09-01 23:00:58 +02:00
Alexander Tokmakov
59d28f3787 fix 2023-09-01 22:40:08 +02:00
Alexander Tokmakov
945e134000
Update 02413_replace_partition_zero_copy.sql 2023-09-01 20:40:25 +02:00
Nikolai Kochetov
63c681daf4 Try fix tests. 2023-09-01 18:20:56 +00:00
Alexander Tokmakov
3175e43658 fix test 2023-09-01 20:16:00 +02:00
Alexander Tokmakov
bba5a1d480 update zero copy locks correctly 2023-09-01 20:10:23 +02:00
Arthur Passos
fd417c84ef resolve might return proxy2 in some cases, account for that 2023-09-01 13:41:12 -03:00
Sergei Trifonov
cf5ea46713
Merge pull request #53338 from azat/throttling-fixes
Fix IO throttling during copying whole directories
2023-09-01 18:29:15 +02:00
Alexander Tokmakov
3f23e3e0de
Merge pull request #54189 from ClickHouse/revert-53904-fix-parallel-replicas-skip-shards
Revert "Fix: respect skip_unavailable_shards with parallel replicas"
2023-09-01 18:13:38 +02:00