alesapin
|
0d7bbc399b
|
Merge pull request #32739 from azat/integration-tests-fix-ch-wait
tests/integration: fix wait_start()/start_clickhouse()
|
2021-12-14 13:49:15 +03:00 |
|
alesapin
|
a02da27c6f
|
Merge pull request #32694 from ClickHouse/add-test_s3_zero_copy_concurrent_merge
Add test_s3_zero_copy_concurrent_merge
|
2021-12-14 12:49:21 +03:00 |
|
Azat Khuzhin
|
01a57af774
|
tests/integration: fix wait_start()/start_clickhouse()
Execute query at least once, otherwise it may incorrectly detect that
the server is "alive".
Fixes: test_keeper_incorrect_config/test.py::test_duplicate_endpoint
CI: https://s3.amazonaws.com/clickhouse-test-reports/32536/559b01a2e43d09571195fb1cc08d83133f559203/integration_tests__asan__actions__[1/3].html
|
2021-12-14 09:45:46 +03:00 |
|
mergify[bot]
|
2b181d7107
|
Merge branch 'master' into mongo-extend-auth-2
|
2021-12-13 22:21:10 +00:00 |
|
Kseniia Sumarokova
|
a9ca84ff7d
|
Merge pull request #32325 from stigsb/table-overrides
Add TABLE OVERRIDE feature for MaterializedMySQL databases
|
2021-12-13 20:39:42 +03:00 |
|
kssenii
|
ddbeadd104
|
Done
|
2021-12-13 16:09:18 +00:00 |
|
Kseniia Sumarokova
|
78ed383f15
|
Merge pull request #31505 from ContentSquare/azure_blob_storage_dependency
Azure Blob Storage Disks
|
2021-12-13 18:28:48 +03:00 |
|
Nikolai Kochetov
|
31f8ff4e9c
|
Add test_s3_zero_copy_concurrent_merge
|
2021-12-13 16:34:04 +03:00 |
|
Jakub Kuklis
|
77f339caaf
|
Cache test as the first test in the file
|
2021-12-13 13:41:17 +01:00 |
|
Jakub Kuklis
|
38e35a0ef5
|
Removing any extra work and correcting the cache path in the cache test
|
2021-12-13 10:52:02 +01:00 |
|
kssenii
|
a8484ec06d
|
Add test
|
2021-12-12 00:47:21 +03:00 |
|
mergify[bot]
|
1e28f7340e
|
Merge branch 'master' into kafka_protobuf_issue26643
|
2021-12-11 08:05:20 +00:00 |
|
Kseniia Sumarokova
|
7e0bc290da
|
Merge pull request #32460 from kssenii/mongo-extend-auth
Allow empty credentials for mongo engine
|
2021-12-11 10:42:15 +03:00 |
|
Jakub Kuklis
|
60e06ca34c
|
Changing order of tests to check if that affects failing tests in the CI/CD
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
578aec97e9
|
Removing TODO and NOTE marks used mainly as hooks for review in the PR
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
69900ba417
|
Zero replication support test
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
b5db3a307f
|
Cache test, removing spurious imports
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
7351325f13
|
Simple check for files in cloud
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
312e5b8c45
|
Abstracting utility functions from main integration tests for remote disks
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
1d5c69b366
|
Minor tweaks to the test, disabling another slow one
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
312ea92989
|
More integration tests, all pass, at least usually
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
afc64c14ce
|
Merging test works correctly
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
6dca10e1c5
|
First integration tests, the one for merging fails for the moment
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
e58f74d8dc
|
Connecting to Azurite and invoking simple INSERTs works in the integration test
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
8afe69ff93
|
Comming back to StorageSharedKeyCredential for the integration test, get 400 Bad requests from Azurite when trying to create a container now
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
f180a7ba5f
|
Solved Invalid storage account error with connection strings
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
abd685e14c
|
Installing azure-storage-blob in the integration tests docker, raising exception when not connected to Azurite, changing ports in the Azurite docker
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
008141de36
|
Enable authentication via StorageSharedKeyCredential
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
d51f979c7a
|
Adding endpoint validation
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
910db6ca57
|
Code cleanup addressing PR remarks
|
2021-12-10 22:04:38 +01:00 |
|
Jakub Kuklis
|
639d8a2b38
|
Running Azurite docker in the integration test for Blob Storage support
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
5ed511f9da
|
Working skeleton for Blob Storage integration test
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
24bafe4740
|
Starting an integration test for Blob Storage
|
2021-12-10 22:04:37 +01:00 |
|
Vitaly Baranov
|
b5b195f4e2
|
Merge branch 'master' into kafka_protobuf_issue26643
|
2021-12-10 23:22:35 +03:00 |
|
alesapin
|
a6e55b00e3
|
Revert "Revert "Split long tests into multiple checks""
|
2021-12-10 18:39:02 +03:00 |
|
alesapin
|
dcbba460c1
|
Revert "Split long tests into multiple checks"
|
2021-12-10 18:38:42 +03:00 |
|
alesapin
|
a2aa0bc6cc
|
Merge pull request #32496 from ClickHouse/smaller_checks
Split long tests into multiple checks
|
2021-12-10 17:42:14 +03:00 |
|
vdimir
|
a0488d21d2
|
Fix test_prometheus_endpoint
|
2021-12-10 14:58:46 +03:00 |
|
alesapin
|
2c7bb56a2c
|
Split integration tests into parts
|
2021-12-10 13:22:29 +03:00 |
|
kssenii
|
f5a77fca39
|
Done
|
2021-12-09 14:44:25 +00:00 |
|
Mikhail f. Shiryaev
|
03927f5fc6
|
Revert "graphite: split tagged/plain rollup rules (for merges perfomance)"
This reverts commit 303552f515 .
|
2021-12-08 15:49:21 +01:00 |
|
tavplubix
|
4f46ac6b30
|
Remove LeaderElection (#32140)
* remove LeaderElection
* try fix tests
* Update test.py
* Update test.py
|
2021-12-07 19:55:55 +03:00 |
|
Mikhail f. Shiryaev
|
5fc20b3e6a
|
Merge pull request #25122 from msaf1980/rollup_rules_type
GraphiteMergeTree Rollup rules type
|
2021-12-07 10:18:08 +01:00 |
|
Stig Bakken
|
bb521cd363
|
Add TABLE OVERRIDE feature for MaterializedMySQL databases
|
2021-12-07 09:45:02 +01:00 |
|
Kseniia Sumarokova
|
7e261245d3
|
Merge pull request #32256 from taiyang-li/default_for_hdfs
Support default expression for storage hdfs and optimize fetching when source is column oriented
|
2021-12-06 23:32:01 +03:00 |
|
msaf1980
|
303552f515
|
graphite: split tagged/plain rollup rules (for merges perfomance)
|
2021-12-06 16:49:08 +01:00 |
|
Alexander Tokmakov
|
7797a72907
|
fix false-positive ciclyc dependency with XML dict
|
2021-12-06 16:35:43 +03:00 |
|
mergify[bot]
|
52904a4973
|
Merge branch 'master' into default_for_hdfs
|
2021-12-06 13:19:49 +00:00 |
|
Vladimir C
|
c502454088
|
Merge pull request #32185 from kitaisreal/range-hashed-dictionary-added-update-field-support
|
2021-12-06 10:57:47 +03:00 |
|
Maksim Kita
|
b9718b8450
|
Merge pull request #32118 from kitaisreal/fix-test-executable-storage-input
Fix flacky test test_executable_storage_input
|
2021-12-06 10:39:30 +03:00 |
|