[infinispan-issues] [JBoss JIRA] (ISPN-4182) ClusteredCacheWithAsyncDirTest does not properly ensure each db url is unique for parallel tests
Adrian Nistor (JIRA)
issues at jboss.org
Wed Apr 2 09:13:14 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958481#comment-12958481 ]
Adrian Nistor commented on ISPN-4182:
-------------------------------------
To be more specific, the collisions occur if a previous test did not succeed in stopping the cache store correctly and dropping the table. The next test will fail to create the table because it exists already. So we need to ensure db instances are unique for nodes of the same test cluster and also unique compared to the ones used by next test - thus global uniqueness is required.
> ClusteredCacheWithAsyncDirTest does not properly ensure each db url is unique for parallel tests
> ------------------------------------------------------------------------------------------------
>
> Key: ISPN-4182
> URL: https://issues.jboss.org/browse/ISPN-4182
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Labels: 630
> Fix For: 7.0.0.Alpha3, 7.0.0.Final
>
>
> The test should ensure the db url is not the same across nodes of all parallel tests because they all run in the same jvm and the H2 instances might collide.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list