]
Tristan Tarrant updated ISPN-5442:
----------------------------------
Fix Version/s: 8.0.0.Alpha2
(was: 8.0.0.Alpha1)
Integration tests for Lucene Directory need an H2 database available
to multiple nodes
--------------------------------------------------------------------------------------
Key: ISPN-5442
URL:
https://issues.jboss.org/browse/ISPN-5442
Project: Infinispan
Issue Type: Task
Components: Test Suite - Query
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 8.0.0.Alpha2
The clustered Hibernate Search tests are meant to share state using a single (external)
relational database.
The current integration tests use H2, but the tests have to be carefully written to
consider the two nodes can not actually share state but only share the index.
I'll change this to use a shared H2 instance so that people writing new tests
won't have to keep these hacks in mind.