[JBoss JIRA] (ISPN-3415) ISPN 5.1.6 download does not deliver org.infinispan.loaders.jdbc package
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-3415?page=com.atlassian.jira.plugin.... ]
Sanne Grinovero commented on ISPN-3415:
---------------------------------------
{quote}FYI. We were able to take the full 5.1.6 source distribution from the ISPN download site and build everything we need. Thanks, -Ben{quote}
Great! and thanks for the understanding, there are lots of ways we can spend our time on. I'd like to point out however that in case you need to backport some patch to 5.1 and propose a pull request, we're happy to apply them.
But what I meant to imply is that there are also many good technical reasons to keep up to date at least if you use the community builds: Infinispan 5.3.0.Final resolves lots of issues compared to any 5.1.x so unless you have the bandwith to pick those you need and backport them to the 5.1 branch you should try avoiding to get stuck on older versions.
> ISPN 5.1.6 download does not deliver org.infinispan.loaders.jdbc package
> ------------------------------------------------------------------------
>
> Key: ISPN-3415
> URL: https://issues.jboss.org/browse/ISPN-3415
> Project: Infinispan
> Issue Type: Feature Request
> Components: Loaders and Stores
> Affects Versions: 5.1.6.FINAL
> Reporter: Ben Cotton
> Assignee: Mircea Markus
> Fix For: 5.1.x
>
>
> The Infinispan 5.1.6 API (see http://docs.jboss.org/infinispan/5.1/apidocs/) documents the org.infinispan.loaders.jdbc package. However the Infinispan 5.1.6 distribution (http://jboss.org/infinispan/downloads/confirmation.html?downloadURL=http%... ) does not include the package within infinispan-core.jar
--
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
12 years, 8 months
[JBoss JIRA] (ISPN-3360) Tests from org.infinispan.query.blackbox.LocalCacheFSDirectoryTest fail on Windows environment
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-3360?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-3360:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks!
> Tests from org.infinispan.query.blackbox.LocalCacheFSDirectoryTest fail on Windows environment
> ----------------------------------------------------------------------------------------------
>
> Key: ISPN-3360
> URL: https://issues.jboss.org/browse/ISPN-3360
> Project: Infinispan
> Issue Type: Bug
> Components: Querying
> Affects Versions: 6.0.0.Alpha1
> Environment: w2k8r2_x86_64 OracleJDK1.7
> Reporter: Vitalii Chepeliuk
> Assignee: Sanne Grinovero
> Labels: testsuite_stability
> Fix For: 6.0.0.Alpha3
>
> Attachments: LocalCacheFSDirectoryTest.log.zip
>
>
> When building infinispan on windows machines there are test failures in org.infinispan.query.blackbox.LocalCacheFSDirectoryTest with assertion error
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testLazyIteratorWithOffset
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testMaxResults
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testModified
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testMultipleResults
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testRemoved
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSearchKeyTransformer
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSearchManagerWithInstantiation
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSetFilter
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSetSort
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSimple
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testTypeFiltering
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testUpdated
> Add link to jenkins job https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
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
12 years, 8 months
[JBoss JIRA] (ISPN-3417) Typo in EquivalentConcurrentHashMapV8
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-3417:
--------------------------------------
Summary: Typo in EquivalentConcurrentHashMapV8
Key: ISPN-3417
URL: https://issues.jboss.org/browse/ISPN-3417
Project: Infinispan
Issue Type: Bug
Reporter: Galder Zamarreño
Assignee: Mircea Markus
Priority: Minor
Fix For: 6.0.0.Beta1, 6.0.0.Final
Instead of:
{code}else if ((s | WAITER) = 0){code}
Should be:
{code}else if ((s & WAITER) = 0){code}
See discussion thread.
--
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
12 years, 8 months
[JBoss JIRA] (ISPN-3360) Tests from org.infinispan.query.blackbox.LocalCacheFSDirectoryTest fail on Windows environment
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-3360?page=com.atlassian.jira.plugin.... ]
Sanne Grinovero commented on ISPN-3360:
---------------------------------------
[~vchepeli] thanks for the logs! via those I might have identified the problem, but I have no Windows machine to double-check. Maybe you could verify the pull?
> Tests from org.infinispan.query.blackbox.LocalCacheFSDirectoryTest fail on Windows environment
> ----------------------------------------------------------------------------------------------
>
> Key: ISPN-3360
> URL: https://issues.jboss.org/browse/ISPN-3360
> Project: Infinispan
> Issue Type: Bug
> Components: Querying
> Affects Versions: 6.0.0.Alpha1
> Environment: w2k8r2_x86_64 OracleJDK1.7
> Reporter: Vitalii Chepeliuk
> Assignee: Sanne Grinovero
> Labels: testsuite_stability
> Fix For: 6.0.0.Alpha3
>
> Attachments: LocalCacheFSDirectoryTest.log.zip
>
>
> When building infinispan on windows machines there are test failures in org.infinispan.query.blackbox.LocalCacheFSDirectoryTest with assertion error
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testLazyIteratorWithOffset
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testMaxResults
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testModified
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testMultipleResults
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testRemoved
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSearchKeyTransformer
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSearchManagerWithInstantiation
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSetFilter
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSetSort
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSimple
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testTypeFiltering
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testUpdated
> Add link to jenkins job https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
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
12 years, 8 months