Bug 1397494
Summary: | (6.4.z) overlay tests fail elusively with EJBCLIENT000025: No EJB receiver available exception | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Fedor Gavrilov <fgavrilo> |
Component: | EJB | Assignee: | Fedor Gavrilov <fgavrilo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.19 | CC: | bbaranow, bmaxwell, david.lloyd, egonzale, jawilson, jbilek, msochure, pmackay, rstancel |
Target Milestone: | CR1 | ||
Target Release: | EAP 6.4.13 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-02-03 16:44:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1386335, 1389428, 1403950, 1404342 |
Description
Fedor Gavrilov
2016-11-22 16:08:02 UTC
UPD: surely, Expected results: no test failures Actual results: failure around OverlayUtils.setupOverlay call or similar this looks like a race condition when the deployment happens before the ejb client tries to access the app... the tests need to ensure that deployment has been performed. I'm not sure if there is a reliable way to know when a deployment has been performed. I guess something like ServerReload class should be tried here to fix a problem like this (not sure if it is backported in 6.4.x branch) rectify my last comment.... it is the other way round... the ejb client tries to connect before the deployment Enrique, yes, I can imagine this being the cause. Remote client calls previously waited until deployment becomes available, but later the behaviour was changed to make them fail fast. If there is no happens-before relationship between deployment being done and client sending requests, the result might look like this. Both tests is not fail on any platforms. Verified with EAP 6.4.13.CP.CR1 Released with EAP 6.4.13 on Feb 02 2017. |