]
Ondrej Chaloupka commented on WFLY-13578:
-----------------------------------------
I've created the tests
Add a testcase for transaction propagation over EJB remote simulating
network issues on remote calls
----------------------------------------------------------------------------------------------------
Key: WFLY-13578
URL:
https://issues.redhat.com/browse/WFLY-13578
Project: WildFly
Issue Type: Enhancement
Components: Test Suite
Affects Versions: 20.0.0.Final
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Priority: Major
The WFLY integration testsuite misses integration tests for EJB remote calls which comes
with transaction propagation which would simlate network issues during 2PC processing.
There was recently added a testcase WFLY-13516 but there is still missing a test for
issue JBEAP-19435.
The testcase should be verifying that if transaction intermittently fails during commit
phase of 2PC then the transaction recovery processing is capable to finish with commit.