[
https://issues.apache.org/jira/browse/JCR-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16503268#comment-16503268
]
Julian Reschke edited comment on JCR-4314 at 6/6/18 1:23 PM:
-------------------------------------------------------------
Seems to be caused by the tests assuming a specific run order; going back to a
revision before r1643781 (see JCR-3833) seems to fix the issue.
was (Author: reschke):
Seems to be caused by the tests assuming a specific run order; going back to a
revision before r1643781 (see OAK-3833) seems to fix the issue.
> ConnectionFactoryTest failing
> -----------------------------
>
> Key: JCR-4314
> URL: https://issues.apache.org/jira/browse/JCR-4314
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-jca
> Affects Versions: 2.9.1, 2.10.1, 2.10.2, 2.10.3, 2.12.0, 2.12.1, 2.12.2,
> 2.12.3, 2.12.4, 2.10.4, 2.10.5, 2.12.5, 2.12.6, 2.12.7, 2.10.6, 2.12.8,
> 2.10.7, 2.12.9, 2.10.8
> Reporter: Alex Deparvu
> Priority: Major
>
> Failing on 2.9.1 but not on 2.9.0, all of 2.10.x releases up to 2.10.8, all
> of 2.12.x releases up to 2.12.9. Good news is 2.13 works, 2.14 works, trunk
> works.
> tested with jdk7 & jdk8, same results.
> {noformat}
> org.apache.jackrabbit.jca.test.ConnectionFactoryTest
> [ERROR]
> testTransactionSupport(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)
> Time elapsed: 1.723 s <<< ERROR!
> javax.jcr.RepositoryException: This repository instance has been shut down.
> at
> org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testTransactionSupport(ConnectionFactoryTest.java:122)
> [ERROR] testMatching(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)
> Time elapsed: 0 s <<< ERROR!
> javax.resource.ResourceException: Failed to create session: This repository
> instance has been shut down.
> at
> org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testMatching(ConnectionFactoryTest.java:74)
> Caused by: javax.jcr.RepositoryException: This repository instance has been
> shut down.
> at
> org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testMatching(ConnectionFactoryTest.java:74)
> [ERROR] testAllocation(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)
> Time elapsed: 0.001 s <<< ERROR!
> javax.jcr.RepositoryException: This repository instance has been shut down.
> at
> org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testAllocation(ConnectionFactoryTest.java:50)
> [ERROR]
> testExceptionHandling(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)
> Time elapsed: 0 s <<< FAILURE!
> junit.framework.AssertionFailedError
> at
> org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testExceptionHandling(ConnectionFactoryTest.java:136)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)