mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Automatic style fix
This commit is contained in:
parent
4ce8f47400
commit
4cd2dc8d0d
@ -264,7 +264,9 @@ def test_lost_last_part(start_cluster):
|
||||
"DROP/DETACH PARTITION"
|
||||
):
|
||||
break
|
||||
if node1.contains_in_log("Created empty part 8b8f0fede53df97513a9fb4cb19dc1e4_0_0_0 "):
|
||||
if node1.contains_in_log(
|
||||
"Created empty part 8b8f0fede53df97513a9fb4cb19dc1e4_0_0_0 "
|
||||
):
|
||||
break
|
||||
time.sleep(1)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user