shiyer7474
81d0a04ecb
Added restart of node1 for running multiple iterations of test
2024-09-01 13:53:56 +00:00
iceFireser
79776dbbad
Merge branch 'ClickHouse:master' into master
2024-09-01 09:34:25 +08:00
Nikita Mikhaylov
0076084f9a
Merge pull request #69121 from ilejn/compose_subnet
...
Fix subnet in docker_compose_net.yml
2024-08-31 13:11:32 +00:00
serxa
c6aa12feae
Merge branch 'master' into s3-streams-scheduler
2024-08-31 12:13:38 +00:00
Nikita Mikhaylov
3ffb965b23
Fix gateway
2024-08-31 02:02:15 +02:00
Ilya Golshtein
a031ec7452
compose_subnet: dns tests passed
2024-08-30 22:02:17 +00:00
Igor Nikonov
5b4b08b711
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-30 20:06:03 +00:00
Arthur Passos
a22f9fd91f
Merge branch 'master' into multi_auth_methods
2024-08-30 16:59:40 -03:00
Raúl Marín
b4b6819624
Adapt backward compatibility test
2024-08-30 14:07:30 +02:00
Alexander Tokmakov
df16831cc8
Update tests/integration/test_covered_by_broken_exists/test.py
2024-08-29 18:56:37 +02:00
Кирилл Гарбар
b2c4b771d8
Minor fixes
2024-08-29 19:33:04 +03:00
Arthur Passos
f9b845486a
Merge branch 'master' into multi_auth_methods
2024-08-29 13:12:19 -03:00
Кирилл Гарбар
edf4e09fb2
Remove stale moving parts without zookeeper
2024-08-29 18:46:06 +03:00
baolin.hbl
7d56c8bd43
Avoid detached covered-by-broken part duplicates
...
Problem:
When a broken part is found during the startup, it will clone the parts which are
covered by the broken part, to the detached directory (with the 'covered-by-broken' prefix).
A part may be covered by multiple merged parts, which will result in multiple clones, which
leads to path conflicts and further attempts to clone to the try-n directory. If n exceeds 9,
the clone is abandoned and the table is marked as read-only.
pull#41981 tried fixed the problem, but the fix is incomplete. The metadata_version.txt file
is deleted during covered-by-broken clone. As a result,
looksLikeBrokenDetachedPartHasTheSameContent finds differences during part comparison.
Fix:
covered-by-broken retain metadata_version.txt file when cloning
2024-08-29 07:55:23 +00:00
Konstantin Bogdanov
0c23257aa8
Revert "Fix integration test"
...
This reverts commit 0f3506bf7a
.
2024-08-28 20:59:20 +02:00
Yarik Briukhovetskyi
ba604301b1
Merge branch 'ClickHouse:master' into remove_integration_test_datetime
2024-08-28 19:26:56 +02:00
Yatsishin Ilya
82eae9f09f
tune
2024-08-28 16:18:57 +00:00
Tuan Pham Anh
2c6563ee69
Fix test in tests/integration/test_materialized_mysql_database/materialized_with_ddl.py
2024-08-28 12:37:28 +00:00
shiyer7474
d218b04fba
Fix test_role & test_keeper_s3_snapshot
2024-08-28 11:52:51 +00:00
Pedro Ferreira
f158ac624d
Merge pull request #68701 from PedroTadim/fix-test
...
Fix for failing test in CI
2024-08-28 09:31:43 +00:00
Konstantin Bogdanov
a2a1b47ee3
Merge pull request #68902 from ClickHouse/add-integration-test-runner-checks
...
ci: add checks for `iptables-nft` in integration test runner
2024-08-27 20:59:55 +00:00
Konstantin Bogdanov
26e1338c4e
Update runner
2024-08-27 19:05:10 +02:00
Yatsishin Ilya
aed953bf94
black
2024-08-27 16:00:33 +00:00
Arthur Passos
6f806124a3
Merge branch 'master' into multi_auth_methods
2024-08-27 12:24:53 -03:00
Pedro Ferreira
53bfab4703
Missing newline
2024-08-27 14:20:31 +00:00
iceFireser
55eb2953c7
Merge branch 'ClickHouse:master' into master
2024-08-27 20:51:47 +08:00
Daniil Ivanik
e0dc32bc61
Merge pull request #68210 from ClickHouse/divanik/add_local_and_azure_iceberg_support
...
Support partial Iceberg reading in azure and local storages
2024-08-27 11:52:43 +00:00
Yatsishin Ilya
c44cc71310
forgot several files
2024-08-27 11:32:05 +00:00
Yatsishin Ilya
6c84f9ccfb
Merge remote-tracking branch 'origin/master' into improve-integration-tests-5
2024-08-27 11:28:32 +00:00
Pedro Ferreira
3fde3cb85c
Merge remote-tracking branch 'upstream/master' into fix-test
2024-08-27 10:43:14 +00:00
Pedro Ferreira
43482c4ed0
Recreate database at each run
2024-08-27 10:42:47 +00:00
Yarik Briukhovetskyi
5ce8a08e72
Merge branch 'ClickHouse:master' into remove_integration_test_datetime
2024-08-27 12:08:15 +02:00
Konstantin Bogdanov
fb3c4671f0
Improve error messages
2024-08-26 20:45:25 +02:00
Kseniia Sumarokova
8b2db6276c
Merge pull request #68836 from ClickHouse/fix-delta-lake-bug-in-schema-parsing
...
Fix complex types metadata parsing in DeltaLake
2024-08-26 17:44:22 +00:00
Konstantin Bogdanov
07cb5b27eb
Lint
2024-08-26 19:41:56 +02:00
Konstantin Bogdanov
df7d44bc3a
Lint
2024-08-26 19:27:07 +02:00
Konstantin Bogdanov
13593340f2
Add checks
2024-08-26 19:24:00 +02:00
Yarik Briukhovetskyi
3fec25eb92
Merge branch 'ClickHouse:master' into remove_integration_test_datetime
2024-08-26 18:28:53 +02:00
Kruglov Pavel
e08964c35f
Merge pull request #68665 from ClickHouse/Avogar-patch-7
...
Fix flaky test test_distributed_replica_max_ignored_errors
2024-08-26 11:50:31 +00:00
Pedro Ferreira
652ff82ae9
Merge remote-tracking branch 'upstream/master' into fix-test
2024-08-26 10:11:49 +00:00
Kseniia Sumarokova
6e584dd541
Fix test
2024-08-26 11:33:08 +02:00
divanik
3581eb34e7
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/add_local_and_azure_iceberg_support
2024-08-26 09:04:13 +00:00
Nikita Mikhaylov
21eeda9d0b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into remove_integration_test_datetime
2024-08-25 14:32:26 +02:00
Han Fei
b578d1af1c
Merge pull request #68820 from hanfei1991/hanfei/fix-logical-err-stats
...
fix logical err of modify statistics
2024-08-24 13:39:48 +00:00
iceFireser
6afe3fc500
Merge branch 'ClickHouse:master' into master
2024-08-24 17:18:54 +08:00
Han Fei
5fe151529a
fix flacky although that is not actually flacky
2024-08-24 07:33:18 +02:00
Han Fei
6fb8f2b4ee
fix black
2024-08-23 23:19:03 +02:00
Igor Nikonov
17c1e82bc0
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-23 18:27:19 +00:00
Yarik Briukhovetskyi
55116da80d
Merge pull request #68606 from yariks5s/remove_initial_underscores_hive
...
Prioritizing of virtual columns in hive partitioning
2024-08-23 16:32:13 +00:00
kssenii
eb94847ed9
Fix
2024-08-23 18:14:02 +02:00
Yarik Briukhovetskyi
223de64072
init
2024-08-23 17:09:28 +02:00
Han Fei
61fa4e7a47
fix logical err of modify statistics
2024-08-23 16:38:48 +02:00
Vitaly Baranov
4d5ac30a87
Merge pull request #67748 from vitlibar/fix-role-cache-expiration
...
Fix expiration in RoleCache
2024-08-23 12:29:56 +00:00
iceFireser
0966072951
Merge branch 'ClickHouse:master' into master
2024-08-23 10:01:58 +08:00
Yatsishin Ilya
e6b18f2b30
black
2024-08-22 19:05:07 +00:00
Yatsishin Ilya
b4a0a9b00c
rework test_async_insert_adaptive_busy_timeout
2024-08-22 16:58:19 +00:00
Michael Stetsyuk
0b9c24f31d
write metadata to disk and keeper in the same format
2024-08-22 15:13:42 +00:00
Arthur Passos
43e9a7ba4b
Merge branch 'master' into multi_auth_methods
2024-08-22 10:57:23 -03:00
Yarik Briukhovetskyi
8d14d85230
fix black
2024-08-22 15:24:33 +02:00
Yarik Briukhovetskyi
b3f084459f
fix black
2024-08-22 14:53:53 +02:00
Vitaly Baranov
664e9b3db9
Add one more test.
2024-08-22 13:56:43 +02:00
Vitaly Baranov
84467077b8
Fix test for role expiration in RoleCache.
2024-08-22 13:55:20 +02:00
Yarik Briukhovetskyi
95f45d2eaf
try to fix tests
2024-08-22 13:20:04 +02:00
Pedro Ferreira
526be4759d
SQL as a set language, doesn't have order in the output, so add ORDER BY or min call for it
2024-08-22 10:34:05 +00:00
Yarik Briukhovetskyi
8cf6323125
fix black
2024-08-22 00:48:29 +02:00
Yarik Briukhovetskyi
2f6ad1271c
fix tests + exception
2024-08-22 00:27:02 +02:00
Yarik Briukhovetskyi
b8027e5566
Merge pull request #68105 from JackyWoo/fix_msan_caused_by_incorrect_datetime_str
...
Fix MSAN issue caused by incorrect date format.
2024-08-21 18:06:20 +00:00
Yarik Briukhovetskyi
a52eff299e
fix tests
2024-08-21 19:43:45 +02:00
Kruglov Pavel
3fd50ed856
Fix flaky test test_distributed_replica_max_ignored_errors
2024-08-21 16:23:37 +02:00
JackyWoo
471320dc6f
Fix flaky test error
2024-08-21 14:15:44 +08:00
JackyWoo
3c7e2389d1
Fix code style
2024-08-21 09:14:50 +08:00
Pablo Marcos
dd39218971
Fix style
2024-08-20 14:24:53 +00:00
Pablo Marcos
f5a0202474
Add integration test
2024-08-20 13:40:15 +00:00
JackyWoo
0563e19cf3
Little fix
2024-08-20 19:09:27 +08:00
JackyWoo
08cb7ff8d8
Add integration tests and delete stateless tests
2024-08-20 19:02:37 +08:00
Kseniia Sumarokova
97cc2c365f
Merge pull request #68412 from ClickHouse/delete-old-named-collections-code-1
...
Delete old code of named collections
2024-08-19 18:36:24 +00:00
Yatsishin Ilya
718957886d
Merge remote-tracking branch 'origin/master' into improve-integration-tests-5
2024-08-19 16:32:08 +00:00
pufit
d4da9b8c8e
Merge pull request #66895 from MikhailBurdukov/hostresolver_opt
...
Allow filtering ip addresses by ip family in DNS resolver
2024-08-19 15:00:31 +00:00
Yatsishin Ilya
9ee7ae3d3c
Merge remote-tracking branch 'qoega/improve-integration-tests-5' into improve-integration-tests-5
2024-08-19 14:12:34 +00:00
Yatsishin Ilya
90ad110a7d
more
2024-08-19 13:58:44 +00:00
Ilya Yatsishin
65087d88b5
Merge remote-tracking branch 'origin/master' into improve-integration-tests-5
2024-08-19 14:11:54 +02:00
robot-clickhouse
612416d534
Automatic style fix
2024-08-19 11:56:30 +00:00
kssenii
2456df0d57
Add a test
2024-08-19 13:45:35 +02:00
Alexey Milovidov
eea07e9a7e
Merge pull request #65736 from danipozo/load-fs-metadata-asynchronously
...
Load filesystem cache metadata asynchronously
2024-08-19 12:54:26 +02:00
Yatsishin Ilya
228cdfde63
more tests
2024-08-19 10:04:49 +02:00
Arthur Passos
accade2390
Merge branch 'master' into multi_auth_methods
2024-08-17 10:26:11 -03:00
Igor Nikonov
6e0a74f74d
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-16 19:35:19 +00:00
Kseniia Sumarokova
9ab2ba62fa
Merge pull request #68404 from ClickHouse/update-delta-lake-test
...
Update delta lake test
2024-08-16 15:12:35 +00:00
Arthur Passos
770804ffdc
change default setting value to 100
2024-08-16 08:57:11 -03:00
Igor Nikonov
9dc288faa8
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-16 11:07:35 +00:00
Dani Pozo
f17655f13f
Load filesystem cache metadata asynchronously
2024-08-16 12:57:55 +02:00
Kruglov Pavel
39bc050e5f
Merge pull request #66444 from Avogar/json-data-type
...
Implement new JSON data type.
2024-08-16 10:29:29 +00:00
Kseniia Sumarokova
c337ecef48
Merge branch 'master' into update-delta-lake-test
2024-08-16 11:23:17 +02:00
Alexey Milovidov
3508667e6c
Merge pull request #52503 from ClickHouse/more-strict-tryparse
...
Stricter `tryParse`
2024-08-15 21:58:22 +00:00
Igor Nikonov
49fc4cb87b
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-15 20:48:56 +00:00
avogar
9f477bb1e7
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
2024-08-15 20:44:01 +00:00
Alexey Milovidov
e5665c9f59
Merge pull request #68082 from ClickHouse/fix-trash-in-aws-s3
...
Fix trash (low-quality code) in AWS S3
2024-08-15 17:41:21 +00:00
Ilya Yatsishin
1d2aa037b8
Merge remote-tracking branch 'origin/master' into improve-integration-tests-5
2024-08-15 18:48:10 +02:00
Kseniia Sumarokova
5e15b036e7
Merge pull request #68406 from ClickHouse/add-test-for-59118
...
Add a test for #59118
2024-08-15 16:10:25 +00:00
János Benjamin Antal
a32d8f6c95
Merge pull request #68233 from ClickHouse/try-unflaky-test_shards_distributed
...
Try to unflaky `test_storage_s3_queue/test.py::test_shards_distributed`
2024-08-15 15:29:18 +00:00
Arthur Passos
70e7c4e63d
fix black with script
2024-08-15 12:21:06 -03:00
Arthur Passos
12e6645058
fix black
2024-08-15 12:19:36 -03:00
Arthur Passos
714a4d871c
add integ tests for defa7ult value
2024-08-15 12:18:09 -03:00
Arthur Passos
72f1695014
add integ tests for new setting
2024-08-15 12:03:30 -03:00
Igor Nikonov
5d9f105fe3
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-15 14:34:15 +00:00
divanik
40b45d84ee
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/add_local_and_azure_iceberg_support
2024-08-15 12:59:53 +00:00
divanik
6a96eb5a4e
Merge branch 'divanik/add_local_and_azure_iceberg_support' of github.com:ClickHouse/ClickHouse into divanik/add_local_and_azure_iceberg_support
2024-08-15 12:58:49 +00:00
divanik
5b105e5082
Merge master
2024-08-15 12:58:44 +00:00
Kruglov Pavel
1870f05207
Merge branch 'master' into json-data-type
2024-08-15 14:52:41 +02:00
kssenii
657bbce23f
Add a test
2024-08-15 14:38:20 +02:00
Robert Schulze
275de04b8f
Merge pull request #68188 from rschu1ze/fix-tests_storage_mysql.test_mysql_distributed
...
Fix non-deterministic result order in `test_storage_mysql.test_mysql_distributed`
2024-08-15 12:11:40 +00:00
kssenii
7e006f6581
Update delta lake test
2024-08-15 14:09:48 +02:00
Igor Nikonov
b4e8c14729
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-15 11:12:56 +00:00
János Benjamin Antal
d18b6c63d4
Change name of default azurite container to avoid clashing with azure blob storage tests
2024-08-15 09:41:03 +00:00
Yatsishin Ilya
c48b6d25f7
more tests
2024-08-15 08:58:36 +00:00
avogar
fed37d24f0
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
2024-08-15 08:02:15 +00:00
Alexey Milovidov
3cc2f01df5
Merge pull request #67541 from ClickHouse/fix-test_delayed_replica_failover
...
Fix flaky `test_delayed_replica_failover`
2024-08-15 01:24:49 +00:00
Michael Stetsyuk
2e5f45a7ad
rename: S3DiskNoKeyErrors -> DiskS3NoSuchKeyErrors
2024-08-14 17:53:33 +00:00
Alexey Milovidov
9786f07f11
Merge branch 'master' into fix-trash-in-aws-s3
2024-08-14 19:48:31 +02:00
Yatsishin Ilya
7a4bd49c42
More improvements in integration test
2024-08-14 17:16:36 +00:00
János Benjamin Antal
7b1bca2b48
Add missing assertion
2024-08-14 16:55:59 +00:00
János Benjamin Antal
61b96ed749
Make rest of the tests repeatable
2024-08-14 16:43:26 +00:00
Alexey Milovidov
ca91c6e778
Merge pull request #68180 from ClickHouse/fix-test-throttling
...
Fix fundamentally broken `test_throttling`
2024-08-14 16:26:20 +00:00
robot-clickhouse
8e6096dee7
Automatic style fix
2024-08-14 16:13:32 +00:00
robot-clickhouse
537f3bcd76
Automatic style fix
2024-08-14 16:13:25 +00:00
serxa
2aef696856
make test runnable multiple times
2024-08-14 15:27:37 +00:00
János Benjamin Antal
4827b8bb1c
Make S3Queue tests repeatable
2024-08-14 14:56:02 +00:00
János Benjamin Antal
fc9929dc3d
Make tests with azurite repeatable
2024-08-14 14:15:05 +00:00
Kseniia Sumarokova
8cdbe6333b
Merge pull request #67664 from 1on/master
...
Fix error on generated columns in MaterializedPostgreSQL
2024-08-14 13:43:40 +00:00
divanik
0c17de136d
Merge branches 'divanik/add_local_and_azure_iceberg_support' and 'divanik/add_local_and_azure_iceberg_support' of github.com:ClickHouse/ClickHouse into divanik/add_local_and_azure_iceberg_support
2024-08-14 11:36:31 +00:00
divanik
476819a56f
Changed test to work in parallel
2024-08-14 11:35:37 +00:00
Nikita Taranov
3c5d588302
Merge pull request #62003 from nickitat/cpu_cgroup_aware
...
Fix cpu metric collection in cgroups
2024-08-14 11:08:01 +00:00
serxa
22d63faedf
Merge branch 'master' into fix-test_delayed_replica_failover
2024-08-14 10:46:34 +00:00
Yakov Olkhovskiy
f4280203a0
Merge pull request #63781 from ClickHouse/ft-chunked-protocol
...
Add chunked wrapper to native protocol
2024-08-14 10:35:20 +00:00
Robert Schulze
8dec996686
Fix non-deterministic result order in test_storage_mysql.test_mysql_distributed
2024-08-14 09:50:19 +00:00
Marco Vilas Boas
0a1f61fcbd
Merge branch 'ClickHouse:master' into marco-vb/x509-san-support-wildcard
2024-08-14 10:15:30 +01:00
Alexey Milovidov
b2b0f9e661
Merge branch 'master' into fix-test-throttling
2024-08-14 04:55:51 +02:00
Alexey Milovidov
393b16bd8e
Merge branch 'master' into fix-trash-in-aws-s3
2024-08-14 04:55:05 +02:00
avogar
f82822c993
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
2024-08-13 17:14:30 +00:00
Daniil Ivanik
f9f41405cc
Merge branch 'master' into divanik/add_local_and_azure_iceberg_support
2024-08-13 18:24:02 +02:00
Igor Nikonov
5339717c11
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-13 16:16:31 +00:00
Nikita Taranov
dd3fa7c3b6
Merge pull request #61793 from nickitat/keep_alive_max_reqs
...
Implement `max_keep_alive_requests` setting for server
2024-08-13 15:06:43 +00:00
divanik
be92986eda
Possibly fix broken tests and build
2024-08-13 14:48:54 +00:00
Igor Nikonov
e42b58082b
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-13 14:30:33 +00:00
Arthur Passos
e8a40d9d52
Merge branch 'master' into multi_auth_methods
2024-08-13 10:30:01 -03:00
Yarik Briukhovetskyi
086c0f03a6
Merge pull request #65997 from yariks5s/hive_style_partitioning
...
Implementing Hive-style partitioning
2024-08-13 10:04:21 +00:00
Yakov Olkhovskiy
93a922f169
merge master
2024-08-13 03:28:25 +00:00
Alexey Milovidov
995b29cb07
Merge branch 'master' of github.com:ClickHouse/ClickHouse into more-strict-tryparse
2024-08-13 02:38:40 +02:00
Alexey Milovidov
85344d27f1
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-test-throttling
2024-08-13 02:08:43 +02:00
Alexey Milovidov
aa38315673
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-trash-in-aws-s3
2024-08-12 23:54:45 +02:00