]
Tristan Tarrant updated ISPN-8077:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.4.Final
9.1.1.Final
Resolution: Done
Split some test classes in order to get clean test runs for native
clients
--------------------------------------------------------------------------
Key: ISPN-8077
URL:
https://issues.jboss.org/browse/ISPN-8077
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.1.0.Final, 9.0.3.Final
Reporter: Martin Gencur
Assignee: Martin Gencur
Fix For: 9.0.4.Final, 9.1.1.Final
Some test classes include tests which are run by the native clients but the native
clients don't support them:
ForceReturnValuesTest.testSameInstanceForSameForceReturnValues
ForceReturnValuesTest.testDifferentInstancesForDifferentForceReturnValues
RemoteCacheManagerTest.testMarshallerInstance
RemoteCacheManagerTest.testGetUndefinedCache
The goal is to split them so that the "passing" parts can be run by the
clients.