Create integration tests using a combination of JBoss Modules, Infinispan and JMS

Description

We want Search to store the index using JMS+Infinispan as backend, plus:

1) Infinispan as second level cache
When a user enable the second level cache in an application deployed on WildFly.
The dependency to infinispan should be added auto-magically and we want to check that it still work with the search-infinispan module.

2) Infinspan setup by the user
In this scenario the user will configure a cache in the WildFly configuration and it will use it to store get something.
This cache will run in parallel to the one used by search to store the index.
In this scenario the infinispan module will be added to the deployment dependencies.

Activity

Show:

Sanne Grinovero January 26, 2015 at 10:11 PM

Davide D'Alto October 8, 2013 at 10:31 AM

The purpose of the test is to create new members of a club and index them.
Everything seems to works fine but when I query the members it cannot find them.

It might be a mistake in the configuration.
Tests are the same that we use when the directory provider is the file system so I'm not expecting error on that side.

Hardy Ferentschik October 8, 2013 at 9:16 AM

, ooi what fails?

Davide D'Alto October 7, 2013 at 5:04 PM

I've created the tests but they fails.
You can find the test on my branch called HSEARCH-1324: https://github.com/DavideD/hibernate-search/tree/HSEARCH-1324

Emmanuel Bernard October 2, 2013 at 2:11 PM

And after that make Hibernate Search 10 times faster so that the build is not slowed down

Fixed

Details

Assignee

Reporter

Labels

Fix versions

Priority

Created May 13, 2013 at 2:41 PM
Updated October 31, 2017 at 12:33 PM
Resolved January 26, 2015 at 10:12 PM