Issues

Select view

Select search mode

 

Allow running hibernate-infinspan tests using Infinispan configuration specified by hibernate.cache.infinispan.cfg

Fixed

Description

It is not currently possible to run all hibernate-infinspan tests using an Infinispan configuration specified by hibernate.cache.infinispan.cfg because:
1) some tests exclude properties provided by environment variables
2) some tests explicitly specify InfinispanRegionFactory.DEF_INFINISPAN_CONFIG_RESOURCE should be used

Both cause problems when running tests with Infinispan 7.2.1 because Hibernate's default configuration is for Infinispan 6.0.0.Final; Infinispan 7.2.1 does not provide backward-compatibility to that version configuration.

An Infinispan 7.2 configuration will be added as a test resource to 4.3 only.

In master, the default configuration has already been upgraded by and HHH-9781.

Details

Assignee

Reporter

Components

Fix versions

Priority

Created May 13, 2015 at 7:33 PM
Updated May 15, 2015 at 4:33 AM
Resolved May 14, 2015 at 12:50 AM

Activity

Former userMay 14, 2015 at 9:35 PM

Closing to prepare for Hibernate ORM 4.3.10.Final release.

Former userMay 14, 2015 at 12:50 AM

Fixed in master and 4.3 branches.

Former userMay 13, 2015 at 8:00 PM

The following pull requests were filed against HHH-9781; they should have been filed against this issue ():

Flag notifications