[jboss-jira] [JBoss JIRA] (WFLY-5319) fix org.jboss.as.test.integration.jpa.mockprovider.txtimeout.TxTimeoutTestCase.test_negativeTxTimeoutVerifyReaperThreadCanceledTxTest failure
Scott Marlow (JIRA)
issues at jboss.org
Thu Apr 27 11:20:00 EDT 2017
[ https://issues.jboss.org/browse/WFLY-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399348#comment-13399348 ]
Scott Marlow edited comment on WFLY-5319 at 4/27/17 11:19 AM:
--------------------------------------------------------------
We are getting further with a NPE fix in the mock EntityManager, however, we now fail due to https://gist.github.com/scottmarlow/1ae4a4abe98851b3fe6b1e602ba273d7, which means that the application thread is likely to be using the entity manager while the reaper thread is timing out the transaction (which closes the entity manager due to the incorrect disassociation call), which is important to correct.
was (Author: smarlow):
We are getting further with a NPE fix in the mock EntityManager, however, we now fail due to [https://gist.github.com/scottmarlow/1ae4a4abe98851b3fe6b1e602ba273d7], which means that the application thread is likely to be using the entity manager while the reaper thread is timing out the transaction, which is important to correct.
> fix org.jboss.as.test.integration.jpa.mockprovider.txtimeout.TxTimeoutTestCase.test_negativeTxTimeoutVerifyReaperThreadCanceledTxTest failure
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-5319
> URL: https://issues.jboss.org/browse/WFLY-5319
> Project: WildFly
> Issue Type: Feature Request
> Components: JPA / Hibernate
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Attachments: server.zip
>
>
> https://gist.github.com/scottmarlow/6409290362f35f2d1320 contains the error exception
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list