]
Galder Zamarreño updated ISPN-9276:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
FunctionalEncodingTypeTest.testDistReturnViewFromReadWriteEvalOnNonOwner[tx=true] always
fails
----------------------------------------------------------------------------------------------
Key: ISPN-9276
URL:
https://issues.jboss.org/browse/ISPN-9276
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.3.0.CR1
Reporter: Dan Berindei
Assignee: Radim Vansa
Priority: Critical
Labels: testsuite_stability
Fix For: 9.4.0.Final
The test is not currently running during the build because of ISPN-9149, but fails when
run manually:
{noformat}
java.lang.Error: java.util.concurrent.ExecutionException:
org.infinispan.remoting.RemoteException: ISPN000217: Received exception from
FunctionalEncodingTypeTest[tx=true]-NodeB-35039, see cause for remote stack trace
at org.infinispan.functional.FunctionalTestUtils.await(FunctionalTestUtils.java:47)
at
org.infinispan.functional.FunctionalMapTest.doReturnViewFromReadWriteEval(FunctionalMapTest.java:595)
at
org.infinispan.functional.FunctionalMapTest.testDistReturnViewFromReadWriteEvalOnNonOwner(FunctionalMapTest.java:584)
Caused by: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from
FunctionalEncodingTypeTest[tx=true]-NodeB-35039, see cause for remote stack trace
at
org.infinispan.remoting.transport.ResponseCollectors.wrapRemoteException(ResponseCollectors.java:27)
at
org.infinispan.remoting.transport.RemoteGetResponseCollector.addResponse(RemoteGetResponseCollector.java:26)
at
org.infinispan.remoting.transport.RemoteGetResponseCollector.addResponse(RemoteGetResponseCollector.java:17)
at
org.infinispan.remoting.transport.impl.MultiTargetRequest.onResponse(MultiTargetRequest.java:91)
at
org.infinispan.remoting.transport.impl.RequestRepository.addResponse(RequestRepository.java:52)
at
org.infinispan.remoting.transport.jgroups.JGroupsTransport.processResponse(JGroupsTransport.java:1364)
at
org.infinispan.remoting.transport.jgroups.JGroupsTransport.processMessage(JGroupsTransport.java:1267)
at
org.infinispan.remoting.transport.jgroups.JGroupsTransport.access$300(JGroupsTransport.java:125)
at
org.infinispan.remoting.transport.jgroups.JGroupsTransport$ChannelCallbacks.up(JGroupsTransport.java:1412)
at org.jgroups.JChannel.up(JChannel.java:816)
Caused by: org.infinispan.commons.marshall.NotSerializableException:
org.infinispan.functional.impl.EntryViews$EntryBackedReadWriteView
Caused by: an exception which occurred:
in object org.infinispan.functional.impl.EntryViews$EntryBackedReadWriteView@72d6a840
-> toString =
EntryBackedReadWriteView{entry=VersionedRepeatableReadEntry(39ed5af7){key=TestKey#MagicKey{778/3FB8CBF3/178@FunctionalEncodingTypeTest[tx=true]-NodeB-35039},
value=TestValue#one, isCreated=true, isChanged=true, isRemoved=false, isExpired=false,
skipLookup=true, metadata=MetaParamsInternalMetadata{params=MetaParams{length=1,
metas=[MetaEntryVersion=SimpleClusteredVersion{topologyId=0, version=0}]}}}}
{noformat}