mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update test.py
This commit is contained in:
parent
2aa3d32887
commit
00137eaa34
@ -124,7 +124,7 @@ def test_merge_simple(started_cluster, replicated):
|
||||
|
||||
assert (
|
||||
node_check.query(
|
||||
"SELECT * FROM system.merges WHERE table = '{name}'".format(
|
||||
"SELECT * FROM system.merges WHERE table = '{name}' and progress < 1".format(
|
||||
name=table_name
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user