]
Tristan Tarrant updated ISPN-5475:
----------------------------------
Fix Version/s: 9.2.0.Final
(was: 9.1.0.Final)
Narayana should be configured to use a volatile store by default
----------------------------------------------------------------
Key: ISPN-5475
URL:
https://issues.jboss.org/browse/ISPN-5475
Project: Infinispan
Issue Type: Task
Components: Test Suite - Core
Affects Versions: 7.2.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.2.0.Final
The {{jbossts-properties.xml}} configuration file in the core module configures a file
store by default, and tests have to call {{TestCacheManagerFactory.markAsTransactional()}}
(or one of the methods that calls it) to configure a volatile store instead.
Furthermore, the {{jbossts-properties.xml}} file is explicitly filtered out of the core
tests jar, so other modules can't use it.