Sergey Chugunov created IGNITE-8131:
---------------------------------------
Summary: ZookeeperDiscoverySpiTest#testClientReconnectSessionExpire* tests fail on TC
Key: IGNITE-8131
URL:
https://issues.apache.org/jira/browse/IGNITE-8131 Project: Ignite
Issue Type: Bug
Components: zookeeper
Reporter: Sergey Chugunov
Two tests always fail on TC with the assertion
{noformat}
junit.framework.AssertionFailedError: Failed to wait for disconnect/reconnect event.
at org.apache.ignite.spi.discovery.zk.internal.ZookeeperDiscoverySpiTest.waitReconnectEvent(ZookeeperDiscoverySpiTest.java:4221)
at org.apache.ignite.spi.discovery.zk.internal.ZookeeperDiscoverySpiTest.reconnectClientNodes(ZookeeperDiscoverySpiTest.java:4183)
at org.apache.ignite.spi.discovery.zk.internal.ZookeeperDiscoverySpiTest.clientReconnectSessionExpire(ZookeeperDiscoverySpiTest.java:2231)
at org.apache.ignite.spi.discovery.zk.internal.ZookeeperDiscoverySpiTest.testClientReconnectSessionExpire1_1(ZookeeperDiscoverySpiTest.java:2206)
{noformat}
from client disconnect/reconnect events check. Obviously client doesn't generate these events as it supposed to do.
It is possible to reproduce test failure locally as well, but with low probability: one failure for 50 or even 300 successful executions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)