]
Tristan Tarrant updated ISPN-8001:
----------------------------------
Fix Version/s: 9.2.0.Final
(was: 9.1.0.Final)
HotRodCustomMarshallerIteratorIT fails randomly
-----------------------------------------------
Key: ISPN-8001
URL:
https://issues.jboss.org/browse/ISPN-8001
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.1.0.Beta1
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.2.0.Final
There seems to be a race condition between the execution of the test and the deployment
on the marshaller.
{code}
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.355 sec <<<
FAILURE! - in org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT
testIteration(org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT)
Time elapsed: 0.103 sec <<< ERROR!
org.infinispan.client.hotrod.exceptions.HotRodClientException: java.io.IOException:
Unsupported protocol version 40
at
org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:363)
at
org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:152)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:138)
at
org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60)
at
org.infinispan.client.hotrod.impl.operations.IterationNextOperation.execute(IterationNextOperation.java:51)
at
org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator.fetch(RemoteCloseableIterator.java:104)
at
org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator.hasNext(RemoteCloseableIterator.java:88)
at
org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT.iteratorToMap(HotRodCustomMarshallerIteratorIT.java:145)
at
org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT.testIteration(HotRodCustomMarshallerIteratorIT.java:132)
{code}