mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update test.py
This commit is contained in:
parent
5cfd687dfb
commit
057c87f322
@ -80,7 +80,7 @@ def test_reload_auxiliary_zookeepers(start_cluster):
|
||||
</zookeeper>
|
||||
</yandex>"""
|
||||
node.replace_config("/etc/clickhouse-server/conf.d/zookeeper.xml", new_config)
|
||||
time.sleep(2)
|
||||
node.query("SYSTEM RELOAD CONFIG")
|
||||
with pytest.raises(QueryRuntimeException):
|
||||
node.query(
|
||||
"ALTER TABLE simple2 FETCH PARTITION '2020-08-27' FROM 'zookeeper2:/clickhouse/tables/0/simple';"
|
||||
|
Loading…
Reference in New Issue
Block a user