Update test.py

This commit is contained in:
Alexander Tokmakov 2022-07-08 14:23:33 +03:00 committed by GitHub
parent 3af50b35ae
commit dbc638a49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ def test_mutation_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
)
)