Fix flacky test #11190

This commit is contained in:
Alexey Milovidov 2020-05-26 21:26:17 +03:00
parent 3ff28d0a7a
commit 009f57fc2f

View File

@ -1,5 +1,9 @@
-- 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;
drop table if exists dist_01247;