Commit Graph

10861 Commits

Author SHA1 Message Date
ortyomka
c8d3de8d9f change integration to functional test 2024-10-21 19:00:01 +02:00
ortyomka
54af5c7ba7 try to fix test 2024-10-21 00:47:08 +02:00
ortyomka
fbff949d72 try to fix test 2024-10-20 23:32:22 +02:00
ortyomka
5cca528b57 fix blake formatting 2024-10-20 20:06:33 +02:00
ortyomka
1deb16a929 format 2024-10-20 11:35:50 +02:00
ortyomka
c8d8f7e59b add integration test 2024-10-20 11:34:26 +02:00
Michael Kolupaev
82ae1cc719
Merge pull request #70714 from ClickHouse/syncmv
Probably fix flaky test_refreshable_mv_in_replicated_db
2024-10-17 19:40:27 +00:00
Mikhail f. Shiryaev
3567f701cf
Merge branch 'master' into s3queue-cloud-mode 2024-10-17 12:41:41 +02:00
Julian Maicher
2a73d4cd8e Fix readiness/health check for OpenLDAP container
See https://github.com/bitnami/containers/issues/73310

Closes #65762
2024-10-16 17:24:12 +02:00
kssenii
b7fa520781 Add s3queue check if cloud mode 2024-10-16 16:31:51 +02:00
Michael Kolupaev
ca59a9167d Probably fix test_refreshable_mv_in_replicated_db flakiness 2024-10-16 02:20:22 +00:00
Alexey Milovidov
63b4a70c94
Merge pull request #70511 from ClickHouse/fix-db-replicated-with-unavailable-source-table-function
Fix `StorageTableFunction::supportsReplication` creating source storage unnecessarily
2024-10-15 21:27:27 +00:00
kssenii
26f9631e8f Fix test 2024-10-15 14:01:15 +02:00
Kseniia Sumarokova
71148264ee
Add a comment 2024-10-14 19:01:26 +02:00
kssenii
a23f941b7f Restrict statement_timeout 2024-10-14 18:47:15 +02:00
robot-clickhouse
dd31362f05 Automatic style fix 2024-10-14 15:06:15 +00:00
kssenii
4a21b31c17 Merge remote-tracking branch 'origin' into fix-db-replicated-with-unavailable-source-table-function 2024-10-14 16:59:56 +02:00
kssenii
d1fdd23a22 Add a test 2024-10-14 16:47:06 +02:00
Kseniia Sumarokova
ad7c74c549
Merge pull request #70135 from ClickHouse/cache-for-object-storage-table-engines
Allow to cache read files for object storage table engines and data lakes using hash from ETag and file path as cache key
2024-10-14 14:08:30 +00:00
kssenii
619f60b5ac Fix test 2024-10-14 10:42:32 +02:00
Alexey Milovidov
df4e80bd01
Merge pull request #70550 from ClickHouse/mve
Refreshable materialized views are not experimental anymore
2024-10-11 14:42:19 +00:00
kssenii
f832cc3dc9 Try fix test 2024-10-11 15:01:02 +02:00
Kseniia Sumarokova
d3258e0a80
Merge pull request #70268 from ucasfl/iceberg-hdfs
Support reading iceberg tables on HDFS
2024-10-11 11:57:26 +00:00
Alexey Milovidov
435a8cb5ce
Merge branch 'master' into mve 2024-10-11 18:14:23 +08:00
flynn
591db3c1c5 Fix 2024-10-10 13:37:17 +00:00
flynn
03d787509f Fix 2024-10-10 11:00:10 +00:00
flynn
2734f4d3fd disable icebergHDFS test for aarch64 2024-10-10 10:58:38 +00:00
vdimir
ca04d37f28
Merge pull request #70312 from Avogar/native-json-as-string
Allow to serialize/deserialize JSON column as single String column in Native format
2024-10-10 09:38:13 +00:00
Michael Kolupaev
615110913b Refreshable materialized views are not experimental anymore 2024-10-10 07:36:23 +00:00
Kseniia Sumarokova
6f3c1fe0e8
Try fix test 2024-10-10 11:55:46 +08:00
Pavel Kruglov
82aeaac984
Merge branch 'master' into native-json-as-string 2024-10-09 12:40:33 +08:00
robot-clickhouse
dd011d60ad Automatic style fix 2024-10-09 03:34:55 +00:00
János Benjamin Antal
88133f513d Use logging instead of print 2024-10-09 03:23:15 +00:00
Michael Kolupaev
ab06938478
Merge pull request #70460 from ClickHouse/dep
Fix refreshable MV in system database breaking server startup
2024-10-08 21:17:12 +00:00
Michael Kolupaev
dfd74322b1 Make the test work when ran multiple times with the same fixture 2024-10-08 07:44:03 +00:00
robot-clickhouse
9966eea716 Automatic style fix 2024-10-08 05:05:51 +00:00
Michael Kolupaev
f78b298f61 Fix flaky test_refreshable_mv_in_replicated_db 2024-10-08 04:56:53 +00:00
robot-clickhouse
518be41439 Automatic style fix 2024-10-08 04:09:53 +00:00
kssenii
b2184ed6bd Merge remote-tracking branch 'origin' into cache-for-object-storage-table-engines 2024-10-08 06:07:48 +02:00
Michael Kolupaev
f7d9c3a9b1 Fix refreshable MV in system database breaking server startup 2024-10-08 04:00:19 +00:00
Pavel Kruglov
093633bf6a
Merge pull request #69584 from Avogar/fix-postgresql-fixed-string-issue
Fix inserting into FixedString column in PostgreSQL engine
2024-10-07 04:48:14 +00:00
Pavel Kruglov
4ee78ee4f4
Merge branch 'master' into native-json-as-string 2024-10-07 06:06:57 +02:00
Michael Kolupaev
97923069e5
Merge pull request #60669 from ClickHouse/mvrere
Refreshable MV: DatabaseReplicated support, coordination among replicas
2024-10-05 18:46:46 +00:00
Nikolai Kochetov
f6041f783a
Merge pull request #70322 from ClickHouse/add-compatibility-for-merge-tree-settings
Add compatibility options for MergeTree settings.
2024-10-04 20:18:32 +00:00
János Benjamin Antal
c07f2b70d3
Merge pull request #70352 from filimonov/maybe_fix_kafka
fix Kafka test
2024-10-04 13:17:27 +00:00
Pavel Kruglov
a4cd3b326a
Merge branch 'master' into native-json-as-string 2024-10-04 14:14:39 +02:00
Nikolai Kochetov
28bf90d6c1 Merge branch 'master' into add-compatibility-for-merge-tree-settings 2024-10-04 10:44:30 +00:00
Kseniia Sumarokova
cbd1212a41
Merge pull request #70336 from filimonov/maybe_fix_rabbitmq
Maybe fix RabbitMQ
2024-10-04 09:43:00 +00:00
flynn
c7514a7912 Merge branch 'master' of github.com:ClickHouse/ClickHouse into iceberg-hdfs 2024-10-04 05:33:54 +00:00
Mikhail Filimonov
1871de3620 fix Kafka test 2024-10-04 00:51:54 +02:00