reta commented on pull request #721:
URL: https://github.com/apache/cxf/pull/721#issuecomment-738299037


   @dufoli thank you, strange thing is going on, the last couple of builds 
(https://ci-builds.apache.org/job/CXF/job/CXF-JDK8-PR-Manual/) for this PR do 
have different test cases failing for different reasons, fe:
   
   
https://ci-builds.apache.org/job/CXF/job/CXF-JDK8-PR-Manual/13/testReport/junit/org.apache.cxf.systest.ws.policy/AddressingInlinePolicyTest/testUsingAddressing/
   ```
   javax.xml.ws.soap.SOAPFaultException: Part 
{http://cxf.apache.org/greeter_control}in should be of type 
org.apache.cxf.greeter_control.types.GreetMe, not 
org.apache.cxf.greeter_control.types.GreetMeOneWay
        at 
org.apache.cxf.systest.ws.policy.AddressingInlinePolicyTest.testUsingAddressing(AddressingInlinePolicyTest.java:123)
   Caused by: java.lang.IllegalArgumentException: Part 
{http://cxf.apache.org/greeter_control}in should be of type 
org.apache.cxf.greeter_control.types.GreetMe, not 
org.apache.cxf.greeter_control.types.GreetMeOneWay
        at 
org.apache.cxf.systest.ws.policy.AddressingInlinePolicyTest.testUsingAddressing(AddressingInlinePolicyTest.java:123)
   ```
   
   
https://ci-builds.apache.org/job/CXF/job/CXF-JDK8-PR-Manual/12/testReport/junit/org.apache.cxf.systest.ws.policy/RMPolicyTest/testUsingRM/
   ```
   javax.xml.ws.soap.SOAPFaultException: Index: 0, Size: 0
        at 
org.apache.cxf.systest.ws.policy.RMPolicyTest.testUsingRM(RMPolicyTest.java:163)
   Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
org.apache.cxf.systest.ws.policy.RMPolicyTest.testUsingRM(RMPolicyTest.java:163)
   ```
   
   
https://ci-builds.apache.org/job/CXF/job/CXF-JDK8-PR-Manual/11/testReport/junit/org.apache.cxf.systest.ws.policy/AddressingInlinePolicyTest/testUsingAddressing/
   ```
   javax.xml.ws.soap.SOAPFaultException: Part 
{http://cxf.apache.org/greeter_control}in should be of type 
org.apache.cxf.greeter_control.types.GreetMe, not 
org.apache.cxf.greeter_control.types.GreetMeOneWay
        at 
org.apache.cxf.systest.ws.policy.AddressingInlinePolicyTest.testUsingAddressing(AddressingInlinePolicyTest.java:123)
   Caused by: java.lang.IllegalArgumentException: Part 
{http://cxf.apache.org/greeter_control}in should be of type 
org.apache.cxf.greeter_control.types.GreetMe, not 
org.apache.cxf.greeter_control.types.GreetMeOneWay
        at 
org.apache.cxf.systest.ws.policy.AddressingInlinePolicyTest.testUsingAddressing(AddressingInlinePolicyTest.java:123)
   ```
   
   Looks like a race, I will try to troubleshoot ...


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to