This commit is contained in:
Antonio Andelic 2023-04-12 16:57:25 +02:00 committed by GitHub
parent 0d6589a126
commit 4ed1d6063a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()