kssenii
bb6bc61f22
Fix checks
2021-04-21 19:53:38 +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
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
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
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
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
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
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
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
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
Pavel Kovalenko
cad81e3742
Disk S3 possibility to restore parts to 'detached' directory.
2021-04-15 00:55:48 +03:00
Anton Ivashkin
68541ef315
Fix flapping test_merge_tree_s3 test
2021-04-14 19:07:22 +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
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