Trigger CI

This commit is contained in:
alexey-milovidov 2020-10-24 07:48:15 +03:00 committed by GitHub
parent cc91eb474e
commit 0f3caaffe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ def test_disabled_mysql_server(started_cluster):
with PartitionManager() as pm:
clickhouse_node.query("CREATE DATABASE test_db ENGINE = MySQL('mysql1:3306', 'test_db', 'root', 'clickhouse')")
pm._add_rule({'source': clickhouse_node.ip_address, 'destination_port': 3306, 'action': 'DROP'})
clickhouse_node.query("SELECT * FROM system.parts")