GitHub user vk23 opened a pull request: https://github.com/apache/ignite/pull/2596
IGNITE-6179: fixed tests with client reconnect Affects: DynamicIndexPartitionedAtomicConcurrentSelfTest.testClientReconnectWithCacheRestart() DynamicIndexPartitionedTransactionalConcurrentSelfTest.testClientReconnectWithCacheRestart() DynamicIndexReplicatedTransactionalConcurrentSelfTest.testClientReconnectWithCacheRestart() DynamicIndexReplicatedAtomicConcurrentSelfTest.testClientReconnectWithCacheRestart() You can merge this pull request into a Git repository by running: $ git pull https://github.com/vk23/ignite ignite-6179 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2596.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2596 ---- commit d11b0ecd125133bffcc603ecff83f5fbbe0ff385 Author: vk <kaligula...@gmail.com> Date: 2017-09-05T20:15:25Z IGNITE-6179: fixed tests with client reconnect ---- ---