trigger CI

This commit is contained in:
tavplubix 2021-03-09 14:58:07 +03:00 committed by GitHub
parent efa94c5735
commit 18db0e5683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -653,7 +653,6 @@ def mysql_kill_sync_thread_restore_test(clickhouse_node, mysql_node, service_nam
get_sync_id_query = "select id from information_schema.processlist where STATE='Master has sent all binlog to slave; waiting for more updates'"
result = mysql_node.query_and_get_data(get_sync_id_query)
assert len(result) == 2
for row in result: