mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix flacky test #11190
This commit is contained in:
parent
3ff28d0a7a
commit
009f57fc2f
@ -1,5 +1,9 @@
|
|||||||
-- TODO: correct testing with real unique shards
|
-- TODO: correct testing with real unique shards
|
||||||
|
|
||||||
|
-- Avoid "Connection failed at try №1" messages.
|
||||||
|
SET send_logs_level = 'none';
|
||||||
|
SET connect_timeout_with_failover_ms = 5000;
|
||||||
|
|
||||||
set optimize_distributed_group_by_sharding_key=1;
|
set optimize_distributed_group_by_sharding_key=1;
|
||||||
|
|
||||||
drop table if exists dist_01247;
|
drop table if exists dist_01247;
|
||||||
|
Loading…
Reference in New Issue
Block a user