mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix
This commit is contained in:
parent
0d6589a126
commit
4ed1d6063a
@ -168,6 +168,7 @@ def test_session_close_shutdown(started_cluster):
|
||||
eph_node = "/test_node"
|
||||
node2_zk.create(eph_node, ephemeral=True)
|
||||
node1_zk.sync(eph_node)
|
||||
assert node1_zk.exists(eph_node) != None
|
||||
|
||||
# shutdown while session is active
|
||||
node2.stop_clickhouse()
|
||||
|
Loading…
Reference in New Issue
Block a user