Merge pull request #36004 from ClickHouse/tavplubix-patch-2

Fix flaky test `test_system_merges/test.py::test_merge_simple`
This commit is contained in:
tavplubix 2022-04-06 21:25:36 +03:00 committed by GitHub
commit 735f8e622a
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
)
)