kssenii
db998c3f6c
More robust
2021-06-27 16:28:10 +00:00
alesapin
c977c33d6d
Fix bug in execution of TTL GROUP BY
2021-06-27 19:18:15 +03:00
kssenii
159de92197
Uncomment test
2021-06-26 22:05:20 +00:00
kssenii
3d90f0710c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-06-26 22:04:47 +00:00
alexey-milovidov
420839a4c0
Merge pull request #25697 from sundy-li/mysql-fix
...
[mysql] fix mysql select user() return empty
2021-06-26 03:31:46 +03:00
Kostiantyn Storozhuk
ca04b077ef
Improved column comments support
2021-06-25 22:30:11 +08:00
Anton Popov
4a250dc14e
Merge pull request #25371 from CurtizJ/add-compatibility-setting
...
Add compatibility setting for name of tuple literals
2021-06-25 15:08:13 +03:00
Storozhuk Kostiantyn
4a3145f586
Materialize my sql support enum data type
...
* Implemented Enum for MaterializeMySQL
2021-06-25 16:42:25 +08:00
sundy-li
d423d07a87
[mysql] fix mysql select user() return empty
2021-06-25 10:20:22 +08:00
Anton Popov
a15ee72d0f
Merge remote-tracking branch 'upstream/master' into HEAD
2021-06-23 13:53:01 +03:00
Vitaly Baranov
c6d877d10b
Add tests for checking access rights for SELECT.
2021-06-23 12:54:50 +03:00
Azat Khuzhin
353a770a87
Extend test_insert_distributed_async_send for distributed_directory_monitor_split_batch_on_failure
2021-06-23 02:48:47 +03:00
Azat Khuzhin
a0209178cc
Add ability to split distributed batch on failures
...
Add distributed_directory_monitor_split_batch_on_failure setting (OFF by
default), that will split the batch and send files one by one in case of
retriable errors.
v2: more error codes
2021-06-23 02:48:47 +03:00
Azat Khuzhin
e148ef739d
Drop replicas from dirname for internal_replication=true
...
Under use_compact_format_in_distributed_parts_names=1 and
internal_replication=true the server encodes all replicas for the
directory name for async INSERT into Distributed, and the directory name
looks like:
shard1_replica1,shard1_replica2,shard3_replica3
This is required for creating connections (to specific replicas only),
but in case of internal_replication=true, this can be avoided, since
this path will always includes all replicas.
This patch replaces all replicas with "_all_replicas" marker.
Note, that initial problem was that this path may overflow the NAME_MAX
if you will have more then 15 replicas, and the server will fail to
create the directory.
Also note, that changed directory name should not be a problem, since:
- empty directories will be removed since #16729
- and replicas encoded in the directory name is also supported anyway.
2021-06-23 02:47:38 +03:00
alesapin
788e61f80e
Snapshots test
2021-06-22 14:43:26 +03:00
alesapin
6b815b4f17
Merge branch 'master' into zookeeper_snapshots
2021-06-22 13:50:27 +03:00
alesapin
bf0a4864ac
Add support for set/get ACL commands
2021-06-22 13:49:35 +03:00
alesapin
730554589f
fix superdigest
2021-06-22 11:14:54 +03:00
alesapin
66b7df1d03
Merge pull request #25525 from ClickHouse/fix_some_tests
...
Fix some bugs in integration tests
2021-06-22 10:52:07 +03:00
Ilya Yatsishin
d6bdde54d9
Merge pull request #25212 from qoega/integration-6
...
More integration tests improvements
2021-06-22 10:19:22 +03:00
Kseniia Sumarokova
155bb03239
Merge branch 'master' into pg-dix
2021-06-22 10:14:52 +03:00
alesapin
70f7959de2
Merge branch 'update_buffer_size_in_nuraft' into zookeeper_snapshots
2021-06-21 23:02:42 +03:00
alesapin
8bbe65b4f4
Remove timeouts
2021-06-21 23:02:00 +03:00
alesapin
a356a9ca3d
Merge branch 'fix_some_tests' into zookeeper_snapshots
2021-06-21 23:00:07 +03:00
Kseniia Sumarokova
41c65a9965
Merge pull request #25528 from kssenii/something
...
Fix convertion of datetime with timezone for mysql, odbc, etc..
2021-06-21 22:55:22 +03:00
alesapin
c9c22996d4
One more fixed test
2021-06-21 22:52:44 +03:00
Kseniia Sumarokova
f47dd116c4
Update test.py
2021-06-21 19:07:17 +03:00
alesapin
426710f8e3
Followup fix
2021-06-21 18:53:47 +03:00
alesapin
731edc9a6d
Fixes in ACLs
2021-06-21 18:45:45 +03:00
kssenii
ac0f86cdbf
Truncate for s3
2021-06-21 15:44:36 +00:00
Yatsishin Ilya
e04957ce82
more
2021-06-21 18:42:40 +03:00
kssenii
4688f9e038
hdfs truncate table
2021-06-21 13:59:57 +00:00
alesapin
76cee4e3cf
Debugging
2021-06-21 16:58:39 +03:00
kssenii
0f9fc33a4e
Fix postgres arrays
2021-06-21 11:27:10 +00:00
alesapin
743600a359
Merge branch 'update_buffer_size_in_nuraft' into zookeeper_snapshots
2021-06-21 13:46:22 +03:00
alesapin
8cf5f8e748
Followup fix
2021-06-21 13:30:39 +03:00
Anton Popov
c2754c34f4
Merge remote-tracking branch 'upstream/master' into HEAD
2021-06-21 12:42:48 +03:00
kssenii
c0732ddc12
Fix datetime with timezone
2021-06-21 08:22:12 +00:00
alesapin
a63da94ae4
Revert "Merge pull request #25526 from ClickHouse/revert-25459-add_run_id_option"
...
This reverts commit 7c7e96f26c
, reversing
changes made to a54cbef5b7
.
2021-06-21 11:14:26 +03:00
alesapin
da0a3997f4
Merge branch 'master' into fix_some_tests
2021-06-21 11:14:22 +03:00
alesapin
feecf398fb
Revert "Add run-id option to integration tests"
2021-06-21 11:10:44 +03:00
alesapin
c7781e24d5
Fix some flaky tests
2021-06-21 11:02:27 +03:00
alesapin
65ce3929b8
Merge pull request #25459 from ClickHouse/add_run_id_option
...
Add run-id option to integration tests
2021-06-21 10:21:24 +03:00
Nikolay Degterinsky
8cb25c5757
Fixed lemmatize integration test
2021-06-20 11:28:35 +00:00
Mike Kot
4c391f8e99
SYSTEM RESTORE REPLICA replica [ON CLUSTER cluster] ( #13652 )
...
* initial commit: add setting and stub
* typo
* added test stub
* fix
* wip merging new integration test and code proto
* adding steps interpreters
* adding firstly proposed solution (moving parts etc)
* added checking zookeeper path existence
* fixing the include
* fixing and sorting includes
* fixing outdated struct
* fix the name
* added ast ptr as level of indirection
* fix ref
* updating the changes
* working on test stub
* fix iterator -> reference
* revert rocksdb submodule update
* fixed show privileges test
* updated the test stub
* replaced rand() with thread_local_rng(), updated the tests
updated the test
fixed test config path
test fix
removed error messages
fixed the test
updated the test
fixed string literal
fixed literal
typo: =
* fixed the empty replica error message
* updated the test and the code with logs
* updated the possible test cases, updated
* added the code/test milestone comments
* updated the test (added more testcases)
* replaced native assert with CH one
* individual replicas recursive delete fix
* updated the AS db.name AST
* two small logging fixes
* manually generated AST fixes
* Updated the test, added the possible algo change
* Some thoughts about optimizing the solution:
ALTER MOVE PARTITION .. TO TABLE -> move to detached/ + ALTER ... ATTACH
* fix
* Removed the replica sync in test as it's invalid
* Some test tweaks
* tmp
* Rewrote the algo by using the executeQuery instead of
hand-crafting the ASTPtr.
Two questions still active.
* tr: logging active parts
* Extracted the parts moving algo into a separate helper function
* Fixed the test data and the queries slightly
* Replaced query to system.parts to direct invocation,
started building the test that breaks on various parts.
* Added the case for tables when at least one replica is alive
* Updated the test to test replicas restoration by detaching/attaching
* Altered the test to check restoration without replica restart
* Added the tables swap in the start if the server failed last time
* Hotfix when only /replicas/replica... path was deleted
* Restore ZK paths while creating a replicated MergeTree table
* Updated the docs, fixed the algo for individual replicas restoration case
* Initial parts table storage fix, tests sync fix
* Reverted individual replica restoration to general algo
* Slightly optimised getDataParts
* Trying another solution with parts detaching
* Rewrote algo without any steps, added ON CLUSTER support
* Attaching parts from other replica on restoration
* Getting part checksums from ZK
* Removed ON CLUSTER, finished working solution
* Multiple small changes after review
* Fixing parallel test
* Supporting rewritten form on cluster
* Test fix
* Moar logging
* Using source replica as checksum provider
* improve test, remove some code from parser
* Trying solution with move to detached + forget
* Moving all parts (not only Committed) to detached
* Edited docs for RESTORE REPLICA
* Re-merging
* minor fixes
Co-authored-by: Alexander Tokmakov <avtokmakov@yandex-team.ru>
2021-06-20 11:24:43 +03:00
Nikolay Degterinsky
b1c15d9014
Fixed integration test
2021-06-19 20:27:26 +00:00
kssenii
babb11a887
Some fixes
2021-06-19 19:18:13 +00:00
kssenii
2031607642
Reimplement
2021-06-19 11:52:28 +00:00
alesapin
49cd16e74f
Better
2021-06-18 22:08:12 +03:00
alesapin
b5dae909dd
Add some tests
2021-06-18 21:36:19 +03:00
kssenii
f33387837e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
2021-06-18 14:27:48 +00:00
kssenii
b30cb3f7da
Test
2021-06-18 14:14:29 +00:00
alesapin
5a014cb1e1
Add sometest
2021-06-18 14:02:15 +03:00
alesapin
f0490ad7c1
Better formatting
2021-06-18 12:24:04 +03:00
alesapin
8a5bc2e7bc
Add run-id option to integration tests
2021-06-18 12:23:22 +03:00
Latysheva Alexandra
48d3419160
Merge branch 'master' into alexelex-encryption-1
2021-06-18 11:28:08 +06:00
alesapin
9e77ca7182
Merge branch 'master' into nlp
2021-06-17 21:47:41 +03:00
alexey-milovidov
66c0df99d4
Merge pull request #25323 from ClickHouse/try-to-change-signal-for-integration-rests
...
Use signal 15 in restart_with_latest_version
2021-06-17 20:56:00 +03:00
mergify[bot]
04adc58ba1
Merge branch 'master' into try-to-change-signal-for-integration-rests
2021-06-17 06:20:40 +00:00
mergify[bot]
41d007a1b3
Merge branch 'master' into MySQL-column-comments-support
2021-06-17 05:40:15 +00:00
alexey-milovidov
34891f5954
Merge pull request #25317 from ClickHouse/try-fix-ttl-repl
...
Update test_ttl_replicated
2021-06-17 01:46:13 +03:00
Kseniia Sumarokova
60d220bd14
Merge pull request #24413 from kssenii/postgres-fixes-schema
...
postgres non-default schema for insert query
2021-06-16 22:18:23 +03:00
Anton Popov
ea9b890618
Merge branch 'master' into add-compatibility-setting
2021-06-16 21:10:56 +03:00
Anton Popov
8bd7cbd925
add compatibility setting for name of columns
2021-06-16 21:10:07 +03:00
Yatsishin Ilya
1d6253b9dc
hardening
2021-06-16 18:37:51 +03:00
Yatsishin Ilya
f4d587a17a
hardening
2021-06-16 15:31:19 +03:00
Nikolai Kochetov
ca66f655c8
Use signal 15
2021-06-16 14:15:08 +03:00
Nikolai Kochetov
7c3926ac57
Update test_ttl_replicated
2021-06-16 12:55:48 +03:00
Nikolai Kochetov
8bf55ae2b5
Merge pull request #25166 from ClickHouse/always-detach-parts-with-wrong-partition-id
...
Always detach parts with wrong partition ID
2021-06-16 11:06:07 +03:00
Kostiantyn Storozhuk
d96478c9ff
Integration test added and small fixes
2021-06-15 21:45:30 +08:00
Nikolai Kochetov
b65c121a45
Update test_detach_part_wrong_partition_id.py
2021-06-15 13:38:11 +03:00
kssenii
a1f11f5178
Fixes
2021-06-14 09:37:33 +00:00
alexey-milovidov
77721734ed
Merge pull request #21267 from filimonov/kafka-failover
...
Kafka failover issue fix
2021-06-14 01:42:42 +03:00
kssenii
2cfcc9980c
Better
2021-06-13 19:38:31 +00:00
kssenii
603c06d02e
Add test
2021-06-13 19:38:17 +00:00
alexey-milovidov
7c048a9dc8
Merge pull request #23976 from excitoon-favorites/s3unstablereads
...
Improved `test_storage_s3_get_unstable`
2021-06-12 04:04:29 +03:00
alexey-milovidov
30f0124e77
Merge branch 'master' into always-detach-parts-with-wrong-partition-id
2021-06-12 02:55:55 +03:00
alexey-milovidov
f96b512ffb
Merge pull request #24728 from qoega/remove-enable-dictionaries
...
Remove explicit enable_dictionaries files in integration tests
2021-06-12 02:45:25 +03:00
alexey-milovidov
cad5cfacf1
Merge pull request #25047 from zhicwu/jdbc-bridge-sit
...
Add integration test for jdbc bridge
2021-06-11 23:07:43 +03:00
Yatsishin Ilya
cbbeb4001b
more changes
2021-06-11 15:00:40 +03:00
Yatsishin Ilya
fe712caa5c
typo
2021-06-11 13:50:44 +03:00
Yatsishin Ilya
d7fca4a6f2
wait hdfs longer
2021-06-11 12:30:09 +03:00
Zhichun Wu
7f2b444d6f
Add integration test for jdbc bridge
2021-06-11 17:10:51 +08:00
Yatsishin Ilya
65074edba4
Merge remote-tracking branch 'origin' into remove-enable-dictionaries
2021-06-11 11:50:56 +03:00
Yatsishin Ilya
fa0551a1a3
fix test_partition
2021-06-11 11:39:28 +03:00
alesapin
54f9db670f
Merge pull request #25079 from ClickHouse/debug_network_interfaces
...
Trying to debug fetches bandwith test failures
2021-06-11 10:30:14 +03:00
mergify[bot]
4eb2b33127
Merge branch 'master' into filter_tests_in_ci_runner
2021-06-10 16:15:43 +00:00
Nikolai Kochetov
3bfefa50e2
Add user arg to exec_in_container with cli
2021-06-10 15:15:07 +03:00
Nikolai Kochetov
2936fdd16c
Always detach parts with wrong partition id.
2021-06-10 15:04:36 +03:00
Vladimir Chebotarev
f16dd06476
Review fixes.
2021-06-10 08:49:26 +03:00
Vladimir Chebotarev
591c556321
Improved test_storage_s3_get_unstable
.
2021-06-10 08:49:26 +03:00
alexey-milovidov
77ab26e217
Merge branch 'master' into less_timeouts
2021-06-10 02:03:16 +03:00
filimonov
3f1d3f2e1d
Update test.py
2021-06-09 23:20:44 +02:00
Yatsishin Ilya
035df8ba28
fixed
2021-06-09 18:49:18 +03:00
Yatsishin Ilya
0c2380e4ac
Merge remote-tracking branch 'qoega/better-hdfs-tests' into remove-enable-dictionaries
2021-06-09 17:08:02 +03:00
Mikhail Filimonov
3627ab7cbe
Fix kafka failover issue ( #21118 ).
...
Distringuish lack of assignment vs lack of partitions. Bit better / clearer logging.
2021-06-09 16:02:56 +02:00
Yatsishin Ilya
dd3fd87e26
Fix kerberized hdfs and cleanup
2021-06-09 16:53:16 +03:00
alesapin
192210fea6
Consistent style
2021-06-09 16:42:20 +03:00
alesapin
46aee86d3a
Fix flaky check report in CI runner
2021-06-09 16:40:28 +03:00
mergify[bot]
bc012b9c1a
Merge branch 'master' into recreate_kafka_table_case
2021-06-09 10:30:32 +00:00
filimonov
7469f054f0
Update test.py
...
Missed one of the refactorings which were merged in the meanwhile 872e36c207 (diff-8129a3b04ff2293c2d89b35395be9ef49918cdafd4420a745d05733b00979646L86-R100)
2021-06-09 12:27:42 +02:00
Yatsishin Ilya
aba39d58f9
wip
2021-06-09 12:23:02 +03:00
Yatsishin Ilya
257b9c0731
typo
2021-06-09 12:03:03 +03:00
Yatsishin Ilya
8d6b5d52ab
typo
2021-06-09 11:52:20 +03:00
Yatsishin Ilya
a9108e42c3
Better test_odbc_interaction
2021-06-09 11:46:01 +03:00
Yatsishin Ilya
df27e2754b
resolve
2021-06-09 11:46:01 +03:00
Nikita Mikhaylov
82b8d45cd7
Merge pull request #23518 from nikitamikhaylov/copier-stuck
...
Bugfixes and improvements of `clickhouse-copier`
2021-06-09 11:36:42 +03:00
mergify[bot]
156592af95
Merge branch 'master' into debug_network_interfaces
2021-06-09 07:56:02 +00:00
alesapin
7179fafef0
Less timeouts in integration tests
2021-06-09 10:49:29 +03:00
kssenii
0521851afa
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into postgres-fixes-schema
2021-06-08 17:20:23 +00:00
alesapin
eeb75d15da
Remove timeouts
2021-06-08 19:21:55 +03:00
alesapin
49b5b94187
Remove strange timeout in test
2021-06-08 19:15:04 +03:00
alesapin
fc805a1ece
Trying to debug fetches bandwith test failures
2021-06-08 15:13:45 +03:00
Nikita Mikhaylov
c3f03e8f60
skip ttl_move_to_volume
2021-06-08 11:14:45 +00:00
Nikita Mikhaylov
22864aff23
delete files
2021-06-08 01:52:30 +00:00
Nikita Mikhaylov
c0238e839a
another try to fix tests
2021-06-08 01:50:43 +00:00
Latysheva Alexandra
1a2cbe9275
Merge branch 'master' into alexelex-encryption-1
2021-06-07 21:18:54 +06:00
Ilya Yatsishin
c453a84944
Merge pull request #24973 from qoega/cleanup-iptables-on-session-start
2021-06-07 15:43:13 +03:00
Nikita Mikhaylov
6f5997b0aa
fix tests
2021-06-07 10:49:01 +00:00
Nikita Mikhaylov
652de7c9b0
Update test.py
2021-06-07 13:06:41 +03:00
alesapin
fba2d66042
Disable storage_kerberized_hdfs test
2021-06-07 12:25:13 +03:00
alexey-milovidov
344fc39e41
Merge branch 'master' into cleanup-iptables-on-session-start
2021-06-07 02:56:32 +03:00
alexey-milovidov
cc5755b1a4
Merge pull request #25002 from ClickHouse/compression-codecs-refactoring
...
Compression codecs refactoring
2021-06-07 02:54:24 +03:00
mergify[bot]
f84ac23951
Merge branch 'master' into compression-codecs-refactoring
2021-06-06 18:02:39 +00:00
mergify[bot]
e9d01d7e4f
Merge branch 'master' into fix-integration-test-s3
2021-06-06 18:02:34 +00:00
mergify[bot]
1172807442
Merge branch 'master' into recreate_kafka_table_case
2021-06-06 12:15:55 +00:00
alexey-milovidov
8b99fa049e
Merge pull request #24967 from filimonov/fix_port_in_kafka_test
...
Fix the test after #20393
2021-06-06 15:11:49 +03:00
Alexey Milovidov
b146524fdb
Maybe Minio starts for too long in tests
2021-06-06 12:38:49 +03:00
Alexey Milovidov
8d85145725
Remove experimental compression codecs
2021-06-06 02:26:52 +03:00
Nikita Mikhaylov
b99350b50d
Update test.py
2021-06-06 02:19:17 +03:00
Alexey Milovidov
17962459f5
Merge branch 'master' into issue-16775
2021-06-06 02:18:28 +03:00
Ilya Yatsishin
f2eed22ebd
Merge pull request #24954 from ClickHouse/fix_integration_test
2021-06-05 20:18:33 +03:00
Ilya Yatsishin
3092ec7c7e
Merge pull request #24959 from qoega/no-more-subprocess-call
2021-06-05 19:41:52 +03:00
mergify[bot]
f56e7c6e3a
Merge branch 'master' into cleanup-iptables-on-session-start
2021-06-05 12:10:18 +00:00
Nikolay Degterinsky
1d6a01dd6f
added tests
2021-06-05 02:52:18 +00:00
mergify[bot]
d8ed474062
Merge branch 'master' into copier-stuck
2021-06-05 01:40:23 +00:00
Yatsishin Ilya
df6e163976
fix
2021-06-04 18:46:11 +03:00
Yatsishin Ilya
9f6de5f764
opt-in for cleanup
2021-06-04 18:00:59 +03:00
Yatsishin Ilya
05232e7c40
Make tests great again
2021-06-04 17:33:22 +03:00
Nikita Mikhaylov
f6932026d5
delete partition from original table in case of errors while moving
2021-06-04 14:21:47 +00:00
tavplubix
19727ff753
Update test.py
2021-06-04 16:58:28 +03:00
Mikhail Filimonov
c8fe168a8d
Fix the test after #20393
2021-06-04 15:55:07 +02:00
filimonov
74ae079b19
Update test.py
2021-06-04 15:30:25 +02:00
Nikita Mikhaylov
cf8782faf3
Merge pull request #24311 from nikitamikhaylov/merging-s3-backoff
...
Merging #23461
2021-06-04 14:41:21 +03:00
kssenii
00e76ca372
Checking tests
2021-06-04 11:34:51 +00:00
alesapin
c03f54e2c3
Skip skipped tests
2021-06-04 13:15:44 +03:00
Yatsishin Ilya
e075130112
Remove subprocess_call from cluster.py
2021-06-04 13:14:32 +03:00
alesapin
a0eb45bfc3
More stable test
2021-06-04 12:12:35 +03:00
Yatsishin Ilya
e18343ce17
Merge remote-tracking branch 'origin' into remove-enable-dictionaries
2021-06-04 11:43:41 +03:00
alesapin
4d7170b557
Followup fixes for integration tests
2021-06-04 10:51:45 +03:00
alesapin
7ca31261b0
Merge pull request #24911 from ClickHouse/remove_some_tests
...
Remove some outdated integration tests
2021-06-04 10:15:39 +03:00
kssenii
e23bc14582
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-06-03 19:44:55 +00:00
mergify[bot]
9e2c454db2
Merge branch 'master' into merging-s3-backoff
2021-06-03 18:58:24 +00:00
Mikhail Filimonov
e11f7db28b
Add test #23430
2021-06-03 20:41:01 +02:00
Nikita Mikhaylov
b978405f4a
fix
2021-06-03 15:50:44 +00:00
Nikita Mikhaylov
6c583b0e36
Merge branch 'master' of github.com:ClickHouse/ClickHouse into copier-stuck
2021-06-03 15:05:23 +00:00
Ilya Yatsishin
e0a683a407
Mute test_memory_consumption before #24784
2021-06-03 16:10:54 +03:00
tavplubix
1aff716f18
Merge pull request #24777 from ClickHouse/fix_intersection_with_lost_part
...
Do not crash on intersecting virtual parts
2021-06-03 15:42:46 +03:00
alesapin
31b27049b0
Followup
2021-06-03 15:42:12 +03:00
alesapin
6231a0d7d7
Merge branch 'master' into remove_some_tests
2021-06-03 15:41:50 +03:00
alesapin
f0f5aba3b1
Merge pull request #20393 from qoega/integration-2
...
Grand integration tests refactoring: Allow parallel run
2021-06-03 15:20:03 +03:00
alesapin
376b3872bf
Remove some outdated integration tests
2021-06-03 14:49:59 +03:00
kssenii
b209893cd1
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning
2021-06-03 11:30:47 +00:00
alesapin
4a1bf51ad1
Merge branch 'master' into limited_fetches
2021-06-02 23:01:47 +03:00
Yatsishin Ilya
ddddb761db
more
2021-06-02 18:08:16 +03:00
Yatsishin Ilya
6a9b875b19
simplify test_backup_restore
2021-06-02 17:33:47 +03:00
Nikita Mikhaylov
4382aac25d
support for ReplicatedTable creation without arguments
2021-06-02 15:46:37 +03:00
alesapin
f7babe5cd9
Fix build and better test
2021-06-02 11:22:44 +03:00
alesapin
feed2636f4
Add exponential smoothing to Throttler
2021-06-02 01:07:29 +03:00
Nikita Mikhaylov
312bb96eeb
Merge branch 'master' of github.com:ClickHouse/ClickHouse into copier-stuck
2021-06-02 01:04:47 +03:00
Nikita Mikhaylov
f57863b974
fix tests
2021-06-02 01:03:08 +03:00
kssenii
12ea45e956
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-06-01 17:43:34 +00:00
Yatsishin Ilya
d51a6a2c1f
Merge remote-tracking branch 'origin' into integration-2
2021-06-01 17:23:01 +03:00
Yatsishin Ilya
ff7f7f6200
try
2021-06-01 17:18:35 +03:00
Nikita Mikhaylov
3f18bde246
Merge branch 'master' of github.com:ClickHouse/ClickHouse into merging-s3-backoff
2021-06-01 13:39:09 +00:00
Alexander Tokmakov
7d7c5638a5
Merge branch 'master' into fix_intersection_with_lost_part
2021-06-01 16:32:59 +03:00
Nikita Mikhaylov
5dda97bef1
Merge pull request #24691 from nikitamikhaylov/debug_host_ip_change
...
Fix flaky integration tests
2021-06-01 15:55:51 +03:00
alesapin
c3321bef30
Merge branch 'master' into limited_fetches
2021-06-01 13:09:02 +03:00
Yatsishin Ilya
2983a9ba61
use cli for exec
2021-06-01 12:53:36 +03:00
Yatsishin Ilya
7656ab3c85
try tmpfs in runner
2021-06-01 11:44:09 +03:00
Yatsishin Ilya
739ff5fee7
increase docker client timeout
2021-06-01 11:43:44 +03:00
kssenii
32095a2b74
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning
2021-06-01 08:01:06 +00:00
Yatsishin Ilya
aac97b6582
test_always_fetch_merged
2021-06-01 10:02:22 +03:00
kssenii
e510c3839e
More correct
2021-05-31 22:09:54 +00:00
Nikita Mikhaylov
0d8ede15a9
Merge branch 'master' into merging-s3-backoff
2021-05-31 21:07:00 +03:00
Yatsishin Ilya
7bb1709185
smaller pack
2021-05-31 18:46:32 +03:00
Nikita Mikhaylov
33dcebbb24
style
2021-05-31 17:41:35 +03:00
Nikita Mikhaylov
1c548058e6
add status json
2021-05-31 17:38:55 +03:00
Nikita Mikhaylov
ac072243d6
style + enable trivial test
2021-05-31 17:38:55 +03:00
Nikita Mikhaylov
b4895b1e72
better
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
6d19dea761
better
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
fa22b41d5a
added allow_to_drop_target_partitions with test
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
267319ffeb
added test with ttl move to volume
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
9022646633
support copying of tables with data skipping indices
2021-05-31 17:38:20 +03:00
Nikita Mikhaylov
86c9373fb7
prettify tests
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
c41cc36046
support TTL on columns
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
90ab394769
better
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
2017d2f918
save
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
5bd6183e67
save
2021-05-31 17:37:10 +03:00
Nikita Mikhaylov
f3c81f4c9b
disable test under msan
2021-05-31 17:30:02 +03:00
Yatsishin Ilya
79501da420
typo
2021-05-31 07:17:08 +03:00
Yatsishin Ilya
5f0373dace
lost in merge
2021-05-31 07:12:22 +03:00
Yatsishin Ilya
1cb3c43a1c
Merge remote-tracking branch 'origin' into remove-enable-dictionaries
2021-05-31 07:08:59 +03:00
Yatsishin Ilya
0c2318c59b
tune runner for now
2021-05-31 07:07:32 +03:00
Yatsishin Ilya
80f07051f2
other path
2021-05-31 07:06:14 +03:00
Yatsishin Ilya
b683f71ae6
Merge remote-tracking branch 'origin' into integration-2
2021-05-31 07:03:27 +03:00
kssenii
c11ad44aad
More correct version
2021-05-30 22:54:42 +00:00
Alexander Tokmakov
16647fe8ce
some unrelated fixes
2021-05-31 00:29:37 +03:00
kssenii
d18609467b
First version
2021-05-30 13:57:30 +00:00
alesapin
07afb42e79
Merge pull request #24448 from ClickHouse/keeper_auth
...
Add ACL system to Keeper
2021-05-30 16:17:40 +03:00
Nikita Mikhaylov
d9cc77c429
keep
2021-05-28 21:22:25 +03:00
Yatsishin Ilya
cb2277381f
try remove
2021-05-28 18:45:56 +03:00
Nikita Mikhaylov
095f06c8a3
raise timeout for test_host_ip_change/test.py::test_user_access_ip_change
2021-05-28 17:37:05 +03:00
alesapin
a1efea20dc
Better ACLs storage on disk (update snapshot version)
2021-05-28 14:52:19 +03:00
alesapin
764902c8d3
Remove print
2021-05-28 00:25:17 +03:00
Nikolai Kochetov
3d8e7c95c7
Merge pull request #24561 from ClickHouse/try-fix-test_reload_after_loading
...
Fix flaky test
2021-05-27 20:57:30 +03:00
Nikolai Kochetov
00628925eb
Merge pull request #24560 from ClickHouse/more-diagnostic-for-test_jbod_overflow
...
Update test_multiple_disks
2021-05-27 20:39:21 +03:00
Yatsishin Ilya
305134f037
fix
2021-05-27 18:20:50 +03:00
alesapin
a961100916
More stable test
2021-05-27 18:02:06 +03:00
alesapin
6860946d3c
Cleanup in test
2021-05-27 16:00:08 +03:00
alesapin
2985def91d
Add tests
2021-05-27 15:54:47 +03:00
Nikolai Kochetov
14756e5707
Update dict lifetime
2021-05-27 13:51:53 +03:00
Nikolai Kochetov
0ca38335a7
Update dict lifetime
2021-05-27 12:09:56 +03:00
Nikolai Kochetov
02ed069e81
Fix flaky test
2021-05-27 11:49:42 +03:00
Nikolai Kochetov
ec0f55d899
Update test_multiple_disks
2021-05-27 11:32:18 +03:00
Yatsishin Ilya
55dd173535
more
2021-05-27 10:58:12 +03:00
Yatsishin Ilya
ae60a3dd3a
new tests from master
2021-05-27 07:24:16 +03:00
Yatsishin Ilya
28af06f3d0
Merge remote-tracking branch 'origin' into integration-2
2021-05-27 07:01:22 +03:00
kssenii
e56b10f07c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-26 21:55:10 +00:00
mergify[bot]
d1338230f4
Merge branch 'master' into keeper_auth
2021-05-26 13:55:00 +00:00
Yatsishin Ilya
99e3be018e
better
2021-05-26 15:06:31 +03:00
Yatsishin Ilya
d17b46d69f
fix mongo logging
2021-05-26 15:06:13 +03:00
Kseniia Sumarokova
cb8af0fd4c
Merge pull request #11058 from overshov/master
...
Implement IDisk interface for HDFS
2021-05-26 14:14:06 +03:00
alesapin
9e6a713f18
Merge pull request #24465 from ClickHouse/filimonov-kafka-flaky
...
Try to improve kafka flaky test
2021-05-26 11:52:44 +03:00
alesapin
069d45790f
Merge pull request #24157 from kssenii/modulo-partition-key
...
Adjust modulo function when used in partition key
2021-05-26 10:30:54 +03:00
Yatsishin Ilya
b26b97ec6c
fix
2021-05-26 07:40:53 +03:00
Alexey Milovidov
374923ab90
Update integration test
2021-05-26 03:48:11 +03:00
Yatsishin Ilya
f5e584b6af
fix
2021-05-25 19:56:03 +03:00
Yatsishin Ilya
b44c056fa4
lost file
2021-05-25 19:55:02 +03:00
Yatsishin Ilya
9282c7470c
better
2021-05-25 19:53:55 +03:00
Yatsishin Ilya
53295f9b51
blacklist
2021-05-25 19:53:42 +03:00
Yatsishin Ilya
a667a1c032
better
2021-05-25 18:32:24 +03:00
mergify[bot]
400b74d186
Merge branch 'master' into merging-s3-backoff
2021-05-25 14:02:38 +00:00
Yatsishin Ilya
e9ccf906c4
improvements
2021-05-25 16:40:22 +03:00
Yatsishin Ilya
893cd47bd2
better
2021-05-25 15:40:59 +03:00
filimonov
88919080d5
Try to improve kafka flaky test
2021-05-24 22:37:16 +02:00
kssenii
cef509e5b5
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-24 17:39:34 +00:00
Anton Ivashkin
c936dab6d5
Fix part type in Fetcher::downloadPartToS3
2021-05-24 19:37:37 +03:00
Yatsishin Ilya
c191a631e8
touch
2021-05-24 18:30:51 +03:00
Anton Ivashkin
a98286b4c4
Merge master
2021-05-24 17:46:29 +03:00
Nicolae Vartolomei
700850a970
Add more tests and handle correctly missing include
2021-05-24 14:24:39 +01:00
Nicolae Vartolomei
4c3882f2f9
Config in-place include
2021-05-24 14:24:39 +01:00
Anton Ivashkin
6c4e4b751c
Decrease iterations in test_s3_zero_copy_replication
2021-05-24 16:05:11 +03:00
alesapin
11ac483e12
Add tests
2021-05-24 15:18:04 +03:00
Yatsishin Ilya
8939daf7e7
more
2021-05-24 11:23:04 +03:00
Yatsishin Ilya
c32cea4dd2
Merge remote-tracking branch 'origin' into integration-2
2021-05-24 09:59:16 +03:00
Alexey Milovidov
273226de32
Remove string parameter for Density
2021-05-24 06:43:25 +03:00
Alexey Milovidov
6f70feed2f
Merge branch 'master' into issue-16775
2021-05-24 05:56:57 +03:00
kssenii
659e57e60f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-23 22:46:00 +00:00
kssenii
ecd82213d1
Some clean up, more tests
2021-05-23 20:19:04 +00:00
alesapin
cd815efaee
Merge branch 'master' into keeper_auth
2021-05-23 20:57:18 +03:00
Alexandra
2cf92050ab
init retest
2021-05-23 13:31:48 +00:00
kssenii
da32f66122
More tests
2021-05-23 12:47:52 +00:00
Alexandra
0a5dc1fcf7
add optimize on encrypted disk integration test
2021-05-23 12:44:45 +00:00
kssenii
a78c9e63e7
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-23 12:07:26 +00:00
Alexandra
45d8a63ff4
add disk_s3_encrypted to integration test
2021-05-23 08:43:29 +00:00
kssenii
0f98731c1f
More integration tests
2021-05-23 07:33:31 +00:00
alesapin
6c0b683d3a
Merge pull request #17871 from nvartolomei/nv/parts-uuid-move-shard
...
Part movement between shards
2021-05-23 10:20:57 +03:00
mergify[bot]
3c6e6464a7
Merge branch 'master' into s3_zero_copy_replication
2021-05-23 07:09:17 +00:00
Alexey Milovidov
fff2f7b2be
Fix style, fix typo and remove extra code
2021-05-23 03:21:21 +03:00
Alexandra
9029ca8c36
add test_encrypted_disk integration test
2021-05-23 00:18:59 +00:00
Alexandra
928c8bf1de
update test_disk_types with encrypted disk
2021-05-22 19:19:23 +00:00
kssenii
b72f6ea78e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-22 16:15:15 +00:00
alexey-milovidov
1ed30f7246
Merge branch 'master' into issue-16775
2021-05-22 17:14:23 +03:00
kssenii
3e6d3d4ecb
Postgres schema for insert
2021-05-22 08:50:23 +00:00
alesapin
6e593cda7b
Working test
2021-05-22 10:38:50 +03:00
BoloniniD
33755f1f3d
Implemented YAMLParser class
2021-05-21 21:56:22 +03:00
Yatsishin Ilya
d73d92ed7e
revert some changes
2021-05-21 18:48:14 +03:00
Yatsishin Ilya
daf0b5ad2b
rewrite zookeeper test
2021-05-21 16:29:43 +03:00
Yatsishin Ilya
70cb85a5d0
better
2021-05-21 12:09:10 +03:00
kssenii
074428264f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-21 08:26:54 +00:00
Yatsishin Ilya
b079ce5ee4
typo
2021-05-21 08:01:51 +03:00
Yatsishin Ilya
e9f7246d2a
fixes
2021-05-21 07:59:16 +03:00
alesapin
deb784a321
Merge branch 'master' into nvartolomei-parts-move
2021-05-20 21:24:55 +03:00
Yatsishin Ilya
1f8d43235f
better
2021-05-20 21:19:45 +03:00
Yatsishin Ilya
1d35da6882
Merge remote-tracking branch 'origin' into integration-2
2021-05-20 19:12:04 +03:00
alesapin
cf94bc9b8c
Merge pull request #24059 from ClickHouse/standalone_keeper
...
Standalone keeper server
2021-05-20 10:10:51 +03:00
mergify[bot]
29b3ed4551
Merge branch 'master' into modulo-partition-key
2021-05-20 05:45:11 +00:00
mergify[bot]
e762039db7
Merge branch 'master' into merging-s3-backoff
2021-05-19 21:57:10 +00:00
alesapin
301dc848f5
Merge branch 'master' into nvartolomei-parts-move
2021-05-19 17:17:01 +03:00
kssenii
ba41d01b78
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-19 11:47:05 +00:00
Yatsishin Ilya
8932f794aa
Merge remote-tracking branch 'origin' into integration-2
2021-05-19 14:15:52 +03:00
alesapin
869aa49853
Even more lightweight test
2021-05-19 13:47:24 +03:00
Nikolai Kochetov
c6800c67f5
Merge pull request #24205 from ClickHouse/integration-server-restart-increase-tiomeout
...
Increase timeout for server restart in integration tests.
2021-05-19 13:38:51 +03:00
Yatsishin Ilya
1f4e28accb
Merge remote-tracking branch 'origin' into integration-2
2021-05-19 13:25:30 +03:00
Yatsishin Ilya
7a5895815b
remove tmpfs for now
2021-05-19 13:23:51 +03:00
mergify[bot]
230bec70fb
Merge branch 'master' into modulo-partition-key
2021-05-19 10:08:41 +00:00
alesapin
4d6c71801c
Merge branch 'master' into nv/parts-uuid-move-shard
2021-05-19 13:03:14 +03:00
Yatsishin Ilya
3ec8e779ba
one more timeout
2021-05-19 08:54:48 +03:00
Kseniia Sumarokova
0ab15d0bc4
Merge branch 'master' into modulo-partition-key
2021-05-18 17:45:32 +03:00
alesapin
974f362e1c
Update cluster.py
2021-05-18 17:25:46 +03:00
alesapin
b390ebb083
Merge branch 'master' into standalone_keeper
2021-05-18 16:27:28 +03:00
alesapin
70e3ffc895
Speedup test
2021-05-18 14:46:45 +03:00
Yatsishin Ilya
3c804556fb
fix
2021-05-18 14:02:23 +03:00
alesapin
36aeb59705
Fix lazy test
2021-05-18 11:03:38 +03:00
Nikolai Kochetov
e71387f509
Increase timeout for server restart in integration tests.
2021-05-18 10:38:32 +03:00
Nikolai Kochetov
e5aff8fe23
Increase timeout for server restart in integration tests.
2021-05-18 10:16:51 +03:00
Yatsishin Ilya
39f41ed9b9
less tests to commit
2021-05-18 07:47:51 +03:00
Yatsishin Ilya
83718a003d
Merge remote-tracking branch 'origin/master' into integration-2
2021-05-18 07:46:07 +03:00
Nikolai Kochetov
118ebf0463
Increase timeout for server restart in integration tests.
2021-05-17 20:04:43 +03:00
Anton Ivashkin
6ce18124e2
Zero-copy replication - add test for TTL with large data
2021-05-17 19:27:44 +03:00
kssenii
15d1b8f397
Add test
2021-05-17 14:29:32 +00:00
Anton Ivashkin
8ed4a5de62
Fix Zero Copy after merge master
2021-05-17 16:01:08 +03:00
Yatsishin Ilya
40e63646ca
more
2021-05-17 14:16:16 +03:00
alesapin
67d34c0136
merge with master
2021-05-17 14:13:18 +03:00
alesapin
17f229857c
Merge branch 'master' into nvartolomei-parts-move
2021-05-17 13:52:48 +03:00
Anton Ivashkin
39a30b77fe
Merge master
2021-05-17 11:47:48 +03:00
alesapin
33a6218a79
Make test more lightweight
2021-05-17 11:43:15 +03:00
Vladimir Chebotarev
752d0cb0b6
Fixed test.
2021-05-17 10:38:34 +03:00
alesapin
62004cf0d9
Merge branch 'master' into standalone_keeper
2021-05-17 10:14:58 +03:00
Yatsishin Ilya
e1176acc04
Merge remote-tracking branch 'origin' into integration-2
2021-05-17 09:53:00 +03:00
kssenii
8a4711b716
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-16 20:55:18 +00:00
kssenii
57da32472b
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-fixes
2021-05-16 18:39:51 +00:00
alesapin
5116f79441
Better configs and fix test
2021-05-16 17:18:21 +03:00
alesapin
29726b5510
Merge pull request #24122 from ClickHouse/fix_table_startup
...
Set readonly mode if restarting thread failed to activate replica
2021-05-16 16:45:51 +03:00
alesapin
852608c937
Don't abort on Auth request
2021-05-15 18:01:00 +03:00
alesapin
33e9f1bcf1
Better tests
2021-05-15 15:33:01 +03:00
mergify[bot]
d31021ea4f
Merge branch 'master' into fix-kafka-with-parquet
2021-05-14 21:10:12 +00:00
Yatsishin Ilya
cfb55c2cf6
fix
2021-05-14 19:38:40 +03:00
Yatsishin Ilya
aa4c91a2b3
disable parallel in flaky check
2021-05-14 17:15:08 +03:00
Yatsishin Ilya
f922ef4bbf
Merge remote-tracking branch 'origin/fix_table_startup' into integration-2
2021-05-14 17:12:45 +03:00
Yatsishin Ilya
ad706b0de4
Merge remote-tracking branch 'origin' into integration-2
2021-05-14 16:48:44 +03:00
alesapin
de75d9c887
Revert accident changes
2021-05-14 16:44:32 +03:00
alesapin
123715300a
Use keeper in integration tests
2021-05-14 15:30:49 +03:00
alesapin
340cd20274
Fix flaky TTL replicated test
2021-05-14 11:55:51 +03:00
alesapin
67e4393769
If table was not active set readonly mode
2021-05-14 11:32:41 +03:00
Mikhail Filimonov
dd619e1e37
Try to stabilize flapping test
2021-05-13 16:03:32 +02:00
kssenii
7115045317
Tiny changes
2021-05-13 09:39:57 +00:00
kssenii
85bbfd54e8
Fix bug
2021-05-13 08:53:48 +00:00
kssenii
0cb0bd48f7
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-fixes
2021-05-13 06:36:51 +00:00
Vladimir Chebotarev
1141872db2
Fix tests II.
2021-05-13 08:46:16 +03:00
Vladimir Chebotarev
83dddb33db
Better tests fix.
2021-05-13 08:46:16 +03:00
Vladimir Chebotarev
8ba32fc935
Fix tests I.
2021-05-13 08:46:16 +03:00
kssenii
7c81103ea3
Add replication identifier, allow proper access to _version and _sign columns from nested
2021-05-12 22:48:42 +00:00
kssenii
0955e5f0be
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-12 15:11:15 +00:00
alesapin
ed3f89a7be
Merge pull request #23980 from kssenii/add-postgres-schema
...
Add missing table schema for postgres dictionary
2021-05-12 10:50:49 +03:00
Yatsishin Ilya
4311495243
Merge remote-tracking branch 'origin' into integration-2
2021-05-12 10:04:10 +03:00
Yatsishin Ilya
fe0194aa4b
s3 catch up
2021-05-12 10:03:53 +03:00
Yatsishin Ilya
d0a1dcd6cc
better name
2021-05-11 17:27:38 +03:00
kssenii
850b6f02cb
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-11 14:22:30 +00:00
Yatsishin Ilya
6aa7c0fafc
fixes
2021-05-11 16:13:26 +03:00
alesapin
46e136b5c4
Merge branch 'master' into nv/parts-uuid-move-shard
2021-05-11 15:36:40 +03:00
Yatsishin Ilya
9d159072ef
mERGe remote-tracking branch 'origin' into integration-2
2021-05-11 13:32:44 +03:00
Amos Bird
dfa5629071
Remove projection type ast
2021-05-11 18:12:29 +08:00
Alexey Milovidov
b2ca5cd98b
Merge branch 'master' into normalize-bigint
2021-05-11 02:05:40 +03:00
Alexey Milovidov
2fcdc85dc7
Fix integration test
2021-05-11 01:54:52 +03:00
alexey-milovidov
0400070924
Merge pull request #23822 from excitoon-favorites/equalsignins3path
...
Better handling of URI's in `PocoHTTPClient`
2021-05-10 20:25:18 +03:00
kssenii
bd4a0934e4
Add one more test
2021-05-10 14:51:17 +00:00
Alexey Milovidov
db4447d819
Fix integration test
2021-05-10 17:45:37 +03:00
kssenii
626e87bae5
Some fixes
2021-05-10 13:51:05 +00:00
kssenii
65c574db93
Add test
2021-05-10 11:31:06 +00:00
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
kssenii
993823bcc4
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-09 21:26:41 +00:00
Alexey Milovidov
49e4a43300
Fix double whitespace in integration tests
2021-05-09 23:16:57 +03:00
kssenii
d6582f5fe5
Table schema for dict
2021-05-09 15:42:54 +00:00
kssenii
1b827ac424
Correct merge, finish refactoring
2021-05-09 14:45:33 +00:00
kssenii
5c24f0943c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-08 14:54:44 +00: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
hexiaoting
a1d521902c
Merge remote-tracking branch 'origin/master' into dev-continue-sundyli
2021-05-07 14:22:53 +08: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
fibersel
cb53bbb7b0
add experimental codecs flag, add integration test for experimental codecs
2021-05-06 14:57:22 +03:00
Vladimir Chebotarev
524113f497
Fixed bug with S3 URLs containing +
symbol, data with such keys could not be read previously.
2021-05-06 11:28:55 +03:00
Chao Ma
ec8ca5bf5e
Fix kafka storage does not work with parquet format messages
2021-05-06 11:32:58 +08: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
kssenii
0b6fb7660b
Fix checks
2021-05-05 09:15:56 +00:00
kssenii
973ee4e9c4
Remove strange code, some fixes
2021-05-04 20:24:57 +00:00
kssenii
2112521304
Allow all RabbitMQ setup to be done only by user
2021-05-04 19:54:16 +00:00
kssenii
a3feaa48f4
Allow user to define specific queue settings
2021-05-04 18:57:49 +00:00
Alexey Milovidov
af41344cf5
@CurtizJ convinced me that this test has to be deleted
2021-05-04 20:59:42 +03:00
kssenii
13ba5287e3
Add cleanup in case of drop table
2021-05-04 16:26:47 +00:00
Mikhail Filimonov
80065b08f8
Revert "avoid race in librdkafka"
...
This reverts commit bd8c3eb117
.
2021-05-04 10:06:33 +02:00
kssenii
eff26f9d54
Add comments, small improvements
2021-05-03 21:42:06 +00:00
kssenii
19ecdceb6b
Do not start sync startup in a separate thread in case of single storage
2021-05-03 18:38:44 +00:00
kssenii
6a06d72580
Fix background update
2021-05-03 17:28:54 +00:00
kssenii
3e3396bd9c
Refactor code, add comments
2021-05-03 09:52:32 +00:00
kssenii
14d355a6ac
Fix background update
2021-05-02 11:53:03 +00: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
kssenii
7643d84095
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-30 22:02:51 +00:00
Maksim Kita
3deb8cd410
HashedDictionary complex key update field initial load fix
2021-05-01 01:01:41 +03:00
Yatsishin Ilya
d12e78609f
py2 runner
2021-04-30 17:34:21 +03:00
Yatsishin Ilya
fddc72fb49
fixes
2021-04-30 15:22:37 +03:00
Yatsishin Ilya
744fb93945
Merge remote-tracking branch 'origin' into integration-2
2021-04-30 12:18:24 +03:00
Yatsishin Ilya
28fe11158a
rabbitmq
2021-04-30 12:18:12 +03:00
Pavel Kovalenko
0050dbb75b
Apply disk settings on config reload.
2021-04-29 23:32:19 +03:00
Yatsishin Ilya
764ac307d1
fix
2021-04-29 19:01:28 +03:00
Yatsishin Ilya
a6c7e03aba
merge remote-tracking branch 'origin' into integration-2
2021-04-29 17:30:54 +03:00
Yatsishin Ilya
dd192bb0ab
better
2021-04-29 17:26:41 +03:00
Yatsishin Ilya
cb101e46bb
finally
2021-04-29 14:57:48 +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
Yatsishin Ilya
a87fe5e1bc
Merge remote-tracking branch 'origin' into integration-2
2021-04-28 17:23:33 +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
Yatsishin Ilya
30b05fec42
fix
2021-04-27 20:20:13 +03:00
Yatsishin Ilya
b80d4f8e96
fix
2021-04-27 20:18:09 +03:00
Yatsishin Ilya
c59a11f798
Merge remote-tracking branch 'origin' into integration-2
2021-04-27 18:34:33 +03:00
Nicolae Vartolomei
1d47dcbe7f
Cleanup env before running tests
2021-04-27 14:22:26 +01:00
Nicolae Vartolomei
1fa5871ff7
Fix bad rebase and introduce part_moves_between_shards_enable setting
2021-04-27 14:20:13 +01:00
Nicolae Vartolomei
53d57ffb52
Part movement between shards
...
Integrate query deduplication from #17348
2021-04-27 14:20:12 +01: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
Yatsishin Ilya
73c593f030
better
2021-04-27 12:07:21 +03:00
Yatsishin Ilya
edabf8f5c3
wip
2021-04-27 12:07:04 +03: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
kssenii
afc77f277e
Better test
2021-04-22 08:43:06 +00:00
kssenii
7d1e5e6a08
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-22 07:41:55 +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
kssenii
87b4843134
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-20 21:40:01 +00:00
kssenii
8689a24ca0
Slightly better, add integration test with hdfs disk as default
2021-04-20 20:51:00 +00:00
Kseniia Sumarokova
f9291d7624
Merge branch 'master' into fix-hdfs-virtual-columns
2021-04-20 22:01:32 +03:00
alexey-milovidov
4c1022ac03
Merge pull request #23318 from kssenii/fix-hdfs-with-spaces
...
Fix hdfs reading from files with spaces
2021-04-20 21:48:41 +03:00
kssenii
d5fb7ba094
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-20 13:38:29 +00:00
tavplubix
bef0ab182e
Merge branch 'master' into fix_prewhere_in_materialize_mysql
2021-04-20 15:38:48 +03:00
Nikita Mikhaylov
f55eacee7d
Merge pull request #22988 from excitoon-favorites/s3connectionresetretries
...
Retries on HTTP connection drops during reads from S3
2021-04-20 14:59:21 +03:00
kssenii
f4d663bc56
Add test
2021-04-20 08:38:14 +00:00
kssenii
7d357baa40
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-20 08:08:50 +00:00
Kseniia Sumarokova
b43656bf89
Merge pull request #22697 from TCeason/feature/add_MaterializeMySQL_sync_bytes_judgment
...
Add MySQL read history data bytes judgment
2021-04-20 10:26:42 +03:00
kssenii
bb767b66d5
Add integration test
2021-04-19 20:39:22 +00:00
alexey-milovidov
f1706223be
Merge pull request #23275 from ClickHouse/fix-tests-hedged-requests
...
Fix integration tests for Hedged requests
2021-04-19 21:10:23 +03:00
kssenii
ce16f4bb3f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-19 08:49:58 +00:00
Pavel Kruglov
8f1b507386
Fix test_secure_socket and remove redundant settings in hedged tests
2021-04-19 11:46:42 +03:00
Vladimir
e4e2b04c53
Merge pull request #23112 from Jokser/disk-s3-restore-to-detached
2021-04-19 10:29:00 +03:00
TCeason
63403c709c
modify settings name to external_xxx and rewrite Storage MySQL max_block_size
2021-04-19 10:51:50 +08:00
TCeason
472c131420
Add MySQL read history data bytes judgment
2021-04-19 10:51:50 +08:00
Alexey Milovidov
3030db9043
Fix integration tests for Hedged requests
2021-04-19 01:28:03 +03:00
Maksim Kita
ca93987ae9
Merge pull request #23182 from kitaisreal/system-query-reload-model
...
Added system query reload model
2021-04-19 00:39:31 +03:00
kssenii
88b50621d4
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-18 14:40:37 +00:00
Maksim Kita
aa42150ebd
Added integration test
2021-04-18 13:38:36 +03:00
alexey-milovidov
212f68e279
Merge branch 'master' into fix-odbc
2021-04-17 21:29:03 +03:00
Kseniia Sumarokova
b0f6f214a2
Merge pull request #23216 from kssenii/test-odbc
...
Add test for fixed issue #9363
2021-04-17 21:27:50 +03:00
kssenii
82b1f1304f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-17 17:27:14 +00:00
kssenii
5258cccdf7
Add test
2021-04-17 09:55:36 +00:00
kssenii
5dc2dfa437
Fix
2021-04-17 09:00:58 +00:00
Alexander Tokmakov
3b4bd18809
fix prewhere in materialize mysql
2021-04-16 18:51:27 +03:00
Pavel Kovalenko
760a2ccedf
DiskS3 restore file format change and minor improvements.
2021-04-16 17:43:16 +03:00
Anton Ivashkin
dc442b90d0
Fix flapping tests test_s3_zero_copy_replication, test_s3_zero_copy_on_hybrid_storage
2021-04-16 13:23:38 +03:00
Anton Ivashkin
09379b2b8a
Fix Zero-Copy replication with several S3 volumes (issue 22679)
2021-04-16 12:34:48 +03:00
tavplubix
b5cbbce314
Merge pull request #22706 from songenjie/fetch_part
...
[clickhouse][server][ddl]support fetch part
2021-04-16 12:26:51 +03:00
Pavel Kovalenko
a73288972a
Retrigger CI.
2021-04-15 23:00:44 +03:00
Yatsishin Ilya
4347f6ae43
Merge remote-tracking branch 'origin' into integration-2
2021-04-15 16:49:31 +03:00
alexey-milovidov
0c097417a7
Merge pull request #22942 from ianton-ru/fix_flapping_test
...
Fix flapping test_merge_tree_s3 test
2021-04-15 14:38:36 +03:00
Pavel Kovalenko
06fc69a9bc
Increase CH start/stop timeouts in integration tests.
2021-04-15 12:44:45 +03:00
Pavel Kovalenko
e53fc635f6
Disk S3 restore test improvements.
2021-04-15 11:26:44 +03:00
Vladimir Chebotarev
edd3931d4e
Fixed tests.
2021-04-15 09:41:49 +03:00
Vladimir Chebotarev
5b8a3831e6
Better tests.
2021-04-15 09:41:49 +03:00
Vladimir Chebotarev
a63db53576
Improved tests.
2021-04-15 09:41:49 +03:00
Vladimir Chebotarev
ce6cf1630b
Added tests.
2021-04-15 09:41:49 +03:00
Yatsishin Ilya
a27f269e6b
catch
2021-04-15 07:15:11 +03:00
Yatsishin Ilya
bb1f223e21
Merge remote-tracking branch 'origin' into integration-2
2021-04-15 06:56:27 +03:00
Pavel Kovalenko
cad81e3742
Disk S3 possibility to restore parts to 'detached' directory.
2021-04-15 00:55:48 +03:00
Yatsishin Ilya
fe406c27db
Merge remote-tracking branch 'origin' into integration-2
2021-04-14 20:33:20 +03:00
Anton Ivashkin
68541ef315
Fix flapping test_merge_tree_s3 test
2021-04-14 19:07:22 +03:00
Yatsishin Ilya
f6d455732e
better
2021-04-14 19:04:17 +03:00
Maksim Kita
d885921100
CI runner intergation tests logs update to tar.gz
2021-04-14 18:15:35 +03:00
songenjie
ffd3b3d445
fix some docs
2021-04-14 21:15:53 +08:00
songenjie
382f702f59
test add param date
2021-04-14 20:04:59 +08:00
Yatsishin Ilya
10b7037d9c
Merge remote-tracking branch 'origin' into integration-2
2021-04-14 14:21:40 +03:00
Christian
969b63d1ac
Excludes views from syncing in MaterializeMySQL ( #22760 )
...
* Excludes views from syncing in MaterializeMySQL
* Adds integration test for ignoring MySQL views on initial replication
* Fixes bug in initial integration test for excluding views from replicating to ClickHouse on initial replication
* Fixes bug in initial integration test for excluding views from replicating to ClickHouse on initial replication
* Replace assert with check_query
Co-authored-by: Christian Frøystad <christian@securepractice.no>
Co-authored-by: Ivan <5627721+abyss7@users.noreply.github.com>
2021-04-14 14:19:07 +03:00
songenjie
2534ed84d5
test_fetch_partition_from_auxiliary_zookeeper
2021-04-14 18:40:15 +08:00
Nikita Mikhaylov
a15757a9c9
better renaming
2021-04-13 22:39:43 +03:00
Nikita Mikhaylov
507cb8514a
review fixes
2021-04-13 22:39:43 +03:00
Nikita Mikhaylov
4465a0627f
better
2021-04-13 22:39:42 +03:00
Nikita Mikhaylov
36a8419f60
style
2021-04-13 22:39:42 +03:00
Nikita Mikhaylov
5f48e4769f
fix test
2021-04-13 22:39:42 +03:00
Nikita Mikhaylov
3ab17233cf
cleanup
2021-04-13 22:39:42 +03:00
Nikita Mikhaylov
b05b720935
update test
2021-04-13 22:39:42 +03:00
Nikita Mikhaylov
b3094412b1
better
2021-04-13 22:39:42 +03:00
Nikita Mikhaylov
17acfefbcd
add integration test
2021-04-13 22:39:41 +03:00
Yatsishin Ilya
70d65c0092
longer timeout
2021-04-13 19:22:10 +03:00
alesapin
6d8efe5d5b
Merge pull request #22992 from ClickHouse/ssl_keeper
...
Add SSL to keeper (both client and internal)
2021-04-13 19:15:07 +03:00
Yatsishin Ilya
b635f17b1b
fix
2021-04-13 19:08:29 +03:00
Yatsishin Ilya
c2707a8154
better
2021-04-13 17:55:31 +03:00
Yatsishin Ilya
fb1e2c9006
fix
2021-04-13 14:27:52 +03:00
Yatsishin Ilya
e4d1ea846c
more
2021-04-13 13:52:22 +03:00
alexey-milovidov
1945d01719
Merge pull request #21972 from kssenii/nanodbc
...
Switch to nanodbc
2021-04-13 12:23:57 +03:00
alesapin
cbd8a57fda
Merge branch 'master' into ssl_keeper
2021-04-13 10:34:23 +03:00
songenjie
520f4f39ec
[test][integration] fetch part
2021-04-13 15:17:03 +08:00
songenjie
564136ec46
[clickhouse][server][dll][alter]support fetch part
2021-04-13 12:40:33 +08:00
alexey-milovidov
7e867a26d7
Merge pull request #22647 from azat/integration-tests-pull-retries
...
Add retires for docker-compose pull in integration tests
2021-04-13 01:29:46 +03:00
alexey-milovidov
e2edecc8e2
Merge pull request #22434 from Avogar/catboost-reload
...
Update paths to the catboost model configs in config reloading
2021-04-13 01:21:04 +03:00
alesapin
56f0e290de
Merge pull request #22945 from ClickHouse/increase-fetches-pool-size
...
More conservative value of `background_fetches_pool_size` setting
2021-04-12 22:41:04 +03:00
Yatsishin Ilya
db657c03c8
fix
2021-04-12 18:08:09 +03:00
alesapin
338ff1615c
Simplier config
2021-04-12 15:40:01 +03:00
alesapin
ef34c95c7e
Add SSL to keeper (both client and internal)
2021-04-12 15:25:52 +03:00
alesapin
abab3ba09f
Fix lost comment
2021-04-12 11:07:28 +03:00
alesapin
5310c0c41d
Proper config spec
2021-04-12 11:06:36 +03:00
kssenii
ab06ca3144
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-12 07:07:48 +00:00
Yatsishin Ilya
ec6adb692d
Merge remote-tracking branch 'origin' into integration-2
2021-04-12 10:04:11 +03:00
Yatsishin Ilya
b4dded3fc2
wip
2021-04-12 10:03:12 +03:00
kssenii
7a287e6fe9
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into nanodbc
2021-04-11 21:36:08 +00:00
kssenii
01075677cf
Better
2021-04-11 20:22:33 +00:00
kssenii
c968ccb391
Better dependent name for nested in case of single storage
2021-04-11 17:19:20 +00:00
Azat Khuzhin
fad42f8ac5
tests/integration: stop containers at start only if destroy_dirs is not set
...
Fixes tests with multiple clusters - test_zookeeper_config
2021-04-11 14:49:59 +03:00
Azat Khuzhin
3fa047bb0f
tests/integration: run docker-compose commands after copying of compose files
2021-04-11 14:27:15 +03:00
Azat Khuzhin
d4bb4c5dd7
tests/integration: add docker-compose pull retries
2021-04-11 14:27:15 +03:00
Azat Khuzhin
c7bef49b37
tests/integration: drop --force-recreate since we have down/pull separately
2021-04-11 14:27:14 +03:00
Azat Khuzhin
dfcc9bdcb1
tests/integration: pull images in a separate step with --ignore-pull-failures
2021-04-11 14:27:14 +03:00
Azat Khuzhin
df2637e523
tests/integration: stops orphan contains too
2021-04-11 14:27:14 +03:00
alexey-milovidov
d21ffd83a7
Merge branch 'master' into catboost-reload
2021-04-11 13:29:36 +03:00
kssenii
c1adece94f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-11 06:00:18 +00:00
alexey-milovidov
9d08695ce1
Merge pull request #22441 from nikitamikhaylov/copier-copy-to-source
...
Add test for copier
2021-04-10 23:34:59 +03:00
alexey-milovidov
1c780b6673
Update test.py
2021-04-10 23:16:27 +03:00
kssenii
1c501e7d97
Support replica identity index
2021-04-10 16:10:28 +00:00
alexey-milovidov
3016376818
Update test.py
2021-04-10 17:32:52 +03:00
alexey-milovidov
777fcc871f
Update test.py
2021-04-10 15:05:36 +03:00
Alexey Milovidov
68b6b3352c
Adjust test
2021-04-10 15:03:45 +03:00
Alexander Kuzmenkov
e44b3822e3
Merge pull request #21850 from fastio/handle_errors_for_kafka_engine
...
Handle errors for Kafka engine
2021-04-09 22:59:40 +03:00
kssenii
8bdcac4f06
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-09 13:12:15 +00:00
kssenii
2cff4f9409
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-09 11:14:44 +00:00
kssenii
72d89bc933
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into nanodbc
2021-04-09 11:13:01 +00:00
Anton Popov
30f2d839c3
Merge pull request #22868 from CurtizJ/prettify-logs
...
Prettify logs of integration tests
2021-04-09 13:10:00 +03:00
Anton Popov
00172f97da
Update ci-runner.py
2021-04-09 03:58:22 +03:00
kssenii
bd207daa74
Use only atomic database
2021-04-08 22:38:46 +00:00
Anton Popov
add4497502
prettify logs of integration tests
2021-04-09 00:08:49 +03:00
kssenii
093e53e65a
Fix and test server restart
2021-04-08 20:39:56 +00:00
kssenii
7108ece268
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-08 19:14:07 +00:00
Yatsishin Ilya
2cc9d314be
fix
2021-04-08 17:43:57 +03:00
kssenii
9fa21a6272
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-08 12:18:54 +00:00
Yatsishin Ilya
61fe636c36
Merge remote-tracking branch 'origin' into integration-2
2021-04-08 12:30:44 +03:00
Yatsishin Ilya
5311278c29
Merge remote-tracking branch 'origin' into integration-2
2021-04-08 12:30:24 +03:00
alesapin
1533f9b9aa
Merge pull request #14113 from johnskopis/dynamic-interserver-creds-v20
...
Support interserver credential rotation
2021-04-08 11:01:40 +03:00
alexey-milovidov
0d519d78ab
Merge pull request #22746 from Avogar/fix-flacky
...
Fix flacky hedged tests
2021-04-08 10:23:54 +03:00
Peng Jian
f73faf1578
fix test case
2021-04-08 14:26:32 +08:00
Peng Jian
16e971ee52
fix test case
2021-04-08 07:19:57 +08:00
alesapin
2987bbc948
Small improvements
2021-04-07 16:52:11 +03:00
Yatsishin Ilya
9115fd8cec
wip
2021-04-07 15:22:53 +03:00
Peng Jian
604ba9db60
add test case
2021-04-07 20:15:15 +08:00
Pavel Kruglov
19b147c7ac
Allow more replica change events in hedged tests due to high server load during testing
2021-04-07 13:30:47 +03:00
kssenii
7a89948801
Fix
2021-04-07 07:16:50 +00:00
kssenii
0b39480d51
Better
2021-04-06 20:01:23 +00:00
kssenii
5a143a4d12
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into nanodbc
2021-04-06 16:50:13 +00:00
alesapin
1c8e33414f
Merge branch 'master' into johnskopis/dynamic-interserver-creds-v20
2021-04-06 16:28:46 +03:00
Kseniia Sumarokova
ad85467128
Merge pull request #22668 from kssenii/postgres-add-bool
...
Add bool type in postgres engine
2021-04-06 13:29:33 +03:00
Alexander Kuzmenkov
c7776fefc0
Merge pull request #22110 from excitoon-favorites/testfinalize
...
Better tests for finalize in nested writers
2021-04-06 12:49:14 +03:00
alesapin
86a843bb51
Merge pull request #21509 from kssenii/library-bridge
...
clickhouse-library-bridge for library dictionary source
2021-04-06 12:26:08 +03:00
kssenii
38f135ab39
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into nanodbc
2021-04-05 15:37:53 +00:00
kssenii
dc42d5189d
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into replicas-shards-for-mysql-and-postgres
2021-04-05 15:36:35 +00:00
kssenii
cc2fdc6c62
Add bool type
2021-04-05 14:49:52 +00:00
kssenii
89a2e94364
Fixes
2021-04-05 14:08:49 +00:00
kssenii
9dba529494
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge
2021-04-05 13:14:51 +00:00
kssenii
eeb4dd4f4c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-04-05 11:30:28 +00:00
kssenii
2f73dc254c
Add integration test
2021-04-05 09:33:08 +00:00
Yatsishin Ilya
b395838415
Merge remote-tracking branch 'origin' into integration-2
2021-04-05 09:49:11 +03:00
kssenii
8cbfbb5de7
Small refactoring, add hdfs to test_disk_types
2021-04-03 12:02:29 +00:00
tavplubix
541b601317
Try fix flaky test
2021-04-03 13:25:40 +03:00
kssenii
90db0be8e9
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into nanodbc
2021-04-03 08:01:13 +00:00
kssenii
13d1f17d3e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into replicas-shards-for-mysql-and-postgres
2021-04-03 08:00:09 +00:00
kssenii
fdab1021f6
Add unpause container after test
2021-04-03 07:59:26 +00:00
alexey-milovidov
64922f3e6d
Merge branch 'master' into disk_reload
2021-04-02 21:38:13 +03:00
tavplubix
93bd2c3b67
Merge pull request #18978 from myrrc/feature/attach-partition-local
...
Lookup parts/partitions in replica's own detached/ folder before downloading them from other replicas
2021-04-02 17:46:03 +03:00
Yatsishin Ilya
9f5a527df7
Merge remote-tracking branch 'origin' into integration-2
2021-04-02 13:34:49 +03:00
alexey-milovidov
61d4794726
Merge pull request #22440 from ianton-ru/s3_zero_copy_replication
...
Fix flapping test_s3_zero_copy_replication
2021-04-02 10:08:39 +03:00
kssenii
bcc37cd587
Fix test
2021-04-01 23:12:08 +00:00
kssenii
c739176f7f
Update test
2021-04-01 20:22:33 +00:00
Mike Kot
c947280dfc
Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local
2021-04-01 21:38:51 +03:00
Pavel Kruglov
dfbe042bf1
Change test
2021-04-01 19:17:25 +03:00
Pavel Kruglov
1c30bc13cc
Add model
2021-04-01 18:47:32 +03:00
Nikita Mikhaylov
81fceb38d9
add test
2021-04-01 17:14:54 +03:00
kssenii
99f0b08ac3
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into replicas-shards-for-mysql-and-postgres
2021-04-01 13:48:33 +00:00
Anton Ivashkin
1b613d454f
Fix flapping test_s3_zero_copy_replication
2021-04-01 16:40:52 +03:00
Kseniia Sumarokova
e3fac9ef32
Merge branch 'master' into nanodbc
2021-04-01 16:38:00 +03:00
kssenii
29db632d64
Update test
2021-04-01 13:36:37 +00:00
tavplubix
bbae136a1e
Merge pull request #22380 from kssenii/fix-rabbit-test
...
Try fix flaky rabbitmq test
2021-04-01 15:44:45 +03:00
Pavel Kruglov
187ecab467
Fix test
2021-04-01 15:12:34 +03:00
kssenii
8300a74f5a
Fix
2021-04-01 12:09:44 +00:00
Pavel Kruglov
cc65a1db97
Update paths to the model configs in config reloading
2021-04-01 13:30:05 +03:00
kssenii
747967a9bb
Better
2021-04-01 10:27:24 +00:00
kssenii
f6163bb51d
Fix
2021-04-01 07:55:16 +00:00
alexey-milovidov
4fb6874c99
Merge pull request #22371 from vitlibar/fix-flaky-tests
...
Fix flaky tests test_row_policy* and test_quota*
2021-04-01 03:01:34 +03:00
kssenii
88df6afc84
More tests
2021-03-31 23:48:54 +00:00
kssenii
03ce320926
Add a separate docker-compose with multiple servers for postgres and mysql
2021-03-31 17:04:57 +00:00
tavplubix
1347154732
Merge pull request #22341 from zhang2014/fix/integration_test_for_materialize_mysql
...
MySQL is started only once with MaterializeMySQL integration test
2021-03-31 16:11:38 +03:00
kssenii
cb845731b0
Add connection pools
2021-03-31 12:41:12 +00:00
Peng Jian
e30c07db20
add test cases
2021-03-31 20:22:36 +08:00
tavplubix
5fa2244aa4
Merge pull request #21944 from azat/dist-stress-test
...
Add stress test for distributed queries
2021-03-31 14:54:43 +03:00
tavplubix
6c1e2a0d87
Merge pull request #21690 from ClickHouse/test_multiple_nodes
...
Run three nodes with Replicated database and NuKeeper in CI
2021-03-31 12:31:13 +03:00
Peng Jian
cc56302e8b
fix test case
2021-03-31 17:16:51 +08:00
Peng Jian
17a5fc6e0e
add test
2021-03-31 17:16:51 +08:00
Vladimir
57eb5f8772
Merge pull request #22070 from Jokser/disk-s3-migration
2021-03-31 11:06:40 +03:00
kssenii
da959d3c03
Merge branch 'fix-rabbit-test' of https://github.com/kssenii/ClickHouse into fix-rabbit-test
2021-03-31 07:39:51 +00:00
kssenii
f2a8e40012
Do not rely on time
2021-03-31 07:37:34 +00:00
alexey-milovidov
0c70b06960
Merge branch 'master' into system-querylog-map
2021-03-31 04:54:30 +03:00
alexey-milovidov
a21fe0b492
Merge pull request #22378 from ianton-ru/s3_zero_copy_replication
...
Fix S3 Zero-Copy replication for hybrid storage
2021-03-31 04:15:47 +03:00
tavplubix
5117de1a0e
Merge pull request #22343 from Avogar/secure-socket-timeouts
...
Remove setting same timeouts in secure socket
2021-03-30 23:10:33 +03:00
Kseniia Sumarokova
47431df7ce
Update test.py
2021-03-30 22:18:03 +03:00
kssenii
d82d3a9e65
Try fix flaky rabbitmq test
2021-03-30 18:48:33 +00:00
Anton Ivashkin
f87435213e
Fix S3 Zero-Copy replication for hybrid storage
2021-03-30 20:38:04 +03:00
kssenii
ce05087b1b
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into replicas-shards-for-mysql-and-postgres
2021-03-30 17:27:10 +00:00
Vitaly Baranov
2162a19d35
Fix flaky tests.
2021-03-30 19:19:35 +03:00
kssenii
9b565b37b5
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into nanodbc
2021-03-30 10:35:24 +00:00
Pavel Kruglov
5f3cb525ee
Remove setting same timeouts in secure socket
2021-03-30 10:51:44 +03:00
Alexander Tokmakov
24fc120076
Merge branch 'master' into test_multiple_nodes
2021-03-30 10:40:38 +03:00
alesapin
5e3ebb3e0e
Merge pull request #22274 from ClickHouse/rename_keeper
...
Rename NuKeeper and TestKeeper to Keeper in all places
2021-03-30 10:39:22 +03:00
zhang2014
6d2f4dd82e
MySQL is started only once with MaterializeMySQL integration test
2021-03-30 14:51:19 +08:00
alexey-milovidov
b7b55ce61d
Merge pull request #20088 from nvartolomei/nv/replicated-fetches-timeouts
...
Replicated fetches timeouts
2021-03-30 03:46:09 +03:00
Alexander Tokmakov
ccd31d1b72
Merge remote-tracking branch 'ch/rename_keeper' into test_multiple_nodes
2021-03-29 22:44:40 +03:00
Alexander Tokmakov
a5b07f2f03
Merge branch 'master' into test_multiple_nodes
2021-03-29 22:43:25 +03:00
tavplubix
3c0f5a57ec
Merge pull request #21535 from ClickHouse/distributed_ddl_improvements
...
Distributed DDL improvements
2021-03-29 22:40:11 +03:00
alexey-milovidov
1512ff832e
Merge branch 'master' into nv/replicated-fetches-timeouts
2021-03-29 19:25:13 +03:00
kssenii
7fdab046b5
Add test for cyrillic + varchar(n) from issue
2021-03-29 14:25:15 +00:00
Alexander Kuzmenkov
0171ab95fa
Merge pull request #21640 from vdimir/fix-join-where-database-engine
...
Remove unknown columns from joined table in where for queries to external database engines
2021-03-29 16:14:10 +03:00
alesapin
4ce81a91e5
Remove unused file
2021-03-29 12:16:58 +03:00
alesapin
4e18a5c241
Renames in integration tests
2021-03-29 11:35:26 +03:00
Vladimir Chebotarev
213a561e21
Improved test.
2021-03-29 10:07:41 +03:00
Vladimir Chebotarev
d157540254
Added test for put with compression and wrong credentials.
2021-03-29 10:07:41 +03:00
kssenii
364a6a5e7a
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into nanodbc
2021-03-28 21:19:49 +00:00
kssenii
ec4582ff83
Better test
2021-03-28 19:35:58 +00:00
Yatsishin Ilya
7b7580204c
fix
2021-03-28 00:26:53 +03:00
kssenii
ef537b802f
Better comments
2021-03-27 21:10:44 +00:00
kssenii
f40c582e7a
Replicas/shards for postgres storage
2021-03-27 20:11:48 +00:00
kssenii
f141f027f4
Make common class for external storages
2021-03-27 17:12:47 +00:00
kssenii
ae868208c2
Use pool with failover in mysql storage
2021-03-27 14:39:45 +00:00
alesapin
b8eab8cba9
Merge pull request #22170 from ClickHouse/fix_odbc_interaction
...
Fix some flaky order dependent integration tests.
2021-03-27 10:17:37 +03:00
kssenii
b3e5f5d8c6
Add support for datetime64 and Decimal* for odbc storage
2021-03-26 21:26:49 +00:00
Yatsishin Ilya
df8013c22d
fix
2021-03-26 21:46:42 +03:00
Kruglov Pavel
c86202dd09
Merge pull request #22151 from azat/tests-sleep_in_send_ms
...
Fix sleep_in_send_tables_status_ms/sleep_in_send_data_ms in integration tests
2021-03-26 21:22:32 +03:00
kssenii
97e6040cf1
Encode passed data
2021-03-26 16:11:02 +00:00
alesapin
aa2244bad5
Fix more
2021-03-26 18:59:14 +03:00
alesapin
9bb0dc48b2
Fix one more test
2021-03-26 18:37:26 +03:00
alesapin
1b0a9461f0
Fix more tests
2021-03-26 18:30:35 +03:00
Kruglov Pavel
5c0c6a9aec
Delete unused users.xml
2021-03-26 18:16:15 +03:00
alesapin
0fae73071c
Fix flaky test
2021-03-26 18:14:42 +03:00
alesapin
8b08c0c3a6
Fix test_odbc_interaction
2021-03-26 17:45:52 +03:00
Yatsishin Ilya
9e02588505
more parallel tests
2021-03-26 15:53:53 +03:00
Yatsishin Ilya
fb3078a863
Merge remote-tracking branch 'origin' into integration-2
2021-03-26 13:08:39 +03:00
Yatsishin Ilya
3f9b81b0a7
tune
2021-03-26 13:08:24 +03:00
tavplubix
ae62bee939
Merge pull request #21913 from ClickHouse/fix_context_ref
...
Fix possibly dangling reference to Context
2021-03-26 10:39:13 +03:00
Azat Khuzhin
c36f147b16
Fix sleep_in_send_tables_status_ms/sleep_in_send_data_ms in integration tests
2021-03-26 10:05:56 +03:00
Azat Khuzhin
9db74c4dc0
Add stress test for distributed queries
...
It may founds issue like in [1]:
2021.03.18 19:05:38.783328 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Debug> executeQuery: (from 127.0.0.1:40918, using production parser) select * from dist where key = 0;
2021.03.18 19:05:38.783760 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Debug> StorageDistributed (dist): Skipping irrelevant shards - the query will be sent to the following shards of the cluster (shard numbers): [1]
2021.03.18 19:05:38.784012 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Trace> ContextAccess (default): Access granted: SELECT(key) ON default.dist
2021.03.18 19:05:38.784410 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Trace> ContextAccess (default): Access granted: SELECT(key) ON default.dist
2021.03.18 19:05:38.784488 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Trace> StorageDistributed (dist): Disabling force_optimize_skip_unused_shards for nested queries (force_optimize_skip_unused_shards_nesting exceeded)
2021.03.18 19:05:38.784572 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Trace> InterpreterSelectQuery: Complete -> Complete
2021.03.18 19:05:38.819063 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Information> executeQuery: Read 20 rows, 80.00 B in 0.035687783 sec., 560 rows/sec., 2.19 KiB/sec.
2021.03.18 19:05:38.827842 [ 245 ] {4b1f5ec0-bf2d-478c-a2e1-d312531db206} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
2021.03.18 19:05:38.867752 [ 547 ] {} <Fatal> BaseDaemon: ########################################
2021.03.18 19:05:38.867959 [ 547 ] {} <Fatal> BaseDaemon: (version 21.4.1.1, build id: A0ADEC175BD65E58EA012C47C265E661C32D23B5) (from thread 245) (query_id: 4b1f5ec0-bf2d-478c-a2e1-d312531db206) Received signal Aborted (6)
2021.03.18 19:05:38.868733 [ 547 ] {} <Fatal> BaseDaemon:
2021.03.18 19:05:38.868958 [ 547 ] {} <Fatal> BaseDaemon: Stack trace: 0x7fd1394be18b 0x7fd13949d859 0x10c4c99b 0xd434ee1 0xd434f1a
2021.03.18 19:05:38.870135 [ 547 ] {} <Fatal> BaseDaemon: 3. gsignal @ 0x4618b in /usr/lib/x86_64-linux-gnu/libc-2.31.so
2021.03.18 19:05:38.870383 [ 547 ] {} <Fatal> BaseDaemon: 4. abort @ 0x25859 in /usr/lib/x86_64-linux-gnu/libc-2.31.so
2021.03.18 19:05:38.886783 [ 547 ] {} <Fatal> BaseDaemon: 5. /work3/azat/ch/clickhouse/.cmake/../contrib/libunwind/src/UnwindLevel1.c:396: _Unwind_Resume @ 0x10c4c99b in /usr/bin/clickhouse
2021.03.18 19:05:47.200208 [ 547 ] {} <Fatal> BaseDaemon: 6. ? @ 0xd434ee1 in /usr/bin/clickhouse
2021.03.18 19:05:47.348738 [ 547 ] {} <Fatal> BaseDaemon: 7.1. inlined from /work3/azat/ch/clickhouse/.cmake/../contrib/boost/boost/context/fiber_fcontext.hpp:253: boost::context::fiber::~fiber()
2021.03.18 19:05:47.349118 [ 547 ] {} <Fatal> BaseDaemon: 7.2. inlined from ../contrib/boost/boost/context/fiber_fcontext.hpp:252: boost::context::detail::fiber_record<boost::context::fiber, FiberStack&, DB::RemoteQueryExecutorRoutine>::run(void*)
2021.03.18 19:05:47.349163 [ 547 ] {} <Fatal> BaseDaemon: 7. ../contrib/boost/boost/context/fiber_fcontext.hpp:80: void boost::context::detail::fiber_entry<boost::context::detail::fiber_record<boost::context::fiber, FiberStack&, DB::RemoteQueryExecutorRoutine> >(boost::context::detail::transfer_t) @ 0xd434f1a in /usr/bin/clickhouse
2021.03.18 19:05:47.618174 [ 547 ] {} <Fatal> BaseDaemon: Calculated checksum of the binary: FF3BA83D0CD648741EEEC242CB1966D9. There is no information about the reference checksum.
[1]: https://clickhouse-test-reports.s3.yandex.net/0/1b2ed51ff5e4a3dc45567d4967108f43f680c884/stress_test_(debug).html#fail1
2021-03-26 01:04:48 +03:00
Maksim Kita
bbe1960eea
Merge pull request #21573 from kitaisreal/updated-cache-dictionary-storage
...
Added specialized CacheDictionaryStorage
2021-03-25 21:29:01 +03:00
Kruglov Pavel
66b8431e71
Merge pull request #21429 from Avogar/secure-socket
...
Fix receive and send timeouts and non-blocking read in secure socket
2021-03-25 17:30:17 +03:00
Yatsishin Ilya
8b07049539
undo
2021-03-25 07:38:24 +03:00
Mike Kot
285af08949
Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local
2021-03-24 22:34:20 +03:00
kssenii
d9326cc229
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge
2021-03-24 18:28:55 +00:00
Yatsishin Ilya
815a2ad7f2
fix
2021-03-24 16:50:32 +03:00
Yatsishin Ilya
662d494d20
fixes
2021-03-24 16:23:23 +03:00
Yatsishin Ilya
21b0f2bf02
Merge remote-tracking branch 'origin' into integration-2
2021-03-24 13:37:56 +03:00
Pavel Kovalenko
7e462a77a7
Disk S3 possibility to migrate to restorable schema
2021-03-24 13:07:01 +03:00
Pavel Kovalenko
e378c0bf8a
Disk S3 possibility to migrate to restorable schema
2021-03-24 12:20:33 +03:00
kssenii
1ef3c1f780
Use binary format for params
2021-03-24 07:55:21 +00:00
tavplubix
48b89a0ace
Merge pull request #21998 from Avogar/hedged-test
...
Update tests for hedged requests
2021-03-23 18:18:49 +03:00
Vitaly Baranov
090e558da4
Merge pull request #21844 from Avogar/catboost-deadlock
...
Fix deadlock in first catboost model execution
2021-03-23 15:01:04 +03:00
Yatsishin Ilya
e79b5b57fd
try export dockerd.log
2021-03-23 14:35:45 +03:00
alesapin
36898bdc4a
Merge pull request #21142 from Jokser/unfreeze-partitions
...
Add ALTER TABLE UNFREEZE command.
2021-03-23 14:05:38 +03:00
Yatsishin Ilya
ecc58a76d7
fix
2021-03-23 06:35:08 +03:00
Pavel Kruglov
dbc5018000
Update tests for hedged requests
2021-03-22 22:18:06 +03:00
Alexander Kuzmenkov
2f5dbf57b6
Merge pull request #21839 from kssenii/add-postgres-connection-pool
...
Add connection pool for postgres engine
2021-03-22 19:49:51 +03:00
Yatsishin Ilya
ee84ab2a48
fixes
2021-03-22 18:33:46 +03:00
tavplubix
5dfd0045a6
Merge branch 'master' into distributed_ddl_improvements
2021-03-22 18:13:19 +03:00
Mike Kot
da67e06aa0
Added another test case to handle missing part data
2021-03-22 17:52:21 +03:00
kssenii
472ce89b75
Small fixes
2021-03-22 14:39:17 +00:00
Mike Kot
c55a73b752
Added the solution to handle the corruption case
...
When the part data (e.g. data.bin) is corrupted, but the checksums.txt
is present -- explicitly deleting the checksums.txt.
Removed the extra logging, changes some exceptions message.
2021-03-22 17:23:43 +03:00
Mike Kot
5789507e8b
Investigating, why the checksums may match when they shouldn't.
2021-03-22 17:23:43 +03:00
kssenii
8a650c4408
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge
2021-03-22 13:38:25 +00:00
Yatsishin Ilya
360887893b
fix
2021-03-22 14:51:47 +03:00
Yatsishin Ilya
fbf0fe6436
Merge remote-tracking branch 'origin' into integration-2
2021-03-20 22:47:33 +03:00
Yatsishin Ilya
880a03a9df
fix
2021-03-20 22:44:58 +03:00
kssenii
fc1c16c4cd
Increase timeout for 1 test
2021-03-20 17:47:32 +00:00
kssenii
2100ca6c55
Try smaller timeouts in tests
2021-03-20 15:27:13 +00:00
kssenii
619f0f51fd
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-03-20 09:47:05 +00:00
kssenii
3b32c8fe9a
Block on empty connection pool
2021-03-19 21:00:45 +00:00
Yatsishin Ilya
fd32609f38
run parallel tests
2021-03-19 19:47:59 +03:00
Yatsishin Ilya
f14d4be88e
change postgres
2021-03-19 19:44:08 +03:00
kssenii
50743b19c4
Add one more test
2021-03-19 16:12:33 +00:00
Yatsishin Ilya
0b9bdfc5c5
fix
2021-03-19 18:21:39 +03:00
Vladimir
c8b5be636f
Merge pull request #21438 from arenadata/ADQM-170
2021-03-19 17:06:55 +03:00
Alexander Tokmakov
1845df25f3
fix possibly dangling reference to Context
2021-03-19 17:02:48 +03:00
Alexander Kuzmenkov
78c56b8913
Merge pull request #21886 from Avogar/hedged
...
Add profile event in hedged requests and change timeout from sec to ms.
2021-03-19 15:50:33 +03:00
Yatsishin Ilya
5ae47bd2b4
Merge remote-tracking branch 'origin/master' into integration-2
2021-03-19 15:33:14 +03:00
tavplubix
4ec71c6897
Merge pull request #16608 from ClickHouse/tavplubix-patch-1
...
Add soft task timeout for Intergation tests
2021-03-19 15:25:21 +03:00
Yatsishin Ilya
dbf04c2a81
fixes
2021-03-19 14:50:17 +03:00
Yatsishin Ilya
8f53d1344c
better test cases names
2021-03-19 14:48:28 +03:00
Yatsishin Ilya
c3c409556e
support tests list in runner
2021-03-19 14:44:28 +03:00
Yatsishin Ilya
a67f066f0a
fixes
2021-03-19 14:44:03 +03:00
Kruglov Pavel
e45b44fe8c
Restart tests
2021-03-19 14:16:19 +03:00
kssenii
f1ef87d966
Fix
2021-03-18 20:04:54 +00:00
Pavel Kruglov
2a24d4f295
Add init.py
2021-03-18 20:27:37 +03:00
Pavel Kruglov
d380454044
Change read_data_timeout from sec to ms, add profile event for hedged requests and better process receiving packets
2021-03-18 20:16:17 +03:00
Alexander Tokmakov
d7482373d3
fix
2021-03-18 19:59:51 +03:00
tavplubix
93ee8cc78b
Merge pull request #21819 from TCeason/fix_integration_MaterializeMySQL
...
fix integration MaterializeMySQL test
2021-03-18 19:22:31 +03:00
Alexander Tokmakov
4ea3178efc
fix
2021-03-18 17:51:09 +03:00
Alexander Tokmakov
343b8c906d
Merge branch 'master' into test_multiple_nodes
2021-03-18 16:01:04 +03:00
Maksim Kita
18ed9c5c67
SSDCacheDictionary remove max_stored_keys option
2021-03-18 12:55:17 +03:00
kssenii
b135b814fb
less crazy test
2021-03-18 07:02:12 +00:00
TCeason
1f5904fea9
fix integration MaterializeMySQL test
...
https://github.com/ClickHouse/ClickHouse/pull/21759
2021-03-18 14:08:26 +08:00
tavplubix
0826004353
Merge branch 'master' into tavplubix-patch-1
2021-03-17 22:31:35 +03:00
Pavel Kruglov
53095bb6e4
Add model
2021-03-17 22:31:23 +03:00
Alexander Tokmakov
f0c930bf9d
remove query timeouts
2021-03-17 22:28:18 +03:00
Pavel Kruglov
bf888b7e5f
Fix deadlock in first catboost model execution
2021-03-17 21:57:40 +03:00
Alexander Tokmakov
91068b782b
fix
2021-03-17 17:29:24 +03:00
kssenii
51cb89973d
Add test
2021-03-17 13:57:55 +00:00
Mike Kot
2ccdb7ef5c
Multiple small code and test updates
...
- Updated the docs to make everything clear.
- Multiple small logger fixes.
- Changed the attach_part command -- now it's after check for the
covering parts -- motivation is to do less work with the checksums
fetching.
- Better logging in the integration test.
2021-03-17 16:52:35 +03:00
kssenii
34dea63248
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge
2021-03-17 13:32:43 +00:00
Nikita Mikhaylov
f51b41b7a4
Merge pull request #21710 from kssenii/replica-priorities
...
Support replicas priority for postgres dictionary source
2021-03-17 16:02:00 +03:00
Pavel Kovalenko
7ba1b8dbd5
Fixed flaky test_merge_tree_s3::test_insert_same_partition_and_merge
2021-03-17 16:00:22 +03:00
kssenii
2dc006acf1
Rename part 2
2021-03-17 12:35:02 +00:00
kssenii
c17fe87eb8
Update test
2021-03-17 08:46:57 +00:00
alesapin
ef0ec22377
fix
2021-03-17 10:14:46 +03:00
tavplubix
d42b442b83
Update ci-runner.py
2021-03-17 03:57:33 +03:00
tavplubix
ccf46d8269
Update ci-runner.py
2021-03-17 02:16:03 +03:00
tavplubix
a093980767
Merge pull request #21711 from kssenii/non-default-schema
...
Support non-default table schema for postgres storage/table-function
2021-03-17 02:10:32 +03:00
tavplubix
5d73a96a51
Update ci-runner.py
2021-03-17 00:39:38 +03:00
Alexander Tokmakov
2d34bbb4b2
Merge branch 'master' into test_multiple_nodes
2021-03-16 21:29:26 +03:00
Alexander Tokmakov
5037d2c10d
add timeout for the whole task
2021-03-16 20:48:45 +03:00
Alexander Tokmakov
3ba6dc2aee
Merge branch 'master' into tavplubix-patch-1
2021-03-16 20:05:07 +03:00
Ilya Golshtein
518103f851
old Avro test data removed
2021-03-16 19:39:58 +03:00
kssenii
8b360a1dfb
Try fix tests
2021-03-16 15:35:57 +00:00
kssenii
f8a99804c1
Add double quotes
2021-03-16 11:15:43 +00:00
alexey-milovidov
f52e29cfec
Merge pull request #21624 from vdimir/storage-s3-fail
...
Try to fix test_storage_s3: crash in WriteBufferFromS3
2021-03-16 13:38:48 +03:00
Yatsishin Ilya
579d865aac
merge remote-tracking branch 'origin' into integration-2
2021-03-16 13:26:51 +03:00
kssenii
a03e849a8f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-03-16 10:06:10 +00:00
kssenii
4bdfc799f5
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into non-default-schema
2021-03-16 10:05:10 +00:00
Yatsishin Ilya
06bb4e2c71
wip
2021-03-16 13:00:49 +03:00
Pavel Kovalenko
39f3b17041
Merge remote-tracking branch 'origin/master' into unfreeze-partitions
2021-03-16 10:56:24 +03:00
alesapin
8fd3fbc5b3
Merge pull request #20387 from Avogar/optimize-on-insert
...
Don't create empty parts on INSERT
2021-03-16 10:20:34 +03:00
Anton Popov
840417c957
Merge pull request #21685 from Avogar/reload-cluster-config
...
Update clusters only if their configs were updated
2021-03-15 20:09:58 +03:00
Mike Kot
406d037ebb
Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local
2021-03-15 18:41:47 +03:00
Vitaly Baranov
6153f52811
Merge pull request #21641 from vitlibar/allowed-grantees
...
Add new clause GRANTEES for CREATE/ALTER USER
2021-03-15 12:47:22 +03:00
Ilya Golshtein
abcf581005
avro bug with format_setting reference and a typo in kafka test
2021-03-15 12:19:33 +03:00
alesapin
caccc6da37
Add missing tests
2021-03-15 12:01:26 +03:00
tavplubix
6a265f468e
Merge branch 'master' into distributed_ddl_improvements
2021-03-15 11:24:14 +03:00
kssenii
bd38a7a021
Fix tests
2021-03-15 06:37:07 +00:00
kssenii
8688ae9346
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge
2021-03-14 19:32:21 +00:00
Vitaly Baranov
37ce6e26d3
Add a new clause GRANTEES to commands CREATE USER and ALTER USER.
2021-03-14 19:12:42 +03:00
alesapin
dad5238d7d
Merge pull request #16240 from ianton-ru/s3_zero_copy_replication
...
S3 zero copy replication
2021-03-14 18:19:37 +03:00
Ilya Golshtein
a579fcb424
kafka/avro works against table
2021-03-14 15:55:44 +03:00
kssenii
797063ae0f
Support non-default table schema for postgres storage/table-function
2021-03-14 10:35:10 +00:00
kssenii
8eea6a87e9
Support replicas priority for postgres dictionary source
2021-03-14 08:51:24 +00:00
Pavel Kruglov
3e3b5c64bf
add init file
2021-03-14 02:34:32 +03:00
alesapin
06eb2d8dfd
Merge branch 'master' into s3_zero_copy_replication
2021-03-13 22:32:54 +03:00
kssenii
5d953a4b86
Better
2021-03-12 21:48:52 +00:00
kssenii
886f9a5d9d
More tests
2021-03-12 21:22:46 +00:00
Pavel Kruglov
58e415c7d4
Update clusters only if their configs were updated
2021-03-13 00:17:19 +03:00
Azat Khuzhin
2e99dad562
Tiny "machine" cleanup of test_replace_partition
2021-03-12 21:10:16 +03:00
Azat Khuzhin
5af5c90b8b
Fix test_replace_partition flakiness
...
test_replace_partition/test.py::test_replace_after_replace_failover
statistics:
```sql
┌──────ymd─┬─success─┬─failure─┐
│ 20200613 │ 40 │ 2 │
│ 20200614 │ 98 │ 2 │
│ 20200615 │ 126 │ 9 │
│ 20200616 │ 141 │ 10 │
│ 20200617 │ 119 │ 7 │
│ 20200618 │ 87 │ 12 │
│ 20200619 │ 81 │ 9 │
...
│ 20210305 │ 60 │ 28 │
│ 20210306 │ 69 │ 7 │
│ 20210307 │ 42 │ 0 │
│ 20210308 │ 53 │ 8 │
│ 20210309 │ 137 │ 23 │
│ 20210310 │ 84 │ 14 │
│ 20210311 │ 81 │ 20 │
└──────────┴─────────┴─────────┘
```
2021-03-12 21:10:16 +03:00
kssenii
5602b82faa
Fix test
2021-03-12 14:07:20 +00:00
Anton Ivashkin
ace628d565
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
2021-03-12 12:58:32 +03:00
kssenii
4529b4792d
Fix typo
2021-03-12 09:56:03 +00:00
kssenii
571590fcfb
Update tests, dockerfile
2021-03-12 09:20:18 +00:00
tavplubix
2acbfd834a
Merge branch 'master' into stress_test_results
2021-03-12 12:11:33 +03:00
alexey-milovidov
9e0d53c0e6
Merge pull request #20058 from excitoon-favorites/remotehostfilterdisallowall
...
Fixed open behavior of remote host filter in case when there is `remote_url_allow_hosts` section in configuration but no entries there
2021-03-12 11:14:15 +03:00
alesapin
cca05da7fa
Merge pull request #16481 from amosbird/jbodbalance
...
Auto-balance big parts in JBOD array
2021-03-12 11:07:47 +03:00
alesapin
b98e27ba82
Merge branch 'master' into s3_zero_copy_replication
2021-03-12 11:07:20 +03:00
kssenii
9e0101e5fc
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge
2021-03-12 07:47:22 +00:00
kssenii
4acaee2f38
Fix config
2021-03-12 07:12:38 +00:00
kssenii
1c8ad914e6
Fix
2021-03-11 18:10:12 +00:00
kssenii
5ff95e615d
Add tests
2021-03-11 18:05:08 +00:00
vdimir
2156401506
Remove unknown columns from joined table in where for queries to external database engines
2021-03-11 20:53:29 +03:00
Alexander Kuzmenkov
3e5447ccec
Merge pull request #21480 from Avogar/slowdown_count
...
Add slowdown_count and show actual errors_count in system.clusters
2021-03-11 17:18:05 +03:00
vdimir
1194d50e48
Try to fix test_storage_s3: crash in WriteBufferFromS3
2021-03-11 15:21:13 +03:00
Vladimir
08f312b1c4
Merge pull request #21457 from GrigoryPervakov/master
...
recreate S3 client if credentials changed
2021-03-11 15:18:39 +03:00
Nikita Mikhaylov
39b59e86b0
Merge pull request #21456 from nikitamikhaylov/zookeeper-secure-race
...
Fix race in SecureSocket
2021-03-10 20:49:56 +03:00
tavplubix
26ebd54eaf
Merge pull request #20961 from havardk/reconnect
...
MaterializeMySQL: Attempt to reconnect to MySQL if the connection is lost
2021-03-10 20:07:11 +03:00
Vitaly Baranov
7364fe4d4c
Merge pull request #21190 from vitlibar/quota-test-more-cases
...
Add more tests for quota consumption by the SHOW statement
2021-03-10 16:41:38 +03:00
Anton Ivashkin
cef0dda933
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
2021-03-10 14:10:29 +03:00
Pervakov Grigorii
eb87afc4d4
recreate S3 client if credentials changed
2021-03-10 13:36:57 +03:00
Alexander Tokmakov
ba3d51383c
fix
2021-03-10 00:41:04 +03:00
Amos Bird
e52b2fb8ae
update
2021-03-10 02:56:46 +08:00
Alexander Tokmakov
4d19c84d90
Merge branch 'master' into distributed_ddl_improvements
2021-03-09 20:06:41 +03:00
tavplubix
5a6cc876e4
Merge pull request #20626 from ClickHouse/fix_force_drop_materialized_view
...
Make force_drop_table work with MaterializedView
2021-03-09 20:05:51 +03:00
Alexander Tokmakov
83b3e4e0f5
allow to use Cluster from Replicated db
2021-03-09 20:05:24 +03:00
alesapin
bcd073278d
Merge pull request #21425 from ClickHouse/persistent_nukeeper_snapshot_storage
...
Persistent nukeeper snapshot storage
2021-03-09 18:37:23 +03:00
Vitaly Baranov
25b88afa66
Add more tests for quota consumption by the SHOW statement.
2021-03-09 18:01:34 +03:00
Nikita Mikhaylov
9684fed32a
better test
2021-03-09 16:24:53 +03:00
Nikita Mikhaylov
c38a690e8e
add multithreaded test
2021-03-09 16:24:53 +03:00
tavplubix
18db0e5683
trigger CI
2021-03-09 14:58:07 +03:00
alesapin
c00c8c36b7
Merge branch 'master' into ianton-ru-s3_zero_copy_replication
2021-03-09 10:59:11 +03:00
Yatsishin Ilya
7bfa4bb64b
Merge remote-tracking branch 'origin' into integration-2
2021-03-09 10:33:15 +03:00
Yatsishin Ilya
e6f90298bb
wip
2021-03-09 10:32:10 +03:00
alesapin
dcc6c9d378
More tries to wait server start
2021-03-09 10:19:14 +03:00
alexey-milovidov
0a3275e169
Merge pull request #21496 from Felixoid/rollup_grow
...
Add check for growing age AND precision in rollup config
2021-03-09 07:31:07 +03:00
Alexander Tokmakov
2022b90919
configurable output mode for distributed DDL
2021-03-08 23:35:09 +03:00
Alexander Tokmakov
2484781070
fix MV recovery in Replicated db
2021-03-08 20:26:38 +03:00
Amos Bird
2ec20c5d23
update and add tests
2021-03-08 17:38:07 +08:00
alesapin
ef192ec310
Merge branch 'master' into persistent_nukeeper_snapshot_storage
2021-03-07 10:31:06 +03:00
Mikhail f. Shiryaev
efc04b29a6
Add check for growing age AND precision in rollup config
2021-03-06 18:35:53 +01:00
alesapin
a8b7469857
Fix session timeout update
2021-03-06 17:14:38 +03:00
alesapin
00c0d75b60
More easy test
2021-03-06 10:10:51 +03:00
Pavel Kruglov
dbae58f30b
Add slowdown_count and show actual information in system.clusters
2021-03-06 02:45:17 +03:00
alexey-milovidov
39bfcf220d
Merge pull request #21452 from ClickHouse/filimonov-patch-1
...
avoid race in librdkafka
2021-03-06 00:57:30 +03:00
Pavel Kruglov
19af94bad9
restart tests
2021-03-05 19:08:49 +03:00
Yatsishin Ilya
534500ef84
wip
2021-03-05 16:39:51 +03:00
Pavel Kruglov
c113af39f4
Merge branch 'master' of github.com:ClickHouse/ClickHouse into secure-socket
2021-03-05 16:18:45 +03:00
Pavel Kruglov
ed6363b88b
Increase allowed query time
2021-03-05 16:18:12 +03:00
Alexander Tokmakov
e8987f799e
Merge branch 'fix_force_drop_materialized_view' into just_another_fix_for_ddl_worker
2021-03-05 15:59:27 +03:00
alesapin
c9c301e10c
Merge branch 'master' into persistent_nukeeper_snapshot_storage
2021-03-05 10:12:09 +03:00
Pavel Kruglov
271398be61
add __init__.py
2021-03-04 23:15:33 +03:00
tavplubix
9244bc43ee
Merge pull request #21021 from zhang2014/fix/materialize_mysql_integration_test
...
Try fix MaterializeMySQL integration test
2021-03-04 22:22:20 +03:00
filimonov
bd8c3eb117
avoid race in librdkafka
...
see https://github.com/edenhill/librdkafka/issues/3279
2021-03-04 15:01:10 +01:00
alesapin
ad77de2a60
Enable snapshots in dangerous tests
2021-03-04 16:45:44 +03:00
alesapin
aa754a3ca8
Test restore from snapshot
2021-03-04 16:40:43 +03:00
Yatsishin Ilya
298824c926
fix
2021-03-04 14:52:56 +03:00
Yatsishin Ilya
f03cf47a82
fix
2021-03-04 14:22:19 +03:00
Yatsishin Ilya
8122003c98
more fixes
2021-03-04 13:53:50 +03:00
Anton Ivashkin
e69124a0a6
Merge master
2021-03-04 13:26:40 +03:00
Yatsishin Ilya
4443fd4ba4
Merge remote-tracking branch 'origin' into integration-2
2021-03-04 12:10:18 +03:00
Yatsishin Ilya
8b6a64e8b8
typo
2021-03-04 12:07:59 +03:00
Yatsishin Ilya
34609445f7
fix
2021-03-04 12:06:39 +03:00
Ilya Golshtein
f11a8cd13c
multimessage avro format for kafka test
2021-03-04 11:07:29 +03:00
Haavard Kvaalen
f96892d45c
Speed up network partition test
...
REJECT rather than DROP packets in network partition test. This test
was already very slow and could get slower with the newly added
reconnection logic.
2021-03-04 08:49:06 +01:00
Haavard Kvaalen
641b1b249e
Attempt to reconnect to MySQL
...
For MaterializeMySQL databases, attempt to reconnect if the connection
to MySQL is lost. The existing setting
`max_wait_time_when_mysql_unavailable` is used to control how often we
attempt to reconnect. This setting can now be set to a negative value
to disable reconnects.
2021-03-04 08:49:06 +01:00
alesapin
76e10a4fb1
Missed files for tests
2021-03-03 23:05:33 +03:00
Pavel Kruglov
1c7f16e0ff
Add test and move TimeoutSetter in IO/
2021-03-03 20:47:27 +03:00
alesapin
eb5e416fd5
Merge branch 'master' into persistent_nukeeper_snapshot_storage
2021-03-03 19:19:02 +03:00
alesapin
7e28bfeb9e
Fix log store start
2021-03-03 18:37:31 +03:00
Mike Kot
6ea574525c
Small fixes regarding the review
2021-03-03 16:51:41 +03:00
alesapin
869818d4ff
Better test
2021-03-03 16:18:28 +03:00
alesapin
186b39f0d5
Followup fix
2021-03-03 15:31:21 +03:00
alesapin
37fc5faa6f
Fix nasty serialization bug
2021-03-03 15:21:21 +03:00
alesapin
e615299ae6
Fix some bugs and add snapshots validation
2021-03-03 14:10:24 +03:00
Nikolai Kochetov
cb122160ae
Merge pull request #19291 from Avogar/hedged-requests
...
Implementation of HedgedRequests
2021-03-03 12:58:37 +03:00
Yatsishin Ilya
babea212c7
Merge remote-tracking branch 'origin' into integration-2
2021-03-03 11:56:15 +03:00
Yatsishin Ilya
ec3d63bfe4
add check for fatal
2021-03-03 11:09:44 +03:00
Pavel Kruglov
d1524b749e
Fix tests
2021-03-03 01:24:41 +03:00
Pavel Kovalenko
483e63ca45
ALTER TABLE UNFREEZE rework.
2021-03-03 00:10:09 +03:00
Pavel Kruglov
4269eaa252
Change tests
2021-03-02 17:05:33 +03:00
Pavel Kruglov
4166ae1f45
Restart timeout when we make progress
2021-03-02 15:40:24 +03:00
Nikolai Kochetov
ffbea93b10
Merge pull request #19576 from traceon/row-policy-with-prewhere
...
Allow row policies with PREWHERE
2021-03-02 13:51:37 +03:00
Pavel Kruglov
153bfbfc28
Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests
2021-03-02 11:59:32 +03:00
kssenii
a3c7402200
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-03-02 07:07:56 +00:00
Mike Kot
4e1ac185b5
Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local
2021-03-01 20:58:07 +03:00
Mike Kot
6191580fe1
Added the PartitionManager to check that replica 1 attaches the local
...
data
2021-03-01 20:54:02 +03:00
Mike Kot
f3e340fcdf
Fixing the tests
2021-03-01 20:41:31 +03:00
Mike Kot
f088dd445d
Extended the test to check both the ALTER PARTITION and PART
...
Added some notes about the SYSTEM SYNC REPLICA and ALTER ... DROP /
ATTACH.
2021-03-01 20:41:31 +03:00
Mike Kot
5281314ac0
Finished the test draft for ATTACH PARTITION,
...
Extracted the part data corruption function into the helper.
2021-03-01 16:42:31 +03:00
Anton Ivashkin
98065ec56e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
2021-03-01 13:33:40 +03:00
Denis Glazachev
eb80c189e4
Merge branch 'master' into row-policy-with-prewhere
2021-02-28 20:14:31 +04:00
Azat Khuzhin
d42d4cfd6b
Improve test_distributed_ddl_parallel to cover more cases
...
Refs: #21264
2021-02-28 05:45:40 +03:00
Azat Khuzhin
a795db57f1
tests: decrease distributed_ddl_task_timeout to 60 in test_distributed_ddl_parallel
2021-02-28 05:45:11 +03:00
Azat Khuzhin
06e8bb955d
tests: catch exceptions in threads in test_distributed_ddl_parallel
...
Otherwise the test will not report an error.
2021-02-28 05:45:11 +03:00
Azat Khuzhin
b899d8d919
tests: regression for test for invalid reference to zookeeper for distributed_ddl.pool_size > 1
2021-02-28 05:45:11 +03:00
alexey-milovidov
9f0400f015
Merge pull request #21171 from azat/tests-bump-zookeeper
...
Bump zookeeper version to 3.6.2 in tests
2021-02-28 02:35:58 +03:00
alexey-milovidov
b8fba768e5
Merge pull request #21264 from ClickHouse/fix_zookeeper_update
...
Fix several bugs with ZooKeeper client
2021-02-28 01:57:04 +03:00
Pavel Kruglov
197058dc12
Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests
2021-02-27 00:36:33 +03:00
Azat Khuzhin
bc1a316b28
Bump zookeeper version to 3.6.2 in tests
...
3.4.12 was released 1.05.2018
2021-02-26 23:41:43 +03:00
alesapin
a48bb7e3a0
Fix redundant zookeeper reconnect and possibility of multiple zookeeper session for a single ClickHouse server
2021-02-26 22:05:25 +03:00
alexey-milovidov
5ecd9a9577
Merge pull request #21111 from filimonov/better-kafka-tests
...
Better kafka tests
2021-02-26 21:30:35 +03:00
Pavel Kruglov
91f6f9227b
Small fixes and tests updates
2021-02-26 18:55:58 +03:00
tavplubix
09f62447af
Merge pull request #21060 from mxzlxy/fix-bug-for-replicated-engine-parameter
...
fix default_replica_path and default_replica_name values are useless …
2021-02-26 17:18:56 +03:00
Anton Ivashkin
5b267b7eec
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
2021-02-26 13:15:18 +03:00
Anton Ivashkin
c891cf4557
Fixes by review response
2021-02-26 12:48:57 +03:00
Mikhail Filimonov
9e3547681b
try to address python kafka client disconnects better
2021-02-26 07:17:31 +01:00
Mikhail Filimonov
60ede36068
simple fix for CI failure
2021-02-26 06:41:11 +01:00
Mikhail Filimonov
c4470ff283
proper placement for test
2021-02-26 06:38:14 +01:00
Alexander Tokmakov
d46fee0f04
Merge branch 'master' into stress_test_results
2021-02-26 00:24:22 +03:00
Alexander Tokmakov
f42beb4e6c
add test
2021-02-25 20:09:39 +03:00
alexey-milovidov
6a5ab40988
Merge pull request #21119 from fastio/bugfix_drop_metadata_from_auxiliary
...
fix the metadata leak when the Replicated*MergeTree with custom ZooKeeper cluster is dropped
2021-02-25 19:24:58 +03:00
Alexander Tokmakov
fbbb0c4b69
fix
2021-02-25 19:11:43 +03:00
Mikhail Filimonov
2bcfff257c
Remove most of sleeps in tests
2021-02-25 17:02:59 +01:00
Mikhail Filimonov
6c6eaf2a60
Fixes
2021-02-25 17:02:57 +01:00
Mikhail Filimonov
a4c9e62d6d
Integration tests: introduce wait_for_log_line.
...
It uses tail -f executed in container, this way i don't need to pull
the file many times, rememeber positions etc.
2021-02-25 17:02:56 +01:00
Mikhail Filimonov
32fa3dbc99
Integration tests: add IPC_LOCK and SYS_NICE caps
...
It is needed to make integration tests work with a installed binary (/usr/bin/clickhouse) mounted in.
Otherwise the binary mounted in have the capability, while the container is not allowing that
and you get cryptic message:
standard_init_linux.go:211: exec user process caused "operation not permitted"
2021-02-25 17:02:54 +01:00
Pavel Kovalenko
cf8b105d42
Merge remote-tracking branch 'origin/master' into unfreeze-partitions
2021-02-25 15:24:43 +03:00
Yatsishin Ilya
de20de8a2f
Merge remote-tracking branch 'origin' into integration-2
2021-02-25 12:53:49 +03:00
alesapin
8f81dce32f
Merge pull request #20585 from ClickHouse/persistent_nukeeper_log_storage
...
Persistent coordination log storage
2021-02-25 10:06:03 +03:00
Alexander Tokmakov
65384f43d8
fix
2021-02-25 10:02:45 +03:00
fastio
24321c28f6
add test case
2021-02-25 14:19:58 +08:00
Alexander Tokmakov
efd50a819b
fix
2021-02-25 02:09:09 +03:00