]
Jan Martiska moved JBEAP-13065 to WFLY-9318:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9318 (was: JBEAP-13065)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Affects Version/s: (was: 7.1.0.CR1)
Some EJB tests are ignored because they are incompatible with SLSB
pooling
--------------------------------------------------------------------------
Key: WFLY-9318
URL:
https://issues.jboss.org/browse/WFLY-9318
Project: WildFly
Issue Type: Task
Components: Test Suite
Reporter: Jan Martiska
Assignee: Jan Martiska
Priority: Minor
This affects:
{{EjbRemoveUnitTestCase.testEjbRemoveCalledForEveryCall}}:
https://github.com/jbossas/jboss-eap7/blob/EAP_7.1.0.CR1-dev/testsuite/in...
{{LifecycleTestCase.testStatelessBeanLifecyleCallback}}:
https://github.com/jbossas/jboss-eap7/blob/EAP_7.1.0.CR1-dev/testsuite/in...
We should decide what to do with 'em. Options:
- fix them by applying the necessary config changes - explicitly disable SLSB pooling
before the test
- remove them
My vote is for removing them, for two reasons:
- disabling SLSB pooling does not quite seem a real-world reasonable use case for me, so
the benefit from having these tests is quite poor
- the needed config change requires server reload, which slows down the TS execution and
has been known to cause instabilities