[jboss-jira] [JBoss JIRA] (WFLY-11670) Intermittent failures in EJBClientXidTransactionTestCase.testServerSuspension

Yeray Borges (Jira) issues at jboss.org
Tue Feb 12 04:47:02 EST 2019


     [ https://issues.jboss.org/browse/WFLY-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yeray Borges updated WFLY-11670:
--------------------------------
    Git Pull Request: https://github.com/wildfly/wildfly/pull/12039, https://github.com/wildfly/wildfly/pull/12058  (was: https://github.com/wildfly/wildfly/pull/12058)


> Intermittent failures in EJBClientXidTransactionTestCase.testServerSuspension
> -----------------------------------------------------------------------------
>
>                 Key: WFLY-11670
>                 URL: https://issues.jboss.org/browse/WFLY-11670
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>            Reporter: Brian Stansberry
>            Assignee: Yeray Borges
>            Priority: Major
>
> Test started failing fairly frequently on Jan 11:
> https://ci.wildfly.org/project.html?projectId=WildFlyCore_PullRequest&buildTypeId=&tab=testDetails&testNameId=671487653311897791&order=TEST_STATUS_DESC&branch_WildFlyCore_PullRequest=__all_branches__&itemsCount=50
> https://ci.wildfly.org/project.html?projectId=WF&buildTypeId=&tab=testDetails&testNameId=671487653311897791&order=TEST_STATUS_DESC&branch_WF=__all_branches__&itemsCount=50
> Perhaps that was related to https://github.com/wildfly/wildfly/pull/11913 which at a glance was the PR being tested in the first failure and may have been merged that day. So, [~yersan] I'm assigning to you to have a quick look.
> I'll @Ignore the test.
> For the record, this is the relevant error trace logged by the failed tests:
> {noformat}
> multinode.transaction.ClientEjb.testSameTransactionEachCall() throws java.rmi.RemoteException,javax.transaction.SystemException,javax.transaction.NotSupportedException,javax.naming.NamingException: javax.ejb.EJBException: EJBCLIENT000082: Cannot outflow the remote transaction "Local transaction (delegate=TransactionImple < ac, BasicAction: 0:ffff7f000101:-39b44114:5c59a6ad:10 status: ActionStatus.RUNNING >, owner=Local transaction context for provider JBoss JTA transaction provider)" as its timeout elapsed
> 	at org.jboss.ejb.protocol.remote.EJBClientChannel.processInvocation(EJBClientChannel.java:471)
> 	at org.jboss.ejb.protocol.remote.RemoteEJBReceiver$1.lambda$handleDone$0(RemoteEJBReceiver.java:91)
> 	at org.xnio.FinishedIoFuture.addNotifier(FinishedIoFuture.java:79)
> 	at org.jboss.ejb.protocol.remote.RemoteEJBReceiver$1.handleDone(RemoteEJBReceiver.java:76)
> 	at org.jboss.ejb.protocol.remote.RemoteEJBReceiver$1.handleDone(RemoteEJBReceiver.java:74)
> 	at org.xnio.IoFuture$HandlingNotifier.notify(IoFuture.java:208)
> 	at org.xnio.AbstractIoFuture$NotifierRunnable.run(AbstractIoFuture.java:720)
> 	at org.jboss.remoting3.EndpointImpl$TrackingExecutor.lambda$execute$0(EndpointImpl.java:949)
> 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> 	at java.lang.Thread.run(Thread.java:748)
> Caused by: javax.transaction.SystemException: EJBCLIENT000082: Cannot outflow the remote transaction "Local transaction (delegate=TransactionImple < ac, BasicAction: 0:ffff7f000101:-39b44114:5c59a6ad:10 status: ActionStatus.RUNNING >, owner=Local transaction context for provider JBoss JTA transaction provider)" as its timeout elapsed
> 	at org.jboss.ejb.protocol.remote.EJBClientChannel.writeTransaction(EJBClientChannel.java:581)
> 	at org.jboss.ejb.protocol.remote.EJBClientChannel.processInvocation(EJBClientChannel.java:367)
> 	... 12 more
> {noformat}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list