[
https://issues.jboss.org/browse/WFLY-3532?page=com.atlassian.jira.plugin....
]
Richard Achmatowicz commented on WFLY-3532:
-------------------------------------------
The test case which is failing is RemoteFailoverTestCase.testConcurrentFailover(). The
test works something like this:
{noformat}
- queue up a request on the application to be scheduled after a 10 second delay
- undeploy the application
- try to cancel the request after undeployment
- execute the request, handling a CancellationExecution if it actually was cancelled in
time
- redeploy the application
- queue up a request on the application to be scheduled after a 10 second delay
- stop the server
- try to cancel the request after having stopped the server
- execute the request, handling a CancellationExecution if it actually was cancelled in
time
- restart the server
{noformat}
The idea behind these test cases is that the EJB client should be able to cleanly handle
or cancel pending requests in the presence of the application being undeployed or servers
being stopped.
With this failure issue, the test passes when the application is undeployed; it fails when
the server is stopped.
RemoteFailoverTestCase still fails intermittently
--------------------------------------------------
Key: WFLY-3532
URL:
https://issues.jboss.org/browse/WFLY-3532
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: EJB
Affects Versions: 9.0.0.Alpha1
Reporter: Radoslav Husar
Assignee: Richard Achmatowicz
Fail rate is at 1.5% atm.
http://brontes.lab.eng.brq.redhat.com/project.html?projectId=WF&testN...
(making affected version alpha, but indeed its master)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)