You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2017/07/11 12:18:02 UTC

[jira] [Resolved] (IGNITE-5680) IgniteCacheP2pUnmarshallingTxErrorTest#testResponseMessageOnUnmarshallingFailed fails

     [ https://issues.apache.org/jira/browse/IGNITE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Chugunov resolved IGNITE-5680.
-------------------------------------
    Resolution: Fixed

Test was fixed as part of IGNITE-5446, commit *a53544410dd15a3a5112d6de88648db21bd3fcf3*.

> IgniteCacheP2pUnmarshallingTxErrorTest#testResponseMessageOnUnmarshallingFailed fails
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-5680
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5680
>             Project: Ignite
>          Issue Type: Task
>          Components: cache, general
>            Reporter: Vladimir Ozerov
>            Assignee: Sergey Chugunov
>              Labels: test-fail
>             Fix For: 2.1
>
>
> This is a regression introduced during persistent store migration.
> {code}
> class org.apache.ignite.IgniteException: Timeout of waiting for topology map update [igniteInstanceName=cache.IgniteCacheP2pUnmarshallingTxErrorTest1, cache=default, cacheId=1544803905, topVer=AffinityTopologyVersion [topVer=3, minorTopVer=0], p=0, readVer=AffinityTopologyVersion [topVer=3, minorTopVer=0], locNode=TcpDiscoveryNode [id=14c9b23b-eb1c-48bb-a8c1-18b7c8600001, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47502], discPort=47502, order=3, intOrder=3, lastExchangeTime=1499155944028, loc=true, ver=2.1.0#19700101-sha1:00000000, isClient=false]]
> 	at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:698)
> 	at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:532)
> 	at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:517)
> 	at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.startGridsMultiThreaded(GridCommonAbstractTest.java:507)
> 	at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.startGridsMultiThreaded(GridCommonAbstractTest.java:494)
> 	at org.apache.ignite.internal.processors.cache.IgniteCacheAbstractTest.startGrids(IgniteCacheAbstractTest.java:76)
> 	at org.apache.ignite.internal.processors.cache.IgniteCacheAbstractTest.beforeTestsStarted(IgniteCacheAbstractTest.java:65)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest.setUp(GridAbstractTest.java:598)
> 	at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.setUp(GridCommonAbstractTest.java:482)
> 	at junit.framework.TestCase.runBare(TestCase.java:139)
> 	at junit.framework.TestResult$1.protect(TestResult.java:122)
> 	at junit.framework.TestResult.runProtected(TestResult.java:142)
> 	at junit.framework.TestResult.run(TestResult.java:125)
> 	at junit.framework.TestCase.run(TestCase.java:129)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:255)
> 	at junit.framework.TestSuite.run(TestSuite.java:250)
> 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
> 	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
> 	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:117)
> 	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:42)
> 	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:262)
> 	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:84)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)