mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
trigger CI
This commit is contained in:
parent
efa94c5735
commit
18db0e5683
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user