Maksim Kita
|
742434a0cd
|
Merge pull request #23903 from azat/fix-flaky-tests-21.6
Fix test_insert_into_distributed flaps
|
2021-05-10 00:44:46 +03:00 |
|
tavplubix
|
f8c7725ef5
|
Merge pull request #23742 from ClickHouse/update_metadata_on_replica_recovery
Update metadata on replica recovery
|
2021-05-08 16:34:03 +03:00 |
|
Kseniia Sumarokova
|
e6ac136c32
|
Merge pull request #23909 from kssenii/postgres-fixes
Fix postgres connections issue
|
2021-05-08 00:07:21 +03:00 |
|
Vladimir Chebotarev
|
a39314949e
|
Added solution for host network mode in Ubuntu 20.10+.
|
2021-05-07 23:36:15 +03:00 |
|
kssenii
|
8662078b35
|
Review fixes
|
2021-05-07 09:55:18 +00:00 |
|
Maksim Kita
|
a979a86930
|
Merge pull request #23824 from kitaisreal/hashed-dictionary-complex-key-update-field-initial-load-fix
HashedDictionary complex key update field initial load fix
|
2021-05-06 17:12:04 +03:00 |
|
kssenii
|
8900e93bd8
|
New impl
|
2021-05-06 00:52:59 +00:00 |
|
Maksim Kita
|
ae47a7ccce
|
Integration test increase wait before dictionary update
|
2021-05-05 23:39:40 +03:00 |
|
Azat Khuzhin
|
a958f4178b
|
Fix test_insert_into_distributed flaps
In [1] the order of the tests was different:
Running pytest container as: 'docker run --net=host --rm --name clickhouse_integration_tests --privileged --volume=/place/sandbox-data/tasks/7/4/962738347/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/place/sandbox-data/tasks/7/4/962738347/clickhouse:/clickhouse --volume=/place/sandbox-data/tasks/7/4/962738347/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/place/sandbox-data/tasks/7/4/962738347/clickhouse:/clickhouse --volume=/place/sandbox-data/tasks/7/4/962738347/ClickHouse/programs/server:/clickhouse-config --volume=/place/sandbox-data/tasks/7/4/962738347/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/place/sandbox-data/tasks/7/4/962738347/ClickHouse/src/Server/grpc_protos:/ClickHouse/src/Server/grpc_protos --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=latest -e DOCKER_MYSQL_JAVA_CLIENT_TAG=latest -e DOCKER_MYSQL_JS_CLIENT_TAG=latest -e DOCKER_MYSQL_PHP_CLIENT_TAG=latest -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=latest -e DOCKER_BASE_TAG=latest -e DOCKER_KERBEROS_KDC_TAG=latest -e PYTEST_OPTS='-ss test_insert_into_distributed/test.py::test_inserts_batching test_insert_into_distributed/test.py::test_inserts_local test_insert_into_distributed/test.py::test_inserts_low_cardinality test_insert_into_distributed/test.py::test_inserts_single_replica_internal_replication test_insert_into_distributed/test.py::test_inserts_single_replica_local_internal_replication test_insert_into_distributed/test.py::test_inserts_single_replica_no_internal_replication test_insert_into_distributed/test.py::test_prefer_localhost_replica test_insert_into_distributed/test.py::test_reconnect test_insert_into_distributed/test.py::test_table_function -rfEp --color=no --durations=0 ' yandex/clickhouse-integration-tests-runner:latest '.
[1]: https://clickhouse-test-reports.s3.yandex.net/23874/80065b08f8182936ac57408bd84492d95f2322c1/integration_tests_(asan).html#fail1
So the table should be TRUNCATEd to avoid failures in this case.
|
2021-05-05 21:18:43 +03:00 |
|
alexey-milovidov
|
542c940941
|
Merge pull request #23874 from filimonov/librdkafka161
Update librdkafka 1.6.0-RC3 to 1.6.1
|
2021-05-05 13:48:14 +03:00 |
|
Alexey Milovidov
|
af41344cf5
|
@CurtizJ convinced me that this test has to be deleted
|
2021-05-04 20:59:42 +03:00 |
|
Mikhail Filimonov
|
80065b08f8
|
Revert "avoid race in librdkafka"
This reverts commit bd8c3eb117 .
|
2021-05-04 10:06:33 +02:00 |
|
Vladimir
|
3b7c68196b
|
Merge pull request #23429 from Jokser/disk-s3-restart-possibility
|
2021-05-01 15:28:14 +03:00 |
|
Maksim Kita
|
a399ee88e1
|
Fixed test
|
2021-05-01 13:58:24 +03:00 |
|
Maksim Kita
|
3deb8cd410
|
HashedDictionary complex key update field initial load fix
|
2021-05-01 01:01:41 +03:00 |
|
Pavel Kovalenko
|
0050dbb75b
|
Apply disk settings on config reload.
|
2021-04-29 23:32:19 +03:00 |
|
Azat Khuzhin
|
c4a1aa175c
|
Improve test_insert_into_distributed
|
2021-04-29 10:35:09 +03:00 |
|
Maksim Kita
|
1f1a443798
|
Merge pull request #23152 from amosbird/distributedwriteha
Skip unavaiable replicas when writing to distributed tables
|
2021-04-28 22:46:50 +03:00 |
|
Maksim Kita
|
4090c66e1c
|
Merge pull request #23722 from vdimir/odbc_test_disable_msan
Disable test_odbc_interaction for MSan build
|
2021-04-28 22:45:40 +03:00 |
|
Alexander Tokmakov
|
bbf3bbc76d
|
update metadata on replica recovery
|
2021-04-28 20:49:27 +03:00 |
|
Alexander Kuzmenkov
|
526f519c1f
|
Merge pull request #23446 from kssenii/globs-for-url
Support globs and failover for URL table function
|
2021-04-28 13:51:49 +03:00 |
|
Maksim Kita
|
b544037f03
|
Merge pull request #23436 from kitaisreal/storage-dictionary-updated
Refactored StorageDictionary
|
2021-04-28 13:11:48 +03:00 |
|
vdimir
|
b8acfa8312
|
Fix typo in tests/integration/README.md
|
2021-04-28 11:40:24 +03:00 |
|
vdimir
|
67efca21dd
|
Disable test_odbc_interaction for MSan build
|
2021-04-28 11:39:55 +03:00 |
|
alexey-milovidov
|
d3f4fb404a
|
Merge pull request #23650 from arenadata/ADQM-284
Kerberized HDFS test is fluky - retries and extra output if failure
|
2021-04-28 07:38:47 +03:00 |
|
Amos Bird
|
fd3aef0feb
|
Update tests/integration/test_insert_into_distributed/test.py
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
|
2021-04-28 12:16:27 +08:00 |
|
Ilya Golshtein
|
6ae4cc6ca7
|
hdfs_api.py last minute format improvement went wrong .. fixed
|
2021-04-27 13:37:54 +03:00 |
|
Amos Bird
|
3d125e64a0
|
Try fix test
|
2021-04-27 18:33:37 +08:00 |
|
Alexey Milovidov
|
893d0052dd
|
Skip integration test for library bridge under MSan
|
2021-04-27 07:02:59 +03:00 |
|
kssenii
|
4cf8f5370a
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into globs-for-url
|
2021-04-27 01:07:51 +00:00 |
|
Maksim Kita
|
71bccfdea1
|
Fixed integration test
|
2021-04-26 23:35:56 +03:00 |
|
Ilya Golshtein
|
95dad032a0
|
Kerberized HDFS test - retries and extra output if failure
|
2021-04-26 18:27:41 +03:00 |
|
Maksim Kita
|
c93666e0de
|
Fixed code review issues
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
375b77dbcb
|
Fixed integration tests
|
2021-04-26 13:52:41 +03:00 |
|
Alexey Milovidov
|
1629762fd4
|
Remove integration test for LIVE VIEW (experimental feature) - flaky, @vzakaznikov
|
2021-04-26 00:34:10 +03:00 |
|
alexey-milovidov
|
657a76d81c
|
Update cluster.py
|
2021-04-25 06:09:42 +03:00 |
|
Alexey Milovidov
|
5558a224b0
|
Skip CatBoost tests under MSan
|
2021-04-25 05:25:46 +03:00 |
|
alexey-milovidov
|
877d245d8f
|
Merge pull request #23462 from zhang2014/fix/ISSUE-23310
ISSUES-23310 Try fix MySQL 8.0 address already in use
|
2021-04-24 04:17:21 +03:00 |
|
kssenii
|
b37479ce29
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into globs-for-url
|
2021-04-22 11:42:47 +00:00 |
|
mergify[bot]
|
29b605b4ea
|
Merge branch 'master' into rabbitmq-allow-multiple-hosts
|
2021-04-22 07:32:43 +00:00 |
|
zhang2014
|
81496b2e63
|
Try fix MySQL 8.0 address already in use
|
2021-04-22 11:04:30 +08:00 |
|
kssenii
|
bb6bc61f22
|
Fix checks
|
2021-04-21 19:53:38 +00:00 |
|
kssenii
|
2e6c753add
|
Allow separate vhost for each table
|
2021-04-21 15:51:05 +00:00 |
|
kssenii
|
c1151cea23
|
Add failover
|
2021-04-21 14:39:51 +00:00 |
|
kssenii
|
4c4f765aba
|
Globs for url table function
|
2021-04-21 12:32:57 +00:00 |
|
Chao Ma
|
713eb9486c
|
Fix kafka storage does not work with arrow and arrowstream format messages
|
2021-04-21 19:44:09 +08:00 |
|
Pavel Kovalenko
|
64950d0b50
|
Speedup test_merge_tree_s3_restore using 'SYSTEM RESTART DISK s3'
|
2021-04-21 14:31:09 +03:00 |
|
Pavel Kovalenko
|
2ab8013455
|
DiskRestartProxy improvements and tests.
|
2021-04-21 12:53:46 +03:00 |
|
Amos Bird
|
a3b8681a5f
|
add test
|
2021-04-21 11:25:59 +08:00 |
|
Kseniia Sumarokova
|
f9291d7624
|
Merge branch 'master' into fix-hdfs-virtual-columns
|
2021-04-20 22:01:32 +03:00 |
|