mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix test
This commit is contained in:
parent
1bc84ec8b4
commit
e1fa39d801
@ -59,5 +59,5 @@ def test_replica_always_download(started_cluster):
|
||||
|
||||
node1_parts = node1.query("SELECT COUNT() FROM system.parts WHERE table = 'test_table' and active=1").strip()
|
||||
node2_parts = node2.query("SELECT COUNT() FROM system.parts WHERE table = 'test_table' and active=1").strip()
|
||||
assert node1_parts < '10' # something merged
|
||||
assert node2_parts < '10'
|
||||
assert int(node1_parts) < 10 # something merged
|
||||
assert int(node2_parts) < 10
|
||||
|
Loading…
Reference in New Issue
Block a user