Update test.py

This commit is contained in:
tavplubix 2022-04-06 19:13:56 +03:00 committed by GitHub
parent 2aa3d32887
commit 00137eaa34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
)
)