mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge pull request #48699 from ClickHouse/fix-flaky-keeper-session
Fix flaky `test_keeper_session`
This commit is contained in:
commit
1f7cca6439
@ -167,6 +167,7 @@ def test_session_close_shutdown(started_cluster):
|
|||||||
|
|
||||||
eph_node = "/test_node"
|
eph_node = "/test_node"
|
||||||
node2_zk.create(eph_node, ephemeral=True)
|
node2_zk.create(eph_node, ephemeral=True)
|
||||||
|
node1_zk.sync(eph_node)
|
||||||
assert node1_zk.exists(eph_node) != None
|
assert node1_zk.exists(eph_node) != None
|
||||||
|
|
||||||
# shutdown while session is active
|
# shutdown while session is active
|
||||||
|
Loading…
Reference in New Issue
Block a user