mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Update test.py
This commit is contained in:
parent
1ab5d7178f
commit
89dc40d492
@ -57,7 +57,7 @@ def test_simple_add_replica(started_cluster):
|
|||||||
|
|
||||||
first.query("SYSTEM START FETCHES test_simple")
|
first.query("SYSTEM START FETCHES test_simple")
|
||||||
|
|
||||||
zero.query("SYSTEM SYNC REPLICA test_simple", timeout=20)
|
first.query("SYSTEM SYNC REPLICA test_simple", timeout=20)
|
||||||
|
|
||||||
assert '1\t2011-01-01\n' == zero.query("SELECT * from test_simple")
|
assert '1\t2011-01-01\n' == zero.query("SELECT * from test_simple")
|
||||||
assert '1\t2011-01-01\n' == first.query("SELECT * from test_simple")
|
assert '1\t2011-01-01\n' == first.query("SELECT * from test_simple")
|
||||||
|
Loading…
Reference in New Issue
Block a user