[
https://issues.apache.org/jira/browse/IGNITE-6179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154230#comment-16154230
]
ASF GitHub Bot commented on IGNITE-6179:
----------------------------------------
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 <[email protected]>
Date: 2017-09-05T20:15:25Z
IGNITE-6179: fixed tests with client reconnect
----
> Test fail
> DynamicIndexReplicatedAtomicConcurrentSelfTest.testClientReconnectWithCacheRestart
> --------------------------------------------------------------------------------------------
>
> Key: IGNITE-6179
> URL: https://issues.apache.org/jira/browse/IGNITE-6179
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Dmitriy Govorukhin
> Assignee: vk
> Priority: Critical
> Labels: MakeTeamcityGreenAgain
> Attachments: log
>
>
> Test fail with assertion
> {code}
> [2017-08-24
> 18:34:06,207][ERROR][tcp-client-disco-msg-worker-#61%index.DynamicIndexReplicatedAtomicConcurrentSelfTest4%][IgniteClientReconnectAbstractTest$TestTcpDiscoverySpi]
> Failed to unmarshal discovery custom message.
> java.lang.AssertionError
> at
> org.apache.ignite.internal.processors.query.GridQueryProcessor.onSchemaFinishDiscovery(GridQueryProcessor.java:498)
> at
> org.apache.ignite.internal.processors.query.GridQueryProcessor.onDiscovery(GridQueryProcessor.java:894)
> at
> org.apache.ignite.internal.processors.cache.GridCacheProcessor.onCustomEvent(GridCacheProcessor.java:2906)
> at
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery0(GridDiscoveryManager.java:660)
> at
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery(GridDiscoveryManager.java:560)
> at
> org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.notifyDiscovery(ClientImpl.java:2391)
> at
> org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.processCustomMessage(ClientImpl.java:2297)
> at
> org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.processDiscoveryMessage(ClientImpl.java:1874)
> at
> org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.body(ClientImpl.java:1758)
> at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)