Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
-
Patch Available
Description
I found some intermittent failures in deployables/bindingcomponents/servicemix-cxf-bc in org.apache.servicemix.cxfbc.ws.rm.CxfBCRMTest due to port problem and a CXF bug in closing the RM decoupled endpoints. As a work-around I have modified the decoupled endpoint range in CxfBcRMSequenceTest from 10000 to 11000 which will not clash with the port 9995 used by CxfBCRMTest which causes intermittent failures.
Also, deployables/serviceengines/servicemix-wsn component test also hangs on some machines (mostly slow machines) so I have increased timeout to get it passing.
Please find the patch attached.