[infinispan-dev] new module: integration tests

Mircea Markus mmarkus at redhat.com
Tue Jun 26 14:34:49 EDT 2012



----- Original Message -----
> From: "Sanne Grinovero" <sanne at infinispan.org>
> To: "infinispan -Dev List" <infinispan-dev at lists.jboss.org>
> Sent: Tuesday, June 26, 2012 5:32:06 PM
> Subject: [infinispan-dev] new module: integration tests
> 
> In projects like Hibernate Search and OGM we added a new module
> "integrationtests" where we can add specific tests needing non-core
> dependencies, like booting the framework on AS7 via Arquillian or
> using a custom TransactionManager.
> 
> I need now to make a test which requires both Infinispan Query and
> the
> Infinispan Lucene Directory. If I add the dependency of one to the
> other - even just as test scope - I'll be binding the dependent
> version to each other which brings me in a circular dependency
> problem
> with Hibernate Search (a bit because of how Maven works, a bit of how
> Eclipse works...).
> 
> So are you all fine if I create a new module
> 
> /integrationtests/clusteredquerytests
+1. I'd also like to add some tests with Atomikos TM as there seem to be some Atomikos specific problems.

> ?
> 
> We can then add more integration tests as siblings.
> 
> Cheers,
> Sanne
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
> 


More information about the infinispan-dev mailing list