Ilya Yatsishin
2f8b28a17c
Touch test to trigger flaky check
2024-07-23 17:05:23 +02:00
Ilya Yatsishin
e0a7aa80af
Enable repeat for flaky check for more tests hardening
2024-07-23 16:57:07 +02:00
Yatsishin Ilya
e671d4c55d
more changes
2024-07-23 14:43:49 +00:00
Robert Schulze
919005c4f7
Incorporate review feedback
2024-07-23 13:10:01 +00:00
Robert Schulze
496c1fbf84
Un-flake test_runtime_configurable_cache_size
2024-07-23 12:46:09 +00:00
Yatsishin Ilya
1c723e7fd7
black
2024-07-23 09:10:47 +00:00
Andrey Zvonov
8fb560d257
add replica sync
2024-07-23 07:08:58 +00:00
Antonio Andelic
133e734d73
Move to integration test
2024-07-23 09:05:09 +02:00
zoomxi
dee5790b22
According to the suggestions from cr, modify test code
2024-07-23 10:49:37 +08:00
Yatsishin Ilya
ac679892ab
fix
2024-07-22 16:28:11 +00:00
Yatsishin Ilya
69be00cbf0
Improve
2024-07-22 16:27:28 +00:00
jsc0218
ae5eccbf20
just a commit to trigger CI
2024-07-22 13:39:48 +00:00
Alexey Milovidov
ffb766d30e
Merge pull request #66818 from ClickHouse/miscellaneous
...
Miscellaneous
2024-07-22 13:24:21 +00:00
zoomxi
8246614f5e
throw if can't connect to any participating replicas
2024-07-22 19:21:24 +08:00
Yohann Jardin
2f1818b8d5
update error codes related to number of accepted arguments
2024-07-22 11:21:54 +02:00
Alexey Milovidov
1a3559fbc3
What if I will change this test?
2024-07-22 08:47:32 +02:00
Alexey Milovidov
3d4604a64a
Revert "What if I will change this test?"
...
This reverts commit ed02246e0c
.
2024-07-22 08:47:08 +02:00
Alexey Milovidov
ed02246e0c
What if I will change this test?
2024-07-22 08:46:41 +02:00
Alexey Milovidov
2570f2b0a3
Merge branch 'miscellaneous' of github.com:ClickHouse/ClickHouse into miscellaneous
2024-07-21 11:29:30 +02:00
Alexey Milovidov
7ed9ab2338
Remove wrong logic from InterpreterCreateQuery
2024-07-21 11:29:12 +02:00
robot-clickhouse
efd5ff9f4c
Automatic style fix
2024-07-21 09:15:22 +00:00
Alexey Milovidov
a6f1c46448
Miscellaneous
2024-07-21 11:08:38 +02:00
Alexey Milovidov
39b298295c
Merge pull request #66760 from ClickHouse/fix-flaky-rabbitmq-test
...
Use non-existent address to check connection error at table creation
2024-07-21 05:22:09 +00:00
Yakov Olkhovskiy
dac5996dda
Merge branch 'master' into ft-chunked-protocol
2024-07-20 23:01:56 +00:00
Alexey Milovidov
ee3c0e7e1f
Better diagnostics in test_disk_configuration
2024-07-20 21:50:53 +02:00
Alexey Milovidov
d61dd473c6
Merge pull request #66731 from ClickHouse/remove-bad-test
...
Remove bad test `host_resolver_fail_count`
2024-07-19 23:17:53 +00:00
Alexey Milovidov
160149c1eb
Merge pull request #66743 from ClickHouse/vdimir/issue-65989
...
Add test test_storage_mysql/test.py::test_joins
2024-07-19 20:18:46 +00:00
Vitaly Baranov
38126bb436
Add test.
2024-07-19 19:09:55 +02:00
János Benjamin Antal
3fb01ed2c9
Use nonexistent address to check connection error at table creation
2024-07-19 12:10:28 +00:00
vdimir
5cca0f1ab7
Add test test_storage_mysql/test.py::test_joins, close #65989
2024-07-19 09:30:26 +00:00
jsc0218
a16fe75ce7
Merge remote-tracking branch 'origin/master' into ClearExceptionMsgTableEngineGrant
2024-07-19 00:41:42 +00:00
Alexey Milovidov
c73dd41c58
Remove bad test host_resolver_fail_count
2024-07-18 19:55:36 +02:00
Antonio Andelic
3d6f91039e
Merge pull request #66548 from ClickHouse/correctly-handle-realloc
...
Correctly track memory for `Allocator::realloc`
2024-07-18 06:08:17 +00:00
Nikolay Degterinsky
4afd5f60fe
Merge pull request #66409 from evillique/fix-valid-until
...
Fix VALID UNTIL clause resetting after restart
2024-07-18 00:05:57 +00:00
jsc0218
caa0943b7e
Merge remote-tracking branch 'origin/master' into ClearExceptionMsgTableEngineGrant
2024-07-17 17:24:53 +00:00
Nikolay Degterinsky
383ce4bb8c
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-17 14:58:09 +00:00
Nikolai Kochetov
74b4bc78ad
Merge pull request #65400 from k-morozov/add_system_detach_tables
...
system detached_tables
2024-07-17 14:05:31 +00:00
Sema Checherinda
762593e5e9
Merge pull request #66144 from ClickHouse/revert-66134-revert-61601-chesema-dedup-matview
...
Revert "Revert "insertion deduplication on retries for materialized views""
2024-07-17 10:44:35 +00:00
Antonio Andelic
51e339305e
Merge branch 'master' into correctly-handle-realloc
2024-07-17 09:36:34 +02:00
Yakov Olkhovskiy
452d463d77
Merge pull request #65238 from peacewalker122/master
...
feat: support accept_invalid_certificate in client's config
2024-07-17 03:54:39 +00:00
Han Fei
c458d27401
Merge pull request #66597 from ClickHouse/vdimir/followup_66402
...
Fix clang tidy after #66402
2024-07-17 02:14:59 +00:00
Sema Checherinda
c7ae429c10
Merge pull request #65232 from ClickHouse/chesema-less-backoff-timeout-try-2
...
less backoff timeout try 2
2024-07-16 18:19:45 +00:00
Nikolay Degterinsky
ab47aa9e84
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-16 17:21:42 +00:00
vdimir
d1a70944c7
Add test for join kind to test_storage_postgresql/test.py::test_filter_push_down
2024-07-16 15:09:36 +00:00
Antonio Andelic
4d9d6aa61b
Merge branch 'master' into correctly-handle-realloc
2024-07-16 16:56:35 +02:00
Antonio Andelic
2018c5e760
Disable sanitizer
2024-07-16 14:55:14 +02:00
Sema Checherinda
2d69740e2a
Merge branch 'master' into chesema-less-backoff-timeout-try-2
2024-07-16 12:48:27 +02:00
Yakov Olkhovskiy
b69978b5df
Merge remote-tracking branch 'upstream/master'
2024-07-16 05:54:33 +00:00
Nikolay Degterinsky
b4c7e4abac
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-15 22:57:43 +00:00
Antonio Andelic
7b4c6a201b
Limit the memory please
2024-07-15 19:16:15 +02:00
Antonio Andelic
51c1936b7f
Correctly track memory for Allocator::realloc
2024-07-15 18:33:43 +02:00
Sema Checherinda
39dd15fe20
Merge branch 'master' into revert-66134-revert-61601-chesema-dedup-matview
2024-07-15 14:35:44 +02:00
vdimir
480c546359
Merge branch 'master' into vdimir/fix_external_database_join_pushdown
2024-07-15 10:59:40 +02:00
Yakov Olkhovskiy
12ca7c3641
Merge remote-tracking branch 'upstream/master'
2024-07-15 01:34:53 +00:00
Nikolay Degterinsky
13d4b7bd3e
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-14 22:55:03 +00:00
Shaun Struwig
5daac46d8c
Merge branch 'ClickHouse:master' into docs_partitionID
2024-07-14 05:34:01 +02:00
Shaun Struwig
a90e10c438
add alias partitionI, update tests, and docs
2024-07-13 22:38:28 +00:00
Alexey Milovidov
a8219d3848
Merge pull request #66233 from arthurpassos/remove_concurrent_auth_storm
...
Remove host regexp concurrent integration test
2024-07-13 21:37:58 +00:00
Robert Schulze
eb9a629868
Revert "remove partitionID function, update tests and remove from documentation"
...
This reverts commit c3b72386a2
.
2024-07-13 20:06:37 +00:00
Robert Schulze
9b87a1469b
Revert "Fix integration tests"
...
This reverts commit 85f5fe832a
.
2024-07-13 20:06:12 +00:00
Robert Schulze
7e0daae303
Revert "Fix style"
...
This reverts commit 0eb081f899
.
2024-07-13 20:05:39 +00:00
Max K
1050217445
add support for new release branch
...
Automatic style fix
2024-07-13 16:21:22 +02:00
Sema Checherinda
0d1a8cac98
Merge branch 'master' into revert-66134-revert-61601-chesema-dedup-matview
2024-07-13 14:58:12 +02:00
Yakov Olkhovskiy
1836a69b33
Merge branch 'master' into ft-chunked-protocol
2024-07-12 15:43:25 +00:00
Konstantin Morozov
e9a3191dcf
Merge branch 'master' into add_system_detach_tables
2024-07-12 10:10:38 +00:00
vdimir
7781067ba1
Fix pushdown for join with external table
...
Fix possible incorrect result for queries joining and filtering table external engine (like
PostgreSQL), due to too agressive filter pushdown. Since now, conditions
from where section won't be send to external database in case of outer
join with external table.
2024-07-12 09:54:30 +00:00
Alexey Milovidov
afa0c8280c
Merge pull request #66396 from ClickHouse/kssenii-patch-10
...
Update test_storage_rabbitmq/test.py
2024-07-11 23:16:14 +00:00
Nikolay Degterinsky
fa2270fd59
Fix VALID UNTIL clause resetting after restart
2024-07-11 22:35:39 +00:00
Sema Checherinda
a8e55ac816
Merge branch 'master' into revert-66134-revert-61601-chesema-dedup-matview
2024-07-11 18:01:12 +02:00
Kseniia Sumarokova
3e9f626519
Update test.py
2024-07-11 15:59:34 +02:00
Kseniia Sumarokova
c23aa2b765
Merge pull request #66288 from MikhailBurdukov/ignore_on_cluster_named_collection
...
Ignore ON CLUSTER clause in queries for management of replicated named collections.
2024-07-11 13:37:22 +00:00
Kseniia Sumarokova
5d1902d98d
Merge pull request #66211 from ClickHouse/delta-lake-fix
...
DeltaLake: fix reading schema and partition columns from checkpoint file
2024-07-11 13:26:01 +00:00
Antonio Andelic
7cff918a83
Fix test_parallel_replicas_custom_key
2024-07-10 17:04:07 +02:00
MikhailBurdukov
743fccbac4
Merge branch 'master' into ignore_on_cluster_named_collection
2024-07-10 15:48:18 +03:00
MikhailBurdukov
f8b9fe621a
Fix test
2024-07-10 12:47:19 +00:00
MikhailBurdukov
9876fa607d
Merge branch 'master' into ignore_on_cluster_named_collection
2024-07-10 11:08:58 +03:00
Alexander Tokmakov
73db17b499
Update parallel_skip.json
2024-07-10 00:19:55 +02:00
MikhailBurdukov
9fc557ad65
Ignore ON CLUSTER clause in queries for management of replicated named collections
2024-07-09 17:36:09 +00:00
kssenii
8a202d91ad
Properly read schema and partition columns from checkpoint file
2024-07-09 16:30:39 +02:00
Konstantin Morozov
7bd6dfaf01
Merge branch 'master' into add_system_detach_tables
2024-07-09 13:56:19 +00:00
Robert Schulze
0eb081f899
Fix style
2024-07-09 10:30:07 +00:00
Robert Schulze
85f5fe832a
Fix integration tests
2024-07-08 20:56:25 +00:00
Robert Schulze
7f30508559
Merge remote-tracking branch 'ClickHouse/master' into docs_partitionID
2024-07-08 20:08:05 +00:00
Sema Checherinda
f371daa7a7
Merge branch 'master' into revert-66134-revert-61601-chesema-dedup-matview
2024-07-08 18:56:36 +02:00
Arthur Passos
6098bc20d9
remove test
2024-07-08 10:51:26 -03:00
Blargian
c3b72386a2
remove partitionID function, update tests and remove from documentation
2024-07-08 14:14:13 +02:00
Antonio Andelic
b944dfff83
Merge pull request #65453 from ClickHouse/merge-tree-parallel-replicas-custom-key
...
Support for `cluster_for_parallel_replicas` when using custom key parallel replicas
2024-07-08 11:34:37 +00:00
Daniil Ivanik
d00b12d0a9
Merge pull request #64446 from divanik/divanik/fix_clickhouse_disks_2
...
Interactive client for clickhouse-disks
2024-07-08 09:00:15 +00:00
Antonio Andelic
e0fd83be4f
Merge branch 'master' into merge-tree-parallel-replicas-custom-key
2024-07-08 08:51:59 +02:00
pufit
4195ce2183
Merge branch 'master' into pufit/startup-scripts
2024-07-05 13:52:58 -04:00
Sema Checherinda
5e4a244faf
Revert "Revert "insertion deduplication on retries for materialised views""
2024-07-05 16:52:51 +02:00
Antonio Andelic
8d79663e3b
Merge branch 'master' into merge-tree-parallel-replicas-custom-key
2024-07-05 14:48:40 +01:00
Sema Checherinda
77e60543fd
Revert "insertion deduplication on retries for materialised views"
2024-07-05 14:58:17 +02:00
Kseniia Sumarokova
baa6e60cfd
Merge pull request #66009 from ClickHouse/fix-s3queue-flaky-tests
...
Fix flaky test_storage_s3_queue tests
2024-07-05 09:59:52 +00:00
Anton Popov
7fbe5a7915
Merge pull request #63636 from CurtizJ/azure-refactoring
...
Refactoring near azure blob storage
2024-07-05 00:27:14 +00:00
Nikita Taranov
6a40628bff
Merge pull request #65470 from ClickHouse/cgroup_mem_observer
...
Fix CgroupsMemoryUsageObserver
2024-07-04 23:10:20 +00:00
Nikita Mikhaylov
3a7c98399f
Merge pull request #65777 from ClickHouse/make_analyzer_important
...
Make `allow_experimental_analyzer` be controlled by the initiator for distributed queries
2024-07-04 20:38:40 +00:00
Anton Popov
7f2bfc5f14
Merge remote-tracking branch 'upstream/master' into HEAD
2024-07-04 16:13:30 +00:00
Vitaly Baranov
196df125b1
Merge pull request #66063 from vitlibar/fix-test-grpc-protocol-test-progress
...
Fix test test_grpc_protocol/test.py::test_progress
2024-07-04 15:20:14 +00:00
Vitaly Baranov
6bf1320870
Merge pull request #66061 from vitlibar/fix-shutdown-in-grpc-server
...
Fix shutdown in GRPCServer
2024-07-04 14:33:59 +00:00