Merge pull request #14198 from azat/00974_distributed_join_on-flacky-fix

Fix 00974_distributed_join_on flackiness (by allow retries and hide logs)
This commit is contained in:
alesapin 2020-08-28 10:04:39 +03:00 committed by GitHub
commit 35af2f9df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
-- Avoid "Connection failed at try №1" messages.
SET send_logs_level = 'none';
SET connect_timeout_with_failover_ms = 5000;
DROP TABLE IF EXISTS source_table1;
DROP TABLE IF EXISTS source_table2;
DROP TABLE IF EXISTS distributed_table1;