]
Tristan Tarrant updated ISPN-11948:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
server/tests HotRod clients should utilise the ProtoStreamMarshaller
--------------------------------------------------------------------
Key: ISPN-11948
URL:
https://issues.redhat.com/browse/ISPN-11948
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 11.0.0.CR1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.0.Final
The {{server-runtime}} modules has a dependency on {{infinispan-jboss-marshalling}} in
order for the server to provide transcoding and jbmar on the server-side. However, the
{{infinispan-server-testdriver-core}} does not exclude this dependency, resulting in all
client tests automatically configuring the {{GenericJBossMarshaller}} . The default for
tests should be the {{ProtoStreamMarshaller}}, however it should also be possible to
configure other marshallers if required.